Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Dquantized_resize_bilinear_op_test.cc241 constexpr int IN_WIDTH = 128; in TestResizeBilinearOneDim() local
245 constexpr float SCALE = static_cast<float>(IN_WIDTH) / OUT_WIDTH; in TestResizeBilinearOneDim()
246 Tensor image_quantized_tensor(DT_QINT32, TensorShape({1, 1, IN_WIDTH, 1})); in TestResizeBilinearOneDim()
285 /*in_height=*/IN_WIDTH, in TestResizeBilinearOneDim()