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

  /external/tensorflow/tensorflow/core/kernels/
quantized_activation_ops_test.cc 53 Tensor expected_float(DT_FLOAT, {input_height, input_width});
54 test::FillValues<float>(&expected_float, {0, 0, 0, 1, 3, 6, 7, 100});
66 test::ExpectTensorNear<float>(expected_float, output_float, 0.2);
84 Tensor expected_float(DT_FLOAT, {input_height, input_width});
85 test::FillValues<float>(&expected_float, {0, 0, 0, 1, 3, 6, 6, 6});
97 test::ExpectTensorNear<float>(expected_float, output_float, 0.2);
quantized_pooling_ops_test.cc 66 Tensor expected_float(DT_FLOAT,
68 test::FillValues<float>(&expected_float, {6, 7, 10, 11, 22, 23, 26, 27});
80 test::ExpectTensorNear<float>(expected_float, output_float, 0.2);
111 Tensor expected_float(DT_FLOAT,
113 test::FillValues<float>(&expected_float, {11, 12, 15, 16, 27, 28, 31, 32});
125 test::ExpectTensorNear<float>(expected_float, output_float, 0.2);
quantized_bias_add_op_test.cc 69 Tensor expected_float(DT_FLOAT, {input_height, input_width});
70 test::FillValues<float>(&expected_float,
87 test::ExpectTensorNear<float>(expected_float, output_float, 0.2);
141 Tensor expected_float(DT_FLOAT, {input_height, input_width});
143 &expected_float,
169 test::ExpectTensorNear<float>(expected_float, output_float, 20.0);
mkl_quantized_concat_op_test.cc 129 Tensor expected_float(
131 test::FillValues<float>(&expected_float,
154 test::ExpectTensorNear<float>(expected_float, output_float, 0.2);
203 Tensor expected_float(
205 test::FillValues<float>(&expected_float,
229 test::ExpectTensorNear<float>(expected_float, output_float, 1.0);
mkl_quantized_pooling_ops_test.cc 104 Tensor expected_float(DT_FLOAT,
106 test::FillValues<float>(&expected_float, {6, 7, 10, 11, 22, 23, 26, 27});
130 test::ExpectTensorNear<float>(expected_float, output_float, 0.2);
173 Tensor expected_float(DT_FLOAT,
175 test::FillValues<float>(&expected_float, {11, 12, 15, 16, 27, 28, 31, 32});
198 test::ExpectTensorNear<float>(expected_float, output_float, 0.2);
quantized_concat_op_test.cc 95 Tensor expected_float(DT_FLOAT, {expected_batch, first_height, first_width});
96 test::FillValues<float>(&expected_float,
115 test::ExpectTensorNear<float>(expected_float, output_float, 0.2);
160 Tensor expected_float(DT_FLOAT, {expected_batch, first_height, first_width});
162 &expected_float,
181 test::ExpectTensorNear<float>(expected_float, output_float, 0.2);
223 Tensor expected_float(DT_FLOAT, {first_batch, expected_height, first_width});
224 test::FillValues<float>(&expected_float,
243 test::ExpectTensorNear<float>(expected_float, output_float, 1.0);
quantized_batch_norm_op_test.cc 120 Tensor expected_float(
124 &expected_float, {-17.86, -22.00, -15.87, -20.59, -13.87, -19.18, -21.86,
131 test::ExpectTensorNear<float>(expected_float, output_float, 0.1);
217 Tensor expected_float(
232 false, expected_float.tensor<float, 4>());
239 test::ExpectTensorNear<float>(expected_float, output_float, 0.1);
quantized_conv_ops_test.cc 121 Tensor expected_float(
124 test::FillValues<float>(&expected_float, {105, 150, 183, 95, 235, 312, 357,
131 test::ExpectTensorNear<float>(expected_float, output_float, 1.0);
312 Tensor expected_float(
315 test::FillValues<float>(&expected_float, {105, 150, 183, 95, 235, 312, 357,
322 test::ExpectTensorNear<float>(expected_float, output_float, 1.0);
quantized_matmul_op_test.cc 335 Tensor expected_float(DT_FLOAT, {a_cols, b_cols});
337 &expected_float,
355 test::ExpectTensorNear<float>(expected_float, output_float, 15.0);
mkl_quantized_conv_ops_test.cc 184 Tensor expected_float(
187 test::FillValues<float>(&expected_float, {105, 150, 183, 95, 235, 312, 357,
203 test::ExpectTensorNear<float>(expected_float, output_float, 1.0);
  /external/grpc-grpc/third_party/nanopb/examples/using_double_on_avr/
test_conversions.c 25 float expected_float = (float)orig; local
26 double expected_double = (double)expected_float;
31 uint32_t e1 = *(uint32_t*)&expected_float;
  /external/nanopb-c/examples/using_double_on_avr/
test_conversions.c 25 float expected_float = (float)orig; local
26 double expected_double = (double)expected_float;
31 uint32_t e1 = *(uint32_t*)&expected_float;
  /external/gemmlowp/test/
correctness_meta_gemm.cc 118 float expected_float = static_cast<float>(expected) * result_offset; local
120 if (actual_float != expected_float) {
121 std::cout << "(" << i << ", " << j << "): " << expected_float << "!="
  /external/gemmlowp/meta/
test_gemm_correctness.cc 171 float expected_float = static_cast<float>(expected) * FLOAT_SCALE; local
173 if (actual != expected_float) {
191 float expected_float = static_cast<float>(expected) * FLOAT_SCALE; local
193 if (actual != expected_float) {
  /external/pdfium/core/fpdfapi/parser/
cpdf_object_unittest.cpp 651 const float expected_float[] = {0, 0, 0, -1234, 2345, 0.05f, 0, local
656 EXPECT_EQ(expected_float[i], arr->GetNumberAt(i));
657 EXPECT_EQ(expected_float[i], arr->GetFloatAt(i));
    [all...]
  /external/deqp-deps/SPIRV-Tools/test/
hex_float_test.cpp 1021 float expected_float; member in struct:spvtools::utils::__anon20369::UpCastCase
    [all...]
  /external/deqp-deps/glslang/gtests/
HexFloat.cpp 921 float expected_float; member in struct:__anon20635::UpCastCase
    [all...]
  /external/swiftshader/third_party/SPIRV-Tools/test/
hex_float_test.cpp 1021 float expected_float; member in struct:spvtools::utils::__anon41303::UpCastCase
    [all...]

Completed in 1009 milliseconds