/external/ComputeLibrary/src/core/CL/kernels/ |
D | CLGEMMLowpOffsetContributionKernel.cpp | 40 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()
|
D | CLGEMMLowpOffsetContributionOutputStageKernel.cpp | 42 …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()
|
D | CLGEMMLowpMatrixMultiplyReshapedOnlyRHSKernel.cpp | 324 const int32_t b_offset = gemm_info.b_offset; in configure() local
|
/external/ComputeLibrary/src/core/NEON/kernels/ |
D | NEGEMMLowpOffsetContributionKernel.cpp | 45 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()
|
D | NEGEMMLowpOffsetContributionOutputStageKernel.cpp | 140 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/ |
D | eight_bit_int_gemm.cc | 71 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/ |
D | GEMMLowpDataset.h | 102 void add_config(TensorShape a, TensorShape b, TensorShape c, int32_t a_offset, int32_t b_offset) in add_config()
|
D | GEMMLowpFusedOffsetOutputDataset.h | 128 …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/ |
D | GEMMLowpFixture.h | 184 …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/ |
D | NEGEMMLowpMatrixMultiplyCore.cpp | 329 int32_t b_offset = b->quantization_info().uniform().offset; in validate() local
|
D | NEGEMMAssemblyDispatch.cpp | 717 …const int32_t b_offset = -b->info()->quantization_info().uniform().offset * negati… in create_arm_gemm_quant() local
|
/external/gemmlowp/test/ |
D | test.cc | 39 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/ |
D | CLGEMMLowpMatrixMultiplyCore.cpp | 330 int32_t b_offset = b->quantization_info().uniform().offset; in validate() local
|
/external/grpc-grpc/src/core/lib/slice/ |
D | slice_buffer.cc | 193 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/ |
D | slice_buffer.cc | 210 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/ |
D | arm_gemm.hpp | 132 int32_t b_offset = 0; member
|
/external/ComputeLibrary/tests/validation/NEON/ |
D | GEMMLowp.cpp | 60 shape_a, shape_b, shape_c, a_offset, b_offset) in DATA_TEST_CASE() argument
|
/external/ComputeLibrary/tests/validation/reference/ |
D | GEMMLowp.cpp | 181 …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/ |
D | SerializableTestUtility.java | 564 int a_offset, b_offset; in hasSameBehavior() local
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/serializable/ |
D | SerializableTestUtility.java | 567 int a_offset, b_offset; in hasSameBehavior() local
|
/external/google-breakpad/src/common/windows/ |
D | pdb_source_line_writer.cc | 114 DWORD a_section, a_offset, b_section, b_offset; in SymbolsMatch() local
|
/external/python/cpython2/Objects/ |
D | bufferobject.c | 12 Py_ssize_t b_offset; member
|
/external/mesa3d/src/intel/perf/ |
D | gen_perf.h | 225 int b_offset; member
|
/external/libabigail/include/ |
D | abg-diff-utils.h | 1494 unsigned a_offset = a_begin - a_base, b_offset = b_begin - b_base; in compute_diff() local
|
/external/python/cpython2/Python/ |
D | compile.c | 77 int b_offset; member
|