Home
last modified time | relevance | path

Searched refs:ParseProcessingMode (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/core/data/service/
Ddata_service_test.cc44 TF_ASSERT_OK(ParseProcessingMode("parallel_epochs", mode)); in TEST()
50 TF_ASSERT_OK(ParseProcessingMode("distributed_epoch", mode)); in TEST()
56 Status s = ParseProcessingMode("invalid", mode); in TEST()
Ddata_service.h47 Status ParseProcessingMode(const std::string& s, ProcessingMode& mode);
Ddata_service.cc37 Status ParseProcessingMode(const std::string& s, ProcessingMode& mode) { in ParseProcessingMode() function
/external/tensorflow/tensorflow/core/kernels/data/experimental/
Ddata_service_dataset_op.cc892 ParseProcessingMode(processing_mode_str, processing_mode)); in MakeDataset()