Home
last modified time | relevance | path

Searched defs:input_val (Results 1 – 25 of 49) sorted by relevance

12

/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/internal/reference/integer_ops/
H A Dfully_connected.h56 int32_t input_val = input_data[b * accum_depth + d]; in FullyConnectedPerChannel() local
97 int32_t input_val = input_data[b * accum_depth + d]; in FullyConnectedPerChannel() local
140 int32_t input_val = input_data[b * accum_depth + d]; in FullyConnected() local
182 int32_t input_val = input_data[b * accum_depth + d]; in FullyConnected() local
H A Ddepthwise_conv.h82 int32_t input_val = input_data[Offset( in DepthwiseConvPerChannel() local
179 int32_t input_val = input_data[Offset( in DepthwiseConvPerChannel() local
263 int32_t input_val = input_data[Offset( in DepthwiseConvHybridPerChannel() local
H A Dconv.h94 int32_t input_val = in ConvPerChannel() local
205 int32_t input_val = in ConvPerChannel() local
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/internal/reference/
H A Dfully_connected.h97 int32_t input_val = input_data[b * accum_depth + d]; in FullyConnected() local
147 int16_t input_val = input_data[b * accum_depth + d] + input_offset; in FullyConnected() local
241 int8_t input_val = shuffled_input_data[d + j]; in ShuffledFullyConnected() local
288 int8_t input_val = shuffled_input_ptr[16 * b + j]; in ShuffledFullyConnected() local
H A Ddepthwiseconv_uint8.h170 int32_t input_val = in Run() local
258 int32_t input_val = input_data[Offset( in RunPerChannel() local
H A Dconv.h177 int32_t input_val = in Conv() local
259 int32_t input_val = input_data[Offset( in HybridConvPerChannel() local
H A Dportable_tensor_utils.cc339 int8_t input_val = input[batch * n_input + col]; in PortableMatrixBatchVectorMultiplyAccumulateImpl() local
391 int32_t input_val = input[batch * n_input + col]; in PortableMatrixBatchVectorMultiply() local
420 int16_t input_val = hidden[batch * n_hidden + col]; in PortableMatrixBatchVectorMultiply() local
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/uniform_quant_ops/
H A Duniform_requantize_op.cc41 quantization_max_val](Tin input_val) { in PerTensorToPerTensorRequantize()
109 i](Tin input_val) { in PerAxisRequantize()
H A Dmath_utils.h129 Tin input_val, int32_t effective_quantized_multiplier, int effective_shift, in AffineRequantizeWithQuantizedMultiplierAndShift()
/aosp_15_r20/external/pytorch/test/distributed/pipelining/
H A Dmodel_registry.py109 def forward(ctx, input_val, weight, bias, module, layer_idx): argument
128 def forward(ctx, input_val, weight, bias): argument
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/internal/
H A Dcommon.h205 int32x4x4_t input_val, int32_t quantized_multiplier, int shift) { in MultiplyByQuantizedMultiplier4Rows()
292 int32x4x4_t input_val, int32_t quantized_multiplier, int shift) { in MultiplyByQuantizedMultiplier4Rows()
673 gemmlowp::FixedPoint<int32_t, InputIntegerBits> input_val) { in log_x_for_x_greater_than_or_equal_to_1_impl()
757 gemmlowp::FixedPoint<int32_t, InputIntegerBits> input_val) { in log_x_for_x_greater_than_or_equal_to_1()
/aosp_15_r20/external/XNNPACK/test/
H A Ddwconv2d-microkernel-tester.h197 const float input_val = input[iy * input_width() + ix]; variable
274 const float input_val = fp16_ieee_to_fp32_value(input[iy * input_width() + ix]); in Test() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tosa/transforms/
H A Dlegalize_utils.cc33 ShapedType output_type, Value input_val, double scale, in buildRescale()
56 Value input_val, double input_scale, in buildRescaleToInt32()
69 ShapedType output_type, Value input_val, in buildRescaleFromInt32()
/aosp_15_r20/external/libtextclassifier/native/tensorflow_models/seq_flow_lite/tflite_ops/
H A Dlayer_norm.cc188 float input_val = PodDequantize(*input, input_offset); in FlexibleLayerNorm() local
221 float input_val = PodDequantize(*input, input_offset); in FlexibleLayerNorm() local
/aosp_15_r20/external/ComputeLibrary/src/cpu/kernels/depthwiseconv2d/generic/neon/
H A Dimpl.cpp294 …const auto input_val = is_valid_region ? *(reinterpret_cast<T *>(input_it.ptr() + std::min(s… in depthwise_loop_generic_fp() local
459 const auto input_val = is_valid_region ? in depthwise_loop_multiplier1_quantized() local
563 …const auto input_val = is_valid_region ? *(reinterpret_cast<T *>(input_it.ptr() + std::min(s… in depthwise_loop_generic_quantized() local
/aosp_15_r20/external/vixl/examples/aarch64/
H A Dfactorial.cc71 uint64_t input_val = 16; in main() local
H A Dfactorial-rec.cc73 uint64_t input_val = 16; in main() local
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/
H A Dsparse_reorder_op.cc90 const Tensor& input_val = context->input(1); in Compute() local
/aosp_15_r20/external/coreboot/src/soc/sifive/fu740/
H A Dgpio.c42 uint32_t input_val = read32((void *)SIFIVE_GPIO_INPUT_VAL); in gpio_get() local
/aosp_15_r20/external/pytorch/aten/src/ATen/native/
H A DLoss.cpp283 iter, [](scalar_t input_val, scalar_t target_val) { in binary_cross_entropy_out_cpu()
342 [](scalar_t grad_val, scalar_t input_val, scalar_t target_val) { in binary_cross_entropy_backward_out_cpu()
/aosp_15_r20/external/XNNPACK/eval/
H A Df16-sigmoid-ulp.cc42 const float input_val = fp16_ieee_to_fp32_value(input[i]); in ComputeError() local
H A Df32-sigmoid-ulp.cc43 const double input_val = input[i]; in ComputeError() local
/aosp_15_r20/external/ComputeLibrary/tests/validation/reference/
H A DMaxUnpoolingLayer.cpp68 …const auto input_val = src[b * z_indices * h_indices * w_indices + r * h_indices * w_indi… in max_unpooling_layer_internal() local
/aosp_15_r20/external/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/src/q8dwconv/
H A Dmp8x27-sse2.c65 int32_t input_val = in pytorch_q8dwconv_ukernel_mp8x27__sse2() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/tests/
H A Dexhaustive_binary_16_bit_test.cc59 uint32_t input_val = i + begin; in FillInput() local

12