NeuZephyr
Simple DL Framework
nz::nodes::calc::SoftmaxNode Member List

This is the complete list of members for nz::nodes::calc::SoftmaxNode, including all inherited members.

backward() overridenz::nodes::calc::SoftmaxNodevirtual
dataInject(Tensor::value_type *data, bool grad=false) constnz::nodes::Node
dataInject(Iterator begin, Iterator end, const bool grad=false) constnz::nodes::Nodeinline
dataInject(const std::initializer_list< Tensor::value_type > &data, bool grad=false) constnz::nodes::Node
forward() overridenz::nodes::calc::SoftmaxNodevirtual
print(std::ostream &os) constnz::nodes::Nodevirtual
SoftmaxNode(Node *input)nz::nodes::calc::SoftmaxNodeexplicit