8 #ifndef BLACKCAT_NEURALNETWORK_SOFTMAX_H_ 9 #define BLACKCAT_NEURALNETWORK_SOFTMAX_H_ 16 template<
class SystemTag,
class ValueType>
19 SoftMax<SystemTag, ValueType>,
20 Tensor_Descriptor<ValueType, SystemTag, Integer<1>>>
40 template<
class Allocator>
42 for (
int i = 0; i < x.
cols(); ++i)
47 template<
class Allocator>
53 template<
class X,
class Matrix>
64 template<
class ValueType,
class SystemTag>
68 template<
class SystemTag>
75 typename BLACKCAT_DEFAULT_SYSTEM_T::default_floating_point_type>(inputs);
SoftMax< SystemTag, ValueType > softmax(SystemTag system_tag, int inputs)
Definition: softmax.h:65
const auto & forward_propagation(const bc::Matrix< value_type, Allocator > &x)
Definition: softmax.h:41
bc::Matrix< ValueType, bc::Allocator< ValueType, SystemTag > > mat
Definition: softmax.h:28
Definition: layer_base.h:86
#define BLACKCAT_DEFAULT_SYSTEM_T
Definition: common.h:49
auto forward_propagation(const bc::Vector< value_type, Allocator > &x)
Definition: softmax.h:48
virtual void set_batch_size_hook(int bs) override
Definition: softmax.h:58
bc::size_t output_size() const
Definition: layer_base.h:148
auto sum(const Expression_Base< Expression > &tensor)
Definition: tensor_static_functions.h:15
SoftMax(int inputs)
Definition: softmax.h:37
auto back_propagation(const X &x, const Matrix &dy)
Definition: softmax.h:54
SystemTag system_tag
Definition: softmax.h:22
ValueType value_type
Definition: softmax.h:23
BCINLINE size_t cols() const
Definition: shape.h:81
struct bc::oper::cmath_functions::Exp exp
The Evaluator determines if an expression needs to be greedily optimized.
Definition: algorithms.h:22