
Public Member Functions | |
| MinibatchSizeInfo () | |
Public Attributes | |
| std::shared_ptr< const NnetComputation > | computation |
| int32 | num_done |
| int64 | tot_num_tasks |
| double | seconds_taken |
Definition at line 289 of file nnet-batch-compute.h.
|
inline |
Definition at line 298 of file nnet-batch-compute.h.
| std::shared_ptr<const NnetComputation> computation |
Definition at line 291 of file nnet-batch-compute.h.
Referenced by NnetBatchComputer::Compute(), and NnetBatchComputer::GetHighestPriorityComputation().
| int32 num_done |
Definition at line 292 of file nnet-batch-compute.h.
Referenced by NnetBatchComputer::Compute(), and NnetBatchComputer::PrintMinibatchStats().
| double seconds_taken |
Definition at line 296 of file nnet-batch-compute.h.
Referenced by NnetBatchComputer::Compute(), and NnetBatchComputer::PrintMinibatchStats().
| int64 tot_num_tasks |
Definition at line 293 of file nnet-batch-compute.h.
Referenced by NnetBatchComputer::Compute(), and NnetBatchComputer::PrintMinibatchStats().