Searched refs:image_float (Results 1 – 5 of 5) sorted by relevance
/external/tensorflow/tensorflow/core/kernels/ |
D | quantized_conv_ops_test.cc | 69 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/ |
D | mkl_quantized_conv_ops_perchannel_test.cc | 114 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()
|
D | mkl_quantized_conv_ops_test.cc | 201 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/ |
D | esextcTextureCubeMapArraySampling.hpp | 723 static const glw::GLchar* const image_float; member in glcts::TextureCubeMapArraySamplingTest
|
D | esextcTextureCubeMapArraySampling.cpp | 154 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()
|