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
magmadnn::internal::fill_memory
void fill_memory(MemoryManager< T > &m, tensor_filler_t< T > filler)
Definition:
tensor_internal.cpp:15
magmadnn
Definition:
addop.cpp:11
memorymanager.h
fill_internal.h
include
tensor
tensor_internal.h
Generated by
1.8.13