Home
last modified time | relevance | path

Searched defs:bias_value (Results 1 – 20 of 20) sorted by relevance

/aosp_15_r20/external/ComputeLibrary/tests/validation/reference/
H A DConv3D.cpp113 TB bias_value = b_ptr[ch_out]; in calculate_conv3d() local
183 TB bias_value = b_ptr[ch_out]; in calculate_conv3d() local
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/internal/optimized/sparse_ops/
H A Dfully_connected.h72 const float bias_value = bias_data ? bias_data[i] : 0; in FullyConnectedSparseWeight() local
147 const float bias_value = bias_data ? bias_data[i] : 0; in FullyConnectedSparseWeight1x4Impl() local
/aosp_15_r20/external/ruy/ruy/
H A Dtest_overflow_dst_zero_point.cc52 const int bias_value = dst_zero_point > 0 in TestOverflowingAdditionOfDestinationZeroPoint() local
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/internal/reference/
H A Ddepthwiseconv_float.h82 float bias_value = 0.0f; in DepthwiseConv() local
H A Dconv3d.h95 float bias_value = 0.0f; in Conv3D() local
H A Dfully_connected.h55 float bias_value = 0.0f; in FullyConnected() local
H A Dconv.h96 float bias_value = 0.0f; in Conv() local
H A Dportable_tensor_utils.cc254 const int32_t bias_value = bias_vector != nullptr ? bias_vector[row] : 0; in PortableSparseMatrixBatchVectorMultiplyAccumulate1x16() local
/aosp_15_r20/external/ComputeLibrary/src/core/NEON/kernels/arm_conv/depthwise/interleaves/
H A Dgeneric_quantized_dot_product.cpp110 auto bias_value = biases == nullptr ? 0 : *(biases++); in pack_parameters() local
/aosp_15_r20/external/ComputeLibrary/src/cpu/kernels/
H A DCpuGemmLowpQuantizeDownInt32ToInt8ScaleByFixedPointKernel.cpp137 const int32_t bias_value = *(reinterpret_cast<const int32_t *>(bias_i.ptr()) + x); in run_internal() local
H A DCpuGemmLowpQuantizeDownInt32ToInt16ScaleByFixedPointKernel.cpp130 const int32_t bias_value = *(reinterpret_cast<const int32_t *>(bias_i.ptr()) + x); in run_internal() local
H A DCpuGemmLowpQuantizeDownInt32ToUint8ScaleByFixedPointKernel.cpp137 const int32_t bias_value = *(reinterpret_cast<const int32_t *>(bias_i.ptr()) + x); in run_internal() local
H A DCpuGemmLowpQuantizeDownInt32ScaleKernel.cpp210 const int bias_value = *(reinterpret_cast<const int *>(bias_i.ptr()) + x); in run_internal() local
/aosp_15_r20/external/XNNPACK/src/subgraph/
H A Dfully-connected.c387 const struct xnn_value* bias_value = NULL; in xnn_define_fully_connected() local
H A Ddeconvolution-2d.c508 const struct xnn_value* bias_value = NULL; in xnn_define_deconvolution_2d() local
H A Ddepthwise-convolution-2d.c611 const struct xnn_value* bias_value = NULL; in xnn_define_depthwise_convolution_2d() local
H A Dconvolution-2d.c618 const struct xnn_value* bias_value = NULL; in xnn_define_convolution_2d() local
/aosp_15_r20/external/pytorch/aten/src/ATen/functorch/
H A DBatchRulesNorm.cpp603 std::optional<Tensor> bias_value; in native_layer_norm_backward_plumbing() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/lite/transforms/
H A Doptimize.cc585 ElementsAttr bias_value; in matchAndRewrite() local
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/internal/optimized/
H A Dneon_tensor_utils.cc2024 const int32_t bias_value = bias_vector != nullptr ? bias_vector[row] : 0; in NeonSparseMatrixBatchVectorMultiplyAccumulate1x16() local