MagmaDNN  1.0
c++NeuralNetworkFramework
op_utilities.h
Go to the documentation of this file.
1 
9 #pragma once
10 #include <set>
11 #include <deque>
12 #include "utilities_internal.h"
13 #include "compute/operation.h"
14 
15 namespace magmadnn {
16 namespace op {
17 namespace utility {
18 
19 
20 template <typename T>
21 magmadnn_error_t print_compute_graph(::magmadnn::op::Operation<T> *_root, bool debug=true);
22 
23 
24 }
25 }
26 }
Definition: addop.cpp:11
Definition: operation.h:18