Home
last modified time | relevance | path

Searched defs:make_dataset (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/python/data/benchmarks/
H A Dinterleave_benchmark.py44 def make_dataset(time_us, num_elements): function
80 def make_dataset(self, member in ParallelInterleaveBenchmark
H A Dfrom_tensor_slices_benchmark.py116 def make_dataset(): function
/aosp_15_r20/external/tensorflow/tensorflow/python/grappler/
H A Ddatasets_test.py310 def make_dataset(tensor): function
344 def make_dataset(tensor): function
/aosp_15_r20/external/tensorflow/tensorflow/python/data/kernel_tests/
H A Dcache_test.py184 def make_dataset(i): function
349 def make_dataset(): function
H A Dtf_record_dataset_test.py195 def make_dataset(self, member in TFRecordDatasetCheckpointTest
H A Dshuffle_test.py306 def make_dataset(): function
H A Dsnapshot_test.py361 def make_dataset(): function
/aosp_15_r20/external/tensorflow/tensorflow/python/data/experimental/benchmarks/
H A Dmap_and_batch_benchmark.py75 def make_dataset(map_num_calls, element_size, batch_size, batch_num_calls, function
/aosp_15_r20/external/tensorflow/tensorflow/python/data/experimental/kernel_tests/
H A Ddense_to_ragged_batch_test.py112 def testBasic(self, make_dataset, nrows, batch_size, drop_remainder): argument