MagmaDNN  1.0
c++NeuralNetworkFramework
tensor_internal.h
Go to the documentation of this file.
1 
9 #pragma once
10 
11 #include "memory/memorymanager.h"
12 #include "fill_internal.h"
13 
14 
15 namespace magmadnn {
16 namespace internal {
17 
23 template <typename T>
24 void fill_memory(MemoryManager<T> &m, tensor_filler_t<T> filler);
25 
26 } // namespace internal
27 } // namespace magmadnn
void fill_memory(MemoryManager< T > &m, tensor_filler_t< T > filler)
Definition: tensor_internal.cpp:15
Definition: addop.cpp:11