/external/tensorflow/tensorflow/lite/micro/examples/hello_world/sparkfun_edge/ |
D | output_handler.cc | 38 float y_value) { in HandleOutput() argument 51 if (y_value < 0) { in HandleOutput() 58 if (y_value <= -0.75f) { in HandleOutput() 64 } else if (y_value > 0) { in HandleOutput() 71 if (y_value >= 0.75f) { in HandleOutput() 80 static_cast<double>(y_value)); in HandleOutput()
|
/external/tensorflow/tensorflow/lite/micro/examples/hello_world/disco_f746ng/ |
D | output_handler.cc | 41 float y_value) { in HandleOutput() argument 59 y_value); in HandleOutput() 70 if (y_value >= 0) { in HandleOutput() 72 y_pos = dot_radius + static_cast<int>(midpoint * (1.f - y_value)); in HandleOutput() 76 dot_radius + midpoint + static_cast<int>(midpoint * (0.f - y_value)); in HandleOutput()
|
/external/tensorflow/tensorflow/lite/micro/examples/hello_world/ |
D | output_handler.cc | 19 float y_value) { in HandleOutput() argument 23 static_cast<double>(y_value)); in HandleOutput()
|
D | output_handler.h | 24 float y_value);
|
/external/tensorflow/tensorflow/lite/micro/examples/hello_world/arduino/ |
D | output_handler.cc | 29 float y_value) { in HandleOutput() argument 39 int brightness = (int)(127.5f * (y_value + 1)); in HandleOutput()
|
/external/autotest/client/cros/input_playback/ |
D | stylus.py | 45 def replace_with_prefix(self, in_file, out_file, prefix, x_value, y_value): argument 68 line = line.replace(prefix + '_Y', str(y_value)) 69 y_value += 1
|
/external/XNNPACK/test/ |
D | vmulcaddc-microkernel-tester.h | 165 for (float& y_value : y_ref) { variable 166 y_value = std::max(std::min(y_value, y_max), y_min); 233 for (float& y_value : y_ref) { variable 234 y_value = std::max<float>(std::min<float>(y_value, y_max), y_min);
|
D | gavgpool-cw-microkernel-tester.h | 122 for (float& y_value : y_ref) { variable 123 y_value = std::max(std::min(y_value, y_max), y_min);
|
/external/llvm-project/lldb/test/API/functionalities/var_path/ |
D | TestVarPath.py | 25 def verify_point(self, frame, var_name, var_typename, x_value, y_value): argument 53 …self.assertEquals(v.GetValue(), str(y_value), "Make sure '%s' has a value of %i" % (valid_y_path, …
|
/external/webrtc/media/base/ |
D | fake_video_renderer.h | 102 uint8_t y_value = *(y_pos + j); in CheckFrameColorYuv() local 103 if (y_value < y_min || y_value > y_max) { in CheckFrameColorYuv()
|
/external/tensorflow/tensorflow/core/kernels/ |
D | quantized_add_op.cc | 231 const int64 y_value = static_cast<int64>(y_data[i]); in VectorAddition() local 232 int64 y_in_output_range_64 = y_0_int64 + (y_value * y_mult_int32); in VectorAddition() 276 const int64 y_value = static_cast<int64>(y_data[i]); in VectorAddition() local 277 int64 y_in_output_range_64 = y_0_int64 + (y_value * y_mult_int32); in VectorAddition()
|
/external/tensorflow/tensorflow/compiler/xla/tests/ |
D | vector_ops_simple_test.cc | 352 auto y_value = in XLA_TEST_F() local 355 Clamp(zero, y_value, ConstantR0<float>(&builder, 5)); in XLA_TEST_F()
|
/external/tensorflow/tensorflow/compiler/mlir/tosa/transforms/ |
D | legalize_common.h | 48 Value x_value, Value y_value);
|
D | legalize_common.cc | 366 Value x_value, Value y_value) { in convertSelectOp() argument 372 RankedTensorType y_type = y_value.getType().dyn_cast<RankedTensorType>(); in convertSelectOp() 385 x_value, y_value) in convertSelectOp() 405 y_value) in convertSelectOp()
|
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/ir/ |
D | tf_ops_n_z.cc | 435 APFloat y_value = constant_y.getSplatValue<APFloat>(); in fold() local 437 if (y_value.isZero() && output_type.hasStaticShape()) { in fold() 442 if (y_value.isExactlyValue(1.0)) { in fold()
|
/external/libcups/tools/ |
D | ippeveprinter.c | 8236 y_value; /* x-dimension value */ in valid_job_attributes() local 8288 y_value = ippGetInteger(y_dim, 0); in valid_job_attributes() 8298 if (ippContainsInteger(x_dim, x_value) && ippContainsInteger(y_dim, y_value)) in valid_job_attributes()
|
/external/tensorflow/tensorflow/python/eager/ |
D | function_test.py | 2845 y_value = self.evaluate(y) 2848 self.assertEqual(y_value, 5.0) 2851 self.assertEqual(y_value, 3.0)
|