Searched defs:batch_prefix (Results 1 – 3 of 3) sorted by relevance
/external/tensorflow/tensorflow/core/kernels/data/ |
D | parallel_batch_dataset_op.cc | 524 string batch_prefix = strings::StrCat(kBatchResults, "_", index); in ReadBatchResult() local 550 string batch_prefix = strings::StrCat(kBatchResults, "_", index); in WriteBatchResult() local
|
/external/tensorflow/tensorflow/core/kernels/data/experimental/ |
D | map_and_batch_dataset_op.cc | 601 string batch_prefix = strings::StrCat(kBatchResults, "_", index); in ReadBatchResult() local 628 string batch_prefix = strings::StrCat(kBatchResults, "_", index); in WriteBatchResult() local
|
/external/tensorflow/tensorflow/core/data/ |
D | dataset_utils.cc | 589 const string& batch_prefix, std::vector<Tensor>* batch) { in ReadBatch() 621 const string& iterator_prefix, const string& batch_prefix, in WriteBatch()
|