Home
last modified time | relevance | path

Searched defs:batch_prefix (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/data/
Dparallel_batch_dataset_op.cc524 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/
Dmap_and_batch_dataset_op.cc601 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/
Ddataset_utils.cc589 const string& batch_prefix, std::vector<Tensor>* batch) { in ReadBatch()
621 const string& iterator_prefix, const string& batch_prefix, in WriteBatch()