Home
last modified time | relevance | path

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

12

/external/tensorflow/tensorflow/lite/kernels/internal/reference/integer_ops/
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
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
Dconv.h94 int32_t input_val = in ConvPerChannel() local
205 int32_t input_val = in ConvPerChannel() local
/external/tensorflow/tensorflow/lite/kernels/internal/reference/
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
Ddepthwiseconv_uint8.h170 int32_t input_val = in Run() local
258 int32_t input_val = input_data[Offset( in RunPerChannel() local
Dconv.h177 int32_t input_val = in Conv() local
259 int32_t input_val = input_data[Offset( in HybridConvPerChannel() local
/external/tensorflow/tensorflow/core/kernels/uniform_quant_ops/
Duniform_requantize_op.cc41 quantization_max_val](Tin input_val) { in PerTensorToPerTensorRequantize()
109 i](Tin input_val) { in PerAxisRequantize()
Dmath_utils.h129 Tin input_val, int32_t effective_quantized_multiplier, int effective_shift, in AffineRequantizeWithQuantizedMultiplierAndShift()
/external/vixl/examples/aarch64/
Dfactorial.cc71 uint64_t input_val = 16; in main() local
Dfactorial-rec.cc73 uint64_t input_val = 16; in main() local
/external/tensorflow/tensorflow/core/kernels/
Dsparse_reorder_op.cc90 const Tensor& input_val = context->input(1); in Compute() local
/external/pytorch/test/distributed/pipelining/
Dmodel_registry.py109 def forward(ctx, input_val, weight, bias, module, layer_idx): argument
128 def forward(ctx, input_val, weight, bias): argument
/external/XNNPACK/test/
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
/external/coreboot/src/soc/sifive/fu740/
Dgpio.c42 uint32_t input_val = read32((void *)SIFIVE_GPIO_INPUT_VAL); in gpio_get() local
/external/XNNPACK/eval/
Df16-sigmoid-ulp.cc42 const float input_val = fp16_ieee_to_fp32_value(input[i]); in ComputeError() local
Df32-sigmoid-ulp.cc43 const double input_val = input[i]; in ComputeError() local
/external/ComputeLibrary/tests/validation/reference/
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
/external/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/src/q8dwconv/
Dmp8x27-sse2.c65 int32_t input_val = in pytorch_q8dwconv_ukernel_mp8x27__sse2() local
/external/tensorflow/tensorflow/compiler/xla/tests/
Dexhaustive_binary_16_bit_test.cc59 uint32_t input_val = i + begin; in FillInput() local
/external/tensorflow/tensorflow/compiler/mlir/tosa/transforms/
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()
Dconvert_tfl_uint8.cc265 Value input_val = defining_op->getResult(0); in convert_graph_uint8_tensor() local
/external/tensorflow/tensorflow/lite/kernels/internal/
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()
Dlog_quantized_test.cc56 inline int32 LogPositiveValuesViaFloat(int32 input_val, int input_integer_bits, in LogPositiveValuesViaFloat()
/external/libtextclassifier/native/tensorflow_models/seq_flow_lite/tflite_ops/
Dlayer_norm.cc188 float input_val = PodDequantize(*input, input_offset); in FlexibleLayerNorm() local
221 float input_val = PodDequantize(*input, input_offset); in FlexibleLayerNorm() local
/external/pytorch/torch/csrc/jit/passes/
Ddevice_type_analysis.cpp129 auto input_val = toIValue(n->inputs().at(i)); in defaultDeviceProp() local

12