Home
last modified time | relevance | path

Searched defs:x_value (Results 1 – 17 of 17) sorted by relevance

/external/XNNPACK/test/
Dprelu-microkernel-tester.h118 const float x_value = fp16_ieee_to_fp32_value(x_data[n * input_stride() + c]); in Test() local
164 const float x_value = x_data[n * input_stride() + c]; in Test() local
Dvunary-microkernel-tester.h297 const float x_value = fp16_ieee_to_fp32_value(x_data[i]); in Test() local
376 const float x_value = fp16_ieee_to_fp32_value(x_data[i]); in Test() local
454 const float x_value = fp16_ieee_to_fp32_value(x_data[i]); in Test() local
801 const float x_value = fp16_ieee_to_fp32_value(x_data[i]); variable
1076 const uint64_t x_value = x[i]; in Test() local
Dwindow-microkernel-tester.h93 const int16_t x_value = x_data[m * batch() + n]; in Test() local
Dvlog-microkernel-tester.h93 const uint32_t x_value = x_data[n]; in Test() local
Dprelu-operator-tester.h137 const float x_value = fp16_ieee_to_fp32_value(x[i * x_stride() + c]); in TestF16() local
/external/autotest/client/cros/input_playback/
Dstylus.py45 def replace_with_prefix(self, in_file, out_file, prefix, x_value, y_value): argument
/external/tensorflow/tensorflow/compiler/xla/tests/
Dmatrix_ops_simple_test.cc77 auto x_value = in XLA_TYPED_TEST() local
Dvector_ops_simple_test.cc345 auto x_value = in XLA_TEST_F() local
Dlocal_client_execute_test.cc72 auto x_value = LiteralToShapedBuffer(LiteralUtil::CreateR0<float>(42.0f)); in XLA_TEST_F() local
/external/webrtc/modules/audio_processing/aec3/
Dreverb_decay_estimator.cc333 float x_value = static_cast<float>(coefficients_counter_) + in Accumulate() local
/external/libavc/encoder/
Dirc_rd_model.c368 float x_value = 1.0, f_qp; in irc_find_qp_for_target_bits() local
/external/tensorflow/tensorflow/core/kernels/
Dquantized_add_op.cc226 const int64 x_value = static_cast<int64_t>(x_data[i]); in VectorAddition() local
271 const int64_t x_value = static_cast<int64_t>(x_data[i]); in VectorAddition() local
/external/libhevc/encoder/
Drc_rd_model.c691 float x_value, f_qp; in find_qp_for_target_bits() local
Drc_rd_model_fix.c1283 number_t x_value, s_qp; in find_qp_for_target_bits() local
/external/tensorflow/tensorflow/python/ops/
Dgradients_test.py514 def _GetFuncGradients(self, f, x_value, b_value): argument
/external/libcups/tools/
Dippeveprinter.c8235 int x_value, /* y-dimension value */ in valid_job_attributes() local
/external/tensorflow/tensorflow/compiler/mlir/tosa/transforms/
Dlegalize_common.cc407 Value x_value, Value y_value) { in convertSelectOp()