This hashing object hashes just the structural aspects of the NnetIo object (name, indexes, feature dimension) without looking at the value of features. More...
#include <nnet-example.h>
Public Member Functions | |
size_t | operator() (const NnetIo &a) const noexcept |
This hashing object hashes just the structural aspects of the NnetIo object (name, indexes, feature dimension) without looking at the value of features.
It will be used in combining egs into batches of all similar structure.
Definition at line 94 of file nnet-example.h.
Definition at line 139 of file nnet-example.cc.