Public Attributes | |
std::string | utterance_id |
std::vector< NnetInferenceTask > | tasks |
size_t | num_tasks_finished |
Definition at line 583 of file nnet-batch-compute.h.
size_t num_tasks_finished |
Definition at line 591 of file nnet-batch-compute.h.
Referenced by NnetBatchInference::AcceptInput(), and NnetBatchInference::GetOutput().
std::vector<NnetInferenceTask> tasks |
Definition at line 586 of file nnet-batch-compute.h.
Referenced by NnetBatchInference::AcceptInput(), and NnetBatchInference::GetOutput().
std::string utterance_id |
Definition at line 584 of file nnet-batch-compute.h.
Referenced by NnetBatchInference::AcceptInput(), and NnetBatchInference::GetOutput().