Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Dquantized_conv_ops_test.cc69 Tensor image_float(DT_FLOAT, in TEST_F() local
71 test::FillValues<float>(&image_float, in TEST_F()
74 FloatTensorToQuantized<quint8>(image_float, image_min, image_max); in TEST_F()
286 Tensor image_float(DT_FLOAT, in TEST_F() local
288 test::FillValues<float>(&image_float, in TEST_F()
291 FloatTensorToQuantized<quint8>(image_float, image_min, image_max); in TEST_F()
/external/tensorflow/tensorflow/core/kernels/mkl/
Dmkl_quantized_conv_ops_perchannel_test.cc114 Tensor image_float( in TEST_F() local
116 test::FillValues<float>(&image_float, in TEST_F()
120 FloatTensorToQuantized<quint8>(image_float, image_min, image_max); in TEST_F()
Dmkl_quantized_conv_ops_test.cc201 Tensor image_float(DT_FLOAT, in TEST_F() local
203 test::FillValues<float>(&image_float, in TEST_F()
206 FloatTensorToQuantized<quint8>(image_float, image_min, image_max); in TEST_F()
327 Tensor image_float(DT_FLOAT, in TEST_F() local
329 test::FillValues<float>(&image_float, {2, 3, 4, 6, -4, -2, 3, 0, 4}); in TEST_F()
331 FloatTensorToQuantized<qint8>(image_float, image_min, image_max); in TEST_F()
/external/deqp/external/openglcts/modules/glesext/texture_cube_map_array/
DesextcTextureCubeMapArraySampling.hpp723 static const glw::GLchar* const image_float; member in glcts::TextureCubeMapArraySamplingTest
DesextcTextureCubeMapArraySampling.cpp154 const glw::GLchar* const TextureCubeMapArraySamplingTest::image_float = "image2D "; member in glcts::TextureCubeMapArraySamplingTest
2093 out_image_type = image_float; in getColorType()
2097 out_image_type = image_float; in getColorType()