Home
last modified time | relevance | path

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

12

/aosp_15_r20/external/tensorflow/tensorflow/core/data/
H A Dname_utils_test.cc29 TEST(NameUtilsTest, DatasetDebugString) { in TEST() argument
30 EXPECT_EQ(name_utils::DatasetDebugString("Concatenate"), in TEST()
34 EXPECT_EQ(name_utils::DatasetDebugString("Range", range_params), in TEST()
40 EXPECT_EQ(name_utils::DatasetDebugString("Shuffle", shuffle_params), in TEST()
45 EXPECT_EQ(name_utils::DatasetDebugString("ParallelInterleave", in TEST()
H A 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
H A Dname_utils.h75 string DatasetDebugString(const string& dataset_type);
85 string DatasetDebugString(const string& dataset_type,
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/data/experimental/
H A Drebatch_dataset_op.cc91 return name_utils::DatasetDebugString(kDatasetTypeV1, params); in DebugString()
352 return name_utils::DatasetDebugString(kDatasetTypeV2); in DebugString()
H A Dassert_next_dataset_op.cc62 return name_utils::DatasetDebugString(kDatasetType); in DebugString()
H A Dassert_cardinality_dataset_op.cc66 return name_utils::DatasetDebugString(kDatasetType); in DebugString()
H A Dsampling_dataset_op.cc70 return name_utils::DatasetDebugString(kDatasetType); in DebugString()
H A Dlist_dataset_op.cc77 return name_utils::DatasetDebugString(kDatasetType); in DebugString()
H A Dio_ops.cc245 return name_utils::DatasetDebugString(kDatasetType); in DebugString()
582 return name_utils::DatasetDebugString(kDatasetType); in DebugString()
H A Dassert_prev_dataset_op.cc161 return name_utils::DatasetDebugString(kDatasetType); in DebugString()
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/data/
H A Doptions_dataset_op.cc82 return name_utils::DatasetDebugString(kDatasetType); in DebugString()
H A Dtensor_dataset_op.cc72 return name_utils::DatasetDebugString(kDatasetType); in DebugString()
H A Dgenerator_dataset_op.cc75 return name_utils::DatasetDebugString(kDatasetType); in DebugString()
H A Dtake_dataset_op.cc61 return name_utils::DatasetDebugString(TakeDatasetOp::kDatasetType); in DebugString()
H A Dskip_dataset_op.cc67 return name_utils::DatasetDebugString(kDatasetType); in DebugString()
H A Dfilter_dataset_op.cc75 return name_utils::DatasetDebugString(kDatasetType); in DebugString()
H A Dmap_dataset_op.cc73 return name_utils::DatasetDebugString(kDatasetType); in DebugString()
H A Dzip_dataset_op.cc85 return name_utils::DatasetDebugString(kDatasetType); in DebugString()
H A Dconcatenate_dataset_op.cc85 return name_utils::DatasetDebugString(kDatasetType); in DebugString()
H A Dshard_dataset_op.cc78 return name_utils::DatasetDebugString(kDatasetType, params); in DebugString()
H A Dtensor_slice_dataset_op.cc84 return name_utils::DatasetDebugString(kDatasetType); in DebugString()
H A Dtf_record_dataset_op.cc87 return name_utils::DatasetDebugString(kDatasetType); in DebugString()
H A Dtext_line_dataset_op.cc71 return name_utils::DatasetDebugString(kDatasetType); in DebugString()
H A Dbatch_dataset_op.cc109 return name_utils::DatasetDebugString(kDatasetType, params); in DebugString()
H A Drepeat_dataset_op.cc74 return name_utils::DatasetDebugString(RepeatDatasetOp::kDatasetType); in DebugString()

12