NNFS
Neural network library from scratch
Loading...
Searching...
No Matches
CCESoftmaxTest Class Reference
Inheritance diagram for CCESoftmaxTest:
[legend]

Protected Attributes

std::shared_ptr< NNFS::Softmaxsoftmax_ = std::make_shared<NNFS::Softmax>()
 
std::shared_ptr< NNFS::CCEcce_ = std::make_shared<NNFS::CCE>()
 
std::shared_ptr< NNFS::CCESoftmaxcce_softmax_ = std::make_shared<NNFS::CCESoftmax>(softmax_, cce_)
 

Member Data Documentation

◆ cce_

std::shared_ptr<NNFS::CCE> CCESoftmaxTest::cce_ = std::make_shared<NNFS::CCE>()
protected

◆ cce_softmax_

std::shared_ptr<NNFS::CCESoftmax> CCESoftmaxTest::cce_softmax_ = std::make_shared<NNFS::CCESoftmax>(softmax_, cce_)
protected

◆ softmax_

std::shared_ptr<NNFS::Softmax> CCESoftmaxTest::softmax_ = std::make_shared<NNFS::Softmax>()
protected

The documentation for this class was generated from the following file: