Searched defs:random_func (Results 1 – 8 of 8) sorted by relevance
60 RandomFunction random_func) { in GenerateRandomTensor()
28 auto random_func = [&]() { in TEST() local
33 const std::function<std::string()>& random_func) { in FillRandomString()
39 const std::function<T(int)>& random_func) { in GenerateRandomTensor()
31 const F& random_func) { in rrelu_with_noise_cuda_kernel()
169 const std::function<std::string()>& random_func) { in FillRandomString()
963 def random_func(x): function
485 def _random_flip(image, flip_index, random_func, scope_name): argument