Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/image/
Dresize_area_op_test.cc40 const Tensor* SetRandomImageInput(const TensorShape& shape) { in SetRandomImageInput() function in tensorflow::ResizeAreaOpTest
152 SetRandomImageInput(TensorShape({1, in_height, in_width, channels})); in RunRandomTest()
Dresize_bilinear_op_test.cc60 const Tensor* SetRandomImageInput(const TensorShape& shape) { in SetRandomImageInput() function in tensorflow::ResizeBilinearOpTestBase
138 const Tensor* input = SetRandomImageInput(shape); in TestResize()
212 const Tensor* input = SetRandomImageInput(TensorShape({1, 2, 2, 1})); in TEST_P()
562 SetRandomImageInput(shape); in SetUpBenchmark()
Dresize_bicubic_op_test.cc40 const Tensor* SetRandomImageInput(const TensorShape& shape) { in SetRandomImageInput() function in tensorflow::ResizeBicubicOpTest
167 const Tensor* input = SetRandomImageInput( in RunRandomTest()