Home
last modified time | relevance | path

Searched defs:b_offset (Results 1 – 25 of 28) sorted by relevance

12

/external/ComputeLibrary/src/core/CL/kernels/
DCLGEMMLowpOffsetContributionKernel.cpp40 int32_t a_offset, int32_t b_offset) in validate_arguments()
103 int32_t b_offset) in configure()
111 int32_t b_offset) in configure()
174 int32_t a_offset, int32_t b_offset) in validate()
DCLGEMMLowpOffsetContributionOutputStageKernel.cpp42 …int32_t a_offset, int32_t b_offset, const GEMMLowpOutputStageInfo &output_stage, const ITensorInfo… in validate_arguments()
134 … int32_t k, int32_t a_offset, int32_t b_offset, const GEMMLowpOutputStageInfo &output_stage, in configure()
142 … int32_t k, int32_t a_offset, int32_t b_offset, const GEMMLowpOutputStageInfo &output_stage, in configure()
230 …const ITensorInfo *output, int32_t a_offset, int32_t b_offset, const GEMMLowpOutputStageInfo &outp… in validate()
DCLGEMMLowpMatrixMultiplyReshapedOnlyRHSKernel.cpp324 const int32_t b_offset = gemm_info.b_offset; in configure() local
/external/ComputeLibrary/src/core/NEON/kernels/
DNEGEMMLowpOffsetContributionKernel.cpp45 int32_t a_offset, int32_t b_offset) in validate_arguments()
96 … int32_t a_offset, int32_t b_offset, int32_t k_offset, bool slide_vector_sum_col, bool is_gemm3d) in run_offset_contribution()
363 …nsor *vector_sum_col, const ITensor *vector_sum_row, int32_t k, int32_t a_offset, int32_t b_offset) in configure()
397 int32_t a_offset, int32_t b_offset) in validate()
DNEGEMMLowpOffsetContributionOutputStageKernel.cpp140 inline int32x4_t get_b_offset(const int32_t *vector_sum_row_ptr, int32_t b_offset) in get_b_offset()
313 … int32_t a_offset, int32_t b_offset, int32_t k_offset, in run_offset_contribution_output_stage_window()
480 … int32_t a_offset, int32_t b_offset, int32_t k_offset, bool slide_vector_sum_col, in run_offset_contribution_output_stage()
675 … int32_t a_offset, int32_t b_offset, int32_t k_offset, bool slide_vector_sum_col, in run_offset_contribution_output_stage_symm()
775 int32_t a_offset, int32_t b_offset, GEMMLowpOutputStageInfo output_stage) in validate_arguments()
871 … int32_t k, int32_t a_offset, int32_t b_offset, in configure()
910 … int32_t a_offset, int32_t b_offset, GEMMLowpOutputStageInfo output_stage) in validate()
/external/gemmlowp/eight_bit_int_gemm/
Deight_bit_int_gemm.cc71 const std::uint8_t* b, std::int32_t b_offset, int ldb, in EightBitIntGemmImpl()
111 std::int32_t b_offset, int ldb, std::int32_t* c, in EightBitIntGemmInt32Impl()
304 std::int32_t b_offset, int ldb, std::uint8_t* c, in EightBitIntGemm()
341 const std::uint8_t* b, std::int32_t b_offset, in EightBitIntGemm()
/external/ComputeLibrary/tests/datasets/
DGEMMLowpDataset.h102 void add_config(TensorShape a, TensorShape b, TensorShape c, int32_t a_offset, int32_t b_offset) in add_config()
DGEMMLowpFusedOffsetOutputDataset.h128 …void add_config(TensorShape a, TensorShape b, TensorShape c, int32_t a_offset, int32_t b_offset, G… in add_config()
/external/ComputeLibrary/tests/validation/fixtures/
DGEMMLowpFixture.h184 …orShape shape_a, TensorShape shape_b, TensorShape shape_output, int32_t a_offset, int32_t b_offset) in setup()
191 …a, const TensorShape &shape_b, const TensorShape &shape_output, int32_t a_offset, int32_t b_offset) in compute_target()
196 …a, const TensorShape &shape_b, const TensorShape &shape_output, int32_t a_offset, int32_t b_offset) in compute_reference()
210 …a, TensorShape shape_b, TensorShape shape_output, int32_t a_offset, int32_t b_offset, GEMMLowpOutp… in setup()
240 …rShape &shape_b, const TensorShape &shape_output, int32_t a_offset, int32_t b_offset, GEMMLowpOutp… in compute_target()
247 …a, const TensorShape &shape_b, const TensorShape &shape_output, int32_t a_offset, int32_t b_offset, in compute_reference()
/external/ComputeLibrary/src/runtime/NEON/functions/
DNEGEMMLowpMatrixMultiplyCore.cpp329 int32_t b_offset = b->quantization_info().uniform().offset; in validate() local
DNEGEMMAssemblyDispatch.cpp717 …const int32_t b_offset = -b->info()->quantization_info().uniform().offset * negati… in create_arm_gemm_quant() local
/external/gemmlowp/test/
Dtest.cc39 std::int32_t b_offset, int ldb, std::uint8_t* c, in ReferenceEightBitIntGemm()
758 int b_offset = -127; in TestWithSmallDataPerChannelQuantization() local
909 int b_offset = -127; in TestWithLargeDataPerChannelQuantization() local
1051 std::int32_t b_offset = 0; in TestMultithreadedPerChannelQuantization() local
1147 const int b_offset = 0; in TestWithSmallData() local
/external/ComputeLibrary/src/runtime/CL/functions/
DCLGEMMLowpMatrixMultiplyCore.cpp330 int32_t b_offset = b->quantization_info().uniform().offset; in validate() local
/external/grpc-grpc/src/core/lib/slice/
Dslice_buffer.cc193 size_t b_offset = static_cast<size_t>(b->slices - b->base_slices); in grpc_slice_buffer_swap() local
/external/rust/crates/grpcio-sys/grpc/src/core/lib/slice/
Dslice_buffer.cc210 size_t b_offset = static_cast<size_t>(b->slices - b->base_slices); in grpc_slice_buffer_swap() local
/external/ComputeLibrary/src/core/NEON/kernels/assembly/
Darm_gemm.hpp132 int32_t b_offset = 0; member
/external/ComputeLibrary/tests/validation/NEON/
DGEMMLowp.cpp60 shape_a, shape_b, shape_c, a_offset, b_offset) in DATA_TEST_CASE() argument
/external/ComputeLibrary/tests/validation/reference/
DGEMMLowp.cpp181 …r<T_in> &a, const SimpleTensor<T_in_1> &b, TensorShape shape_c, int32_t a_offset, int32_t b_offset) in gemmlowp_matrix_multiply_core()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/
DSerializableTestUtility.java564 int a_offset, b_offset; in hasSameBehavior() local
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/serializable/
DSerializableTestUtility.java567 int a_offset, b_offset; in hasSameBehavior() local
/external/google-breakpad/src/common/windows/
Dpdb_source_line_writer.cc114 DWORD a_section, a_offset, b_section, b_offset; in SymbolsMatch() local
/external/python/cpython2/Objects/
Dbufferobject.c12 Py_ssize_t b_offset; member
/external/mesa3d/src/intel/perf/
Dgen_perf.h225 int b_offset; member
/external/libabigail/include/
Dabg-diff-utils.h1494 unsigned a_offset = a_begin - a_base, b_offset = b_begin - b_base; in compute_diff() local
/external/python/cpython2/Python/
Dcompile.c77 int b_offset; member

12