Public Member Functions | |
ComputationGroupKey (const NnetInferenceTask &task) | |
bool | operator== (const ComputationGroupKey &other) const |
Public Attributes | |
int32 | num_input_frames |
int32 | first_input_t |
int32 | num_output_frames |
Definition at line 319 of file nnet-batch-compute.h.
|
inline |
Definition at line 320 of file nnet-batch-compute.h.
|
inline |
Definition at line 325 of file nnet-batch-compute.h.
References NnetInferenceTask::first_input_t, NnetBatchComputer::ComputationGroupKey::first_input_t, NnetBatchComputer::ComputationGroupKey::num_input_frames, NnetInferenceTask::num_output_frames, and NnetBatchComputer::ComputationGroupKey::num_output_frames.
int32 first_input_t |
Definition at line 331 of file nnet-batch-compute.h.
Referenced by NnetBatchComputer::ComputationGroupKeyHasher::operator()(), and NnetBatchComputer::ComputationGroupKey::operator==().
int32 num_input_frames |
Definition at line 330 of file nnet-batch-compute.h.
Referenced by NnetBatchComputer::ComputationGroupKeyHasher::operator()(), NnetBatchComputer::ComputationGroupKey::operator==(), and NnetBatchComputer::PrintMinibatchStats().
int32 num_output_frames |
Definition at line 332 of file nnet-batch-compute.h.
Referenced by NnetBatchComputer::ComputationGroupKeyHasher::operator()(), NnetBatchComputer::ComputationGroupKey::operator==(), and NnetBatchComputer::PrintMinibatchStats().