Home
last modified time | relevance | path

Searched defs:combined_outputs (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/batching_util/
Dbatch_resource_base.cc478 const std::vector<Tensor>& combined_outputs, BatchT* batch) const { in SplitOutputTensors() argument
598 std::vector<Tensor> combined_outputs; in ProcessFuncBatch() local
/external/tensorflow/tensorflow/core/kernels/
Dbatch_kernels.cc155 std::vector<Tensor>* combined_outputs, in ProcessFuncBatchImpl()