Searched refs:RandomLteTensors (Results 1 – 1 of 1) sorted by relevance
357 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::TensorGenerator935 std::pair<Tensor, Tensor> OpTest::RandomLteTensors( in RandomLteTensors() function in tensorflow::__anon92bff46a0111::OpTest939 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::OpTest960 return RandomLteTensors(dtype, RandomDims()); in RandomLteTensors()[all …]