Searched refs:DatasetDebugString (Results 1 – 25 of 40) sorted by relevance
12
/external/tensorflow/tensorflow/core/kernels/data/ |
D | name_utils_test.cc | 33 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()
|
D | name_utils.cc | 48 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
|
D | name_utils.h | 75 string DatasetDebugString(const string& dataset_type); 85 string DatasetDebugString(const string& dataset_type,
|
D | tensor_dataset_op.cc | 62 return name_utils::DatasetDebugString(kDatasetType); in DebugString()
|
D | skip_dataset_op.cc | 67 return name_utils::DatasetDebugString(kDatasetType); in DebugString()
|
D | take_dataset_op.cc | 60 return name_utils::DatasetDebugString(TakeDatasetOp::kDatasetType); in DebugString()
|
D | tensor_slice_dataset_op.cc | 75 return name_utils::DatasetDebugString(kDatasetType); in DebugString()
|
D | zip_dataset_op.cc | 72 return name_utils::DatasetDebugString(kDatasetType); in DebugString()
|
D | concatenate_dataset_op.cc | 73 return name_utils::DatasetDebugString(kDatasetType); in DebugString()
|
D | map_dataset_op.cc | 72 return name_utils::DatasetDebugString(kDatasetType); in DebugString()
|
D | generator_dataset_op.cc | 74 return name_utils::DatasetDebugString(kDatasetType); in DebugString()
|
D | filter_dataset_op.cc | 75 return name_utils::DatasetDebugString(kDatasetType); in DebugString()
|
D | shard_dataset_op.cc | 76 return name_utils::DatasetDebugString(kDatasetType, params); in DebugString()
|
D | batch_dataset_op.cc | 109 return name_utils::DatasetDebugString(kDatasetType, params); in DebugString()
|
D | text_line_dataset_op.cc | 70 return name_utils::DatasetDebugString(kDatasetType); in DebugString()
|
D | repeat_dataset_op.cc | 72 return name_utils::DatasetDebugString(RepeatDatasetOp::kDatasetType); in DebugString()
|
D | flat_map_dataset_op.cc | 75 return name_utils::DatasetDebugString(kDatasetType); in DebugString()
|
D | tf_record_dataset_op.cc | 85 return name_utils::DatasetDebugString(kDatasetType); in DebugString()
|
D | range_dataset_op.cc | 157 return name_utils::DatasetDebugString(kDatasetType, params); in DebugString()
|
D | interleave_dataset_op.cc | 87 return name_utils::DatasetDebugString(kDatasetType); in DebugString()
|
/external/tensorflow/tensorflow/core/kernels/data/experimental/ |
D | assert_cardinality_dataset_op.cc | 66 return name_utils::DatasetDebugString(kDatasetType); in DebugString()
|
D | assert_next_dataset_op.cc | 62 return name_utils::DatasetDebugString(kDatasetType); in DebugString()
|
D | rebatch_dataset_op.cc | 91 return name_utils::DatasetDebugString(kDatasetTypeV1, params); in DebugString() 346 return name_utils::DatasetDebugString(kDatasetTypeV2); in DebugString()
|
D | sampling_dataset_op.cc | 70 return name_utils::DatasetDebugString(kDatasetType); in DebugString()
|
D | directed_interleave_dataset_op.cc | 82 return name_utils::DatasetDebugString(kDatasetType); in DebugString()
|
12