Home
last modified time | relevance | path

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

12

/external/ComputeLibrary/src/gpu/cl/kernels/
DClGemmLowpOffsetContributionKernel.cpp46 int32_t a_offset, int32_t b_offset) in validate_arguments()
110 int32_t k, int32_t a_offset, int32_t b_offset) in configure()
167 int32_t a_offset, int32_t b_offset) in validate()
DClGemmLowpOffsetContributionOutputStageKernel.cpp48 …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()
212 …const ITensorInfo *dst, int32_t a_offset, int32_t b_offset, const GEMMLowpOutputStageInfo &output_… in validate()
DClGemmLowpMatrixMultiplyReshapedOnlyRhsKernel.cpp301 const int32_t b_offset = gemm_info.b_offset; in configure() local
DClGemmLowpMatrixMultiplyReshapedOnlyRhsMMULKernel.cpp302 const int32_t b_offset = gemm_info.b_offset; in configure() local
/external/ComputeLibrary/src/cpu/kernels/
DCpuGemmLowpOffsetContributionKernel.cpp48 int32_t a_offset, int32_t b_offset) in validate_arguments()
99 … int32_t a_offset, int32_t b_offset, int32_t k_offset, bool slide_vector_sum_col, bool is_gemm3d) in run_offset_contribution()
365 …orInfo *vector_sum_col, ITensorInfo *vector_sum_row, int32_t k, int32_t a_offset, int32_t b_offset) in configure()
391 int32_t a_offset, int32_t b_offset) in validate()
DCpuGemmLowpOffsetContributionOutputStageKernel.cpp138 inline int32x4_t get_b_offset(const int32_t *vector_sum_row_ptr, int32_t b_offset) in get_b_offset()
311 … int32_t a_offset, int32_t b_offset, int32_t k_offset, in run_offset_contribution_output_stage_window()
478 … int32_t a_offset, int32_t b_offset, int32_t k_offset, bool is_vector_sum_col_batched, in run_offset_contribution_output_stage()
682 … int32_t a_offset, int32_t b_offset, int32_t k_offset, bool is_vector_sum_col_batched, in run_offset_contribution_output_stage_symm()
782 int32_t a_offset, int32_t b_offset, GEMMLowpOutputStageInfo output_stage) in validate_arguments()
857 … int32_t k, int32_t a_offset, int32_t b_offset, in configure()
893 … 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.h235 …orShape shape_a, TensorShape shape_b, TensorShape shape_output, int32_t a_offset, int32_t b_offset) in setup()
242 …a, const TensorShape &shape_b, const TensorShape &shape_output, int32_t a_offset, int32_t b_offset) in compute_target()
248 …a, const TensorShape &shape_b, const TensorShape &shape_output, int32_t a_offset, int32_t b_offset) in compute_reference()
262 …a, TensorShape shape_b, TensorShape shape_output, int32_t a_offset, int32_t b_offset, GEMMLowpOutp… in setup()
301 …a, const TensorShape &shape_b, const TensorShape &shape_output, int32_t a_offset, int32_t b_offset, in compute_reference()
336 …a, TensorShape shape_b, TensorShape shape_output, int32_t a_offset, int32_t b_offset, GEMMLowpOutp… in setup()
1419 int b_offset = 1; in setup() local
1466 …, DataType data_type, GEMMLowpOutputStageInfo output_stage, const int a_offset, const int b_offset) in compute_target()
1565 const int a_offset, const int b_offset) in compute_reference()
/external/ComputeLibrary/tests/validation/NEON/
DGEMMLowp.cpp57 shape_a, shape_b, shape_c, a_offset, b_offset) in DATA_TEST_CASE() argument
/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/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/ComputeLibrary/src/cpu/operators/
DCpuGemmLowpMatrixMultiplyCore.cpp331 int32_t b_offset = b->quantization_info().uniform().offset; in validate() 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/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/ComputeLibrary/src/cpu/kernels/assembly/
Darm_gemm.hpp175 int32_t b_offset = 0; member
/external/ComputeLibrary/src/gpu/cl/operators/
DClGemmLowpMatrixMultiplyCore.cpp483 int32_t b_offset = b->quantization_info().uniform().offset; in validate() local
/external/python/cpython2/Objects/
Dbufferobject.c12 Py_ssize_t b_offset; member
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/serializable/
DSerializableTestUtility.java568 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/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/
DSerializableTestUtility.java565 int a_offset, b_offset; in hasSameBehavior() local
/external/ComputeLibrary/src/cpu/operators/internal/
DCpuGemmAssemblyDispatch.cpp619 const int32_t b_offset = -b->quantization_info().uniform().offset * negation; in create_arm_gemm_quant() local
/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

12