Home
last modified time | relevance | path

Searched refs:DatasetDebugString (Results 1 – 25 of 40) sorted by relevance

12

/external/tensorflow/tensorflow/core/kernels/data/
Dname_utils_test.cc33 TEST(NameUtilsTest, DatasetDebugString) { in TEST() argument
34 EXPECT_EQ(name_utils::DatasetDebugString(ConcatenateDatasetOp::kDatasetType), in TEST()
38 EXPECT_EQ(name_utils::DatasetDebugString(RangeDatasetOp::kDatasetType, in TEST()
45 EXPECT_EQ(name_utils::DatasetDebugString(ShuffleDatasetOp::kDatasetType, in TEST()
52 name_utils::DatasetDebugString(ParallelInterleaveDatasetOp::kDatasetType, in TEST()
Dname_utils.cc48 string DatasetDebugString(const string& dataset_type) { in DatasetDebugString() function
49 return DatasetDebugString(dataset_type, DatasetDebugStringParams()); in DatasetDebugString()
52 string DatasetDebugString(const string& dataset_type, in DatasetDebugString() function
Dname_utils.h75 string DatasetDebugString(const string& dataset_type);
85 string DatasetDebugString(const string& dataset_type,
Dtensor_dataset_op.cc62 return name_utils::DatasetDebugString(kDatasetType); in DebugString()
Dskip_dataset_op.cc67 return name_utils::DatasetDebugString(kDatasetType); in DebugString()
Dtake_dataset_op.cc60 return name_utils::DatasetDebugString(TakeDatasetOp::kDatasetType); in DebugString()
Dtensor_slice_dataset_op.cc75 return name_utils::DatasetDebugString(kDatasetType); in DebugString()
Dzip_dataset_op.cc72 return name_utils::DatasetDebugString(kDatasetType); in DebugString()
Dconcatenate_dataset_op.cc73 return name_utils::DatasetDebugString(kDatasetType); in DebugString()
Dmap_dataset_op.cc72 return name_utils::DatasetDebugString(kDatasetType); in DebugString()
Dgenerator_dataset_op.cc74 return name_utils::DatasetDebugString(kDatasetType); in DebugString()
Dfilter_dataset_op.cc75 return name_utils::DatasetDebugString(kDatasetType); in DebugString()
Dshard_dataset_op.cc76 return name_utils::DatasetDebugString(kDatasetType, params); in DebugString()
Dbatch_dataset_op.cc109 return name_utils::DatasetDebugString(kDatasetType, params); in DebugString()
Dtext_line_dataset_op.cc70 return name_utils::DatasetDebugString(kDatasetType); in DebugString()
Drepeat_dataset_op.cc72 return name_utils::DatasetDebugString(RepeatDatasetOp::kDatasetType); in DebugString()
Dflat_map_dataset_op.cc75 return name_utils::DatasetDebugString(kDatasetType); in DebugString()
Dtf_record_dataset_op.cc85 return name_utils::DatasetDebugString(kDatasetType); in DebugString()
Drange_dataset_op.cc157 return name_utils::DatasetDebugString(kDatasetType, params); in DebugString()
Dinterleave_dataset_op.cc87 return name_utils::DatasetDebugString(kDatasetType); in DebugString()
/external/tensorflow/tensorflow/core/kernels/data/experimental/
Dassert_cardinality_dataset_op.cc66 return name_utils::DatasetDebugString(kDatasetType); in DebugString()
Dassert_next_dataset_op.cc62 return name_utils::DatasetDebugString(kDatasetType); in DebugString()
Drebatch_dataset_op.cc91 return name_utils::DatasetDebugString(kDatasetTypeV1, params); in DebugString()
346 return name_utils::DatasetDebugString(kDatasetTypeV2); in DebugString()
Dsampling_dataset_op.cc70 return name_utils::DatasetDebugString(kDatasetType); in DebugString()
Ddirected_interleave_dataset_op.cc82 return name_utils::DatasetDebugString(kDatasetType); in DebugString()

12