Home
last modified time | relevance | path

Searched defs:random_func (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/lite/testing/
H A Dgenerate_testspec.h60 RandomFunction random_func) { in GenerateRandomTensor()
H A Dgenerate_testspec_test.cc28 auto random_func = [&]() { in TEST() local
/aosp_15_r20/external/tflite-support/tensorflow_lite_support/custom_ops/
H A Dtflite_inference_main.cc33 const std::function<std::string()>& random_func) { in FillRandomString()
/aosp_15_r20/external/tensorflow/tensorflow/lite/testing/kernel_test/
H A Dinput_generator.cc39 const std::function<T(int)>& random_func) { in GenerateRandomTensor()
/aosp_15_r20/external/pytorch/aten/src/ATen/native/cuda/
H A DRreluWithNoise.cu31 const F& random_func) { in rrelu_with_noise_cuda_kernel()
/aosp_15_r20/external/tensorflow/tensorflow/lite/tools/benchmark/
H A Dbenchmark_tflite_model.cc169 const std::function<std::string()>& random_func) { in FillRandomString()
/aosp_15_r20/external/tensorflow/tensorflow/python/data/kernel_tests/
H A Dmap_test.py963 def random_func(x): function
/aosp_15_r20/external/tensorflow/tensorflow/python/ops/
H A Dimage_ops_impl.py485 def _random_flip(image, flip_index, random_func, scope_name): argument