#include "tensor/tensor.h"
#include "compute/operation.h"
#include "layer/layer.h"
#include <cassert>
Go to the source code of this file.
|
template<typename T > |
magmadnn_error_t | magmadnn::layer::utilities::copy_layer (layer::Layer< T > *dst, layer::Layer< T > *src) |
|
template<typename T > |
magmadnn_error_t | magmadnn::layer::utilities::copy_layers (std::vector< layer::Layer< T > *> dsts, std::vector< layer::Layer< T > *> srcs) |
|
- Author
- Daniel Nichols
- Version
- 1.0
- Date
- 2019-07-03
- Copyright
- Copyright (c) 2019