Home
last modified time | relevance | path

Searched defs:bias_vector (Results 1 – 10 of 10) sorted by relevance

/external/ComputeLibrary/src/runtime/NEON/functions/
DNELSTMLayerQuantized.cpp124 …std::vector<const ITensor *> bias_vector{ input_gate_bias, forget_gate_bias, cell_bias, output_gat… in configure() local
334 std::vector<const ITensorInfo *> bias_vector; in validate() local
/external/ComputeLibrary/src/runtime/CL/functions/
DCLLSTMLayerQuantized.cpp151 std::vector<const ICLTensor *> bias_vector; in configure() local
367 std::vector<const ITensorInfo *> bias_vector; in validate() local
/external/gemmlowp/public/
Doutput_stages.h191 VectorType bias_vector; member
/external/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/bench/
Dq8gemm.cc58 ColVectorMap bias_vector(bias_data, output_rows); in Make() local
/external/tensorflow/tensorflow/lite/kernels/internal/optimized/
Dneon_tensor_utils.h85 const int8_t* __restrict__ vector, const int32_t* __restrict__ bias_vector, in SparseMatrixBatchVectorMultiplyAccumulate1x16()
Dsse_tensor_utils.h90 const int8_t* __restrict__ vector, const int32_t* __restrict__ bias_vector, in SparseMatrixBatchVectorMultiplyAccumulate1x16()
Dneon_tensor_utils.cc1962 const int8_t* __restrict__ vector, const int32_t* __restrict__ bias_vector, in NeonSparseMatrixBatchVectorMultiplyAccumulate1x16()
/external/tensorflow/tensorflow/lite/kernels/internal/reference/
Dportable_tensor_utils.h117 const int8_t* __restrict__ vector, const int32_t* __restrict__ bias_vector, in SparseMatrixBatchVectorMultiplyAccumulate1x16()
Dportable_tensor_utils.cc233 const int8_t* __restrict__ vector, const int32_t* __restrict__ bias_vector, in PortableSparseMatrixBatchVectorMultiplyAccumulate1x16()
/external/XNNPACK/bench/
Dqu8-gemm.cc143 ColVectorMap bias_vector(bias_data, output_rows); in Make() local