Home
last modified time | relevance | path

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

/aosp_15_r20/external/XNNPACK/test/
H A 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
H A 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
H A Dwindow-microkernel-tester.h93 const int16_t x_value = x_data[m * batch() + n]; in Test() local
H A Dvlog-microkernel-tester.h93 const uint32_t x_value = x_data[n]; in Test() local
H A Dprelu-operator-tester.h137 const float x_value = fp16_ieee_to_fp32_value(x[i * x_stride() + c]); in TestF16() local
/aosp_15_r20/external/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_shaderlib_nir.c619 nir_def *x_value = nir_load_var(&b, x); in si_create_query_result_cs() local
863 nir_def *x_value = nir_load_ssbo(&b, 1, 32, zero, s_offset); in gfx11_create_sh_query_result_cs() local
/aosp_15_r20/external/autotest/client/cros/input_playback/
H A Dstylus.py45 def replace_with_prefix(self, in_file, out_file, prefix, x_value, y_value): argument
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/
H A 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
/aosp_15_r20/art/test/004-checker-UnsafeTest18/src/
H A DMain.java42 public int x_value; field in Main
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/tests/
H A Dmatrix_ops_simple_test.cc77 auto x_value = in XLA_TYPED_TEST() local
H A Dvector_ops_simple_test.cc345 auto x_value = in XLA_TEST_F() local
H A Dlocal_client_execute_test.cc72 auto x_value = LiteralToShapedBuffer(LiteralUtil::CreateR0<float>(42.0f)); in XLA_TEST_F() local
/aosp_15_r20/external/webrtc/modules/audio_processing/aec3/
H A Dreverb_decay_estimator.cc333 float x_value = static_cast<float>(coefficients_counter_) + in Accumulate() local
/aosp_15_r20/external/libavc/encoder/
H A Dirc_rd_model.c366 float x_value = 1.0, f_qp; in irc_find_qp_for_target_bits() local
/aosp_15_r20/external/libhevc/encoder/
H A Drc_rd_model.c691 float x_value, f_qp; in find_qp_for_target_bits() local
H A Drc_rd_model_fix.c1283 number_t x_value, s_qp; in find_qp_for_target_bits() local
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/icl/include/boost/icl/
Dinterval_base_map.hpp765 const codomain_type& x_value = interval_value_pair.second; in flip() local
/aosp_15_r20/external/tensorflow/tensorflow/python/ops/
H A Dgradients_test.py514 def _GetFuncGradients(self, f, x_value, b_value): argument
/aosp_15_r20/external/libcups/tools/
H A Dippeveprinter.c8680 int x_value, /* y-dimension value */ in valid_job_attributes() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tosa/transforms/
H A Dlegalize_common.cc407 Value x_value, Value y_value) { in convertSelectOp()
/aosp_15_r20/frameworks/proto_logging/stats/
H A Datoms.proto18469 optional float x_value = 3; field
/aosp_15_r20/out/soong/.intermediates/frameworks/proto_logging/stats/libstats_proto_host/linux_glibc_x86_64_shared/gen/proto/frameworks/proto_logging/stats/
Datoms.pb.h385532 inline float DeviceRotatedSensorSample::x_value() const { in x_value() function