Home
last modified time | relevance | path

Searched refs:RandomLteTensors (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/compiler/tests/
H A Drandomized_tests.cc357 std::pair<Tensor, Tensor> RandomLteTensors(DataType dtype,
359 std::pair<Tensor, Tensor> RandomLteTensors(DataType dtype);
555 std::pair<Tensor, Tensor> RandomLteTensors(absl::Span<const int64_t> shape) { in RandomLteTensors() function in tensorflow::__anon92bff46a0111::TensorGenerator
935 std::pair<Tensor, Tensor> OpTest::RandomLteTensors( in RandomLteTensors() function in tensorflow::__anon92bff46a0111::OpTest
939 return TensorGeneratorFloat(*this).RandomLteTensors(shape); in RandomLteTensors()
941 return TensorGeneratorDouble(*this).RandomLteTensors(shape); in RandomLteTensors()
946 return TensorGeneratorInt32(*this).RandomLteTensors(shape); in RandomLteTensors()
948 return TensorGeneratorInt64(*this).RandomLteTensors(shape); in RandomLteTensors()
959 std::pair<Tensor, Tensor> OpTest::RandomLteTensors(DataType dtype) { in RandomLteTensors() function in tensorflow::__anon92bff46a0111::OpTest
960 return RandomLteTensors(dtype, RandomDims()); in RandomLteTensors()
[all …]