16 template<
class SystemTag,
class ValueType>
19 Tensor_Descriptor<ValueType, SystemTag, Integer<1>>>
30 template <
class Tensor>
32 return x.shallow_copy();
35 template <
class TensorX,
class TensorY>
42 template<
class ValueType,
class SystemTag>
46 template<
class SystemTag>
54 typename BLACKCAT_DEFAULT_SYSTEM_T::default_floating_point_type>(inputs);
Output_Layer< SystemTag, ValueType > output_layer(SystemTag system_tag, int inputs)
Definition: output_layer.h:43
ValueType value_type
Definition: output_layer.h:22
const auto forward_propagation(const Tensor &x)
Definition: output_layer.h:31
Definition: layer_base.h:86
#define BLACKCAT_DEFAULT_SYSTEM_T
Definition: common.h:49
Definition: output_layer.h:17
Output_Layer(int inputs)
Definition: output_layer.h:27
SystemTag system_tag
Definition: output_layer.h:21
auto back_propagation(const TensorX &x, const TensorY &y)
Definition: output_layer.h:36
The Evaluator determines if an expression needs to be greedily optimized.
Definition: algorithms.h:22