Home
last modified time | relevance | path

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

/external/ruy/ruy/
Dtest_overflow_dst_zero_point.cc52 const int bias_value = dst_zero_point > 0 in TestOverflowingAdditionOfDestinationZeroPoint() local
/external/tensorflow/tensorflow/lite/kernels/internal/optimized/sparse_ops/
Dfully_connected.h69 const float bias_value = bias_data ? bias_data[i] : 0; in FullyConnectedSparseWeight() local
108 const float bias_value = bias_data ? bias_data[i] : 0; in FullyConnectedSparseWeight1x4Impl() local
/external/tensorflow/tensorflow/lite/kernels/internal/reference/
Ddepthwiseconv_float.h82 float bias_value = 0.0f; in DepthwiseConv() local
Dconv3d.h95 float bias_value = 0.0f; in Conv3D() local
Dfully_connected.h52 float bias_value = 0.0f; in FullyConnected() local
Dconv.h87 float bias_value = 0.0f; in Conv() local
/external/XNNPACK/src/subgraph/
Dfully-connected.c379 const struct xnn_value* bias_value = NULL; in xnn_define_fully_connected() local
Ddeconvolution-2d.c486 const struct xnn_value* bias_value = NULL; in xnn_define_deconvolution_2d() local
Ddepthwise-convolution-2d.c627 const struct xnn_value* bias_value = NULL; in xnn_define_depthwise_convolution_2d() local
Dconvolution-2d.c634 const struct xnn_value* bias_value = NULL; in xnn_define_convolution_2d() local
/external/ComputeLibrary/src/core/NEON/kernels/
DNEGEMMLowpQuantizeDownInt32ToInt8ScaleByFixedPointKernel.cpp151 const int32_t bias_value = *(reinterpret_cast<const int32_t *>(bias.ptr()) + x); in run() local
DNEGEMMLowpQuantizeDownInt32ToInt16ScaleByFixedPointKernel.cpp146 const int32_t bias_value = *(reinterpret_cast<const int32_t *>(bias.ptr()) + x); in run() local
DNEGEMMLowpQuantizeDownInt32ToUint8ScaleByFixedPointKernel.cpp156 const int32_t bias_value = *(reinterpret_cast<const int32_t *>(bias.ptr()) + x); in run() local
DNEGEMMLowpQuantizeDownInt32ScaleKernel.cpp206 const int bias_value = *(reinterpret_cast<const int *>(bias.ptr()) + x); in run() local
/external/tensorflow/tensorflow/compiler/mlir/lite/transforms/
Doptimize.cc499 ElementsAttr bias_value; in matchAndRewrite() local