HomeSort by relevance Sort by last modified time
    Searched refs:output_float (Results 1 - 9 of 9) sorted by null

  /external/tensorflow/tensorflow/core/kernels/
quantized_activation_ops_test.cc 64 Tensor output_float = local
66 test::ExpectTensorNear<float>(expected_float, output_float, 0.2);
95 Tensor output_float = local
97 test::ExpectTensorNear<float>(expected_float, output_float, 0.2);
quantized_pooling_ops_test.cc 78 Tensor output_float = local
80 test::ExpectTensorNear<float>(expected_float, output_float, 0.2);
123 Tensor output_float = local
125 test::ExpectTensorNear<float>(expected_float, output_float, 0.2);
quantized_bias_add_op_test.cc 85 Tensor output_float = local
87 test::ExpectTensorNear<float>(expected_float, output_float, 0.2);
167 Tensor output_float = local
169 test::ExpectTensorNear<float>(expected_float, output_float, 20.0);
quantized_concat_op_test.cc 113 Tensor output_float = local
115 test::ExpectTensorNear<float>(expected_float, output_float, 0.2);
179 Tensor output_float = local
181 test::ExpectTensorNear<float>(expected_float, output_float, 0.2);
241 Tensor output_float = local
243 test::ExpectTensorNear<float>(expected_float, output_float, 1.0);
quantized_batch_norm_op_test.cc 129 Tensor output_float = local
131 test::ExpectTensorNear<float>(expected_float, output_float, 0.1);
237 Tensor output_float = local
239 test::ExpectTensorNear<float>(expected_float, output_float, 0.1);
quantized_conv_ops_test.cc 129 Tensor output_float = local
131 test::ExpectTensorNear<float>(expected_float, output_float, 1.0);
320 Tensor output_float = local
322 test::ExpectTensorNear<float>(expected_float, output_float, 1.0);
quantized_matmul_op_test.cc 353 Tensor output_float = local
355 test::ExpectTensorNear<float>(expected_float, output_float, 15.0);
  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/glslang/SPIRV/
hex_float.h 1042 T output_float = spvutils::BitwiseCast<T>(output_bits); local
    [all...]
  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/spirv-tools/source/util/
hex_float.h 1040 T output_float = spvutils::BitwiseCast<T>(output_bits); local
    [all...]

Completed in 290 milliseconds