Searched defs:batch_prefix (Results 1 – 3 of 3) sorted by relevance
/external/tensorflow/tensorflow/core/kernels/data/ |
D | parallel_batch_dataset_op.cc | 443 string batch_prefix = strings::StrCat(kBatchResults, "_", index); in ReadBatchResult() local 465 string batch_prefix = strings::StrCat(kBatchResults, "_", index); in WriteBatchResult() local
|
D | dataset_utils.cc | 712 const string& batch_prefix, IteratorContext* ctx, in ReadBatch() 746 const string& iterator_prefix, const string& batch_prefix, in WriteBatch()
|
/external/tensorflow/tensorflow/core/kernels/data/experimental/ |
D | map_and_batch_dataset_op.cc | 595 string batch_prefix = strings::StrCat(kBatchResults, "_", index); in ReadBatchResult() local 620 string batch_prefix = strings::StrCat(kBatchResults, "_", index); in WriteBatchResult() local
|