Home
last modified time | relevance | path

Searched defs:b_shape (Results 1 – 25 of 53) sorted by relevance

123

/third_party/mindspore/mindspore-src/source/mindspore/lite/test/ut/src/runtime/kernel/arm/fp32/
Dmatmul_fp32_tests.cc74 …const std::vector<int> &a_shape, const std::vector<int> &b_shape, const std::vector<int> &c_shape)… in MMTestInit()
93 float *bias_ptr, const std::vector<int> &a_shape, const std::vector<int> &b_shape, in MMTestInit2()
133 std::vector<int> b_shape = {8, 3}; in TEST_F() local
170 std::vector<int> b_shape = {8, 3}; in TEST_F() local
227 std::vector<int> b_shape = {12, 36}; in TEST_F() local
301 std::vector<int> b_shape = {1, 3, 8}; in TEST_F() local
355 std::vector<int> b_shape = {3, 3, 8}; in TEST_F() local
Droi_pooling_fp32_tests.cc29 … float *b_ptr, const std::vector<int> &a_shape, const std::vector<int> &b_shape, in ROIPoolingTestInit()
59 std::vector<int> b_shape = {2, 5}; in TEST_F() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/cpu/kernel/nnacl/kernel/
Dmatmul.c41 int *b_shape = matmul->base_.in_[kWeightIndex]->shape_; in MatmulInitShapeB() local
70 int b_shape[MAX_SHAPE_SIZE] = {0}; in MatmulInitBroadcastParams() local
Dfullconnection.c34 int *b_shape = self->in_[SECOND_INPUT]->shape_; in FullConnectionPrepare() local
/third_party/mindspore/mindspore-src/source/mindspore/lite/src/litert/kernel/cpu/fp16/
Dfullconnection_fp16.cc35 auto b_shape = in_tensors_.at(1)->shape(); in InitBShape() local
Dmatmul_fp16.cc47 auto b_shape = in_tensors_[1]->shape(); in InitBShape() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/ascend/kernel/aicpu/aicpu_ops/cpu_kernel/ms_kernel/
Dbetainc.cc50 auto b_shape = ctx.Input(1)->GetTensorShape(); in Compute() local
123 auto b_shape = ctx.Input(1)->GetTensorShape()->GetDimSizes(); in BetaincCompute() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/cpu/kernel/nnacl/infer/
Dmatmul_infer.c23 int CheckMatmulInputShape(int *a_shape, size_t a_shape_size, int *b_shape, size_t b_shape_size, con… in CheckMatmulInputShape()
74 int b_shape[MAX_SHAPE_SIZE] = {0}; in SetShape() local
Daffine_infer.c72 int b_shape[MAX_SHAPE_SIZE] = {0}; in AffineInferShape() local
/third_party/mindspore/mindspore-src/source/mindspore/lite/tools/converter/micro/coder/opcoders/nnacl/fp32/
Dfull_connection_fp32_coder.cc59 std::vector<int> b_shape = filter_tensor_->shape(); in Init() local
Dmatmul_fp32_coder.cc44 std::vector<int> b_shape = filter_tensor_->shape(); in InitShapeB() local
/third_party/mindspore/mindspore-src/source/mindspore/lite/tools/converter/micro/coder/opcoders/nnacl/fp16/
Dmatmul_dynamic_fp16_coder.cc35 std::vector<int> b_shape = filter_tensor_->shape(); in InitBShape() local
Dmatmul_fp16_coder.cc40 std::vector<int> b_shape = filter_tensor_->shape(); in InitBShape() local
/third_party/mindspore/mindspore-src/source/tests/st/ops/dynamic_shape/grad/
Dtest_sparse_add.py28 def construct(self, a_indices, a_values, a_shape, b_indices, b_values, b_shape, thresh): argument
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/cpu/kernel/eigen/
Dsolve_triangular_cpu_kernel.cc57 auto b_shape = LongVecToSizeVec(inputs.at(kIndexB)->GetShapeVector()); in Resize() local
116 auto b_shape = LongVecToSizeVec(inputs.at(kIndexB)->GetShapeVector()); in SolveTriangularCheck() local
Dlu_solve_cpu_kernel.cc43 auto b_shape = Convert2SizeTClipNeg(inputs[kLUbIndex]->GetShapeVector()); in Resize() local
/third_party/mindspore/mindspore-src/source/mindspore/core/ops/ops_func_impl/
Dbetainc.cc37 const auto &b_shape = b_shape_base->GetShapeVector(); in InferShape() local
Dsolve_triangular.cc33 auto b_shape = input_args[kInputIndex1]->GetShape()->GetShapeVector(); in InferShape() local
/third_party/mindspore/mindspore-src/source/tests/st/ops/gpu/
Dtest_sparse_matrix_add_op.py30 a_values, b_shape, b_batch_pointer, b_indptr, b_indices, argument
Dtest_sparse_add_ops.py31 def construct(self, a_indices, a_values, a_shape, b_indices, b_values, b_shape, thresh): argument
/third_party/mindspore/mindspore-src/source/tests/ut/cpp/ops/
Dtest_ops_betainc.cc34 ShapeVector b_shape; member
Dtest_ops_solve_triangular.cc38 ShapeVector b_shape; member
/third_party/mindspore/mindspore-src/source/mindspore/core/ops/grad/
Ddense_grad.cc72 ShapeVector b_shape = {w_shape[kDenseGradIndex0]}; in InferShape() local
/third_party/mindspore/mindspore-src/source/mindspore/core/ops/
Dfused_matmul_bias_add.cc74 auto b_shape = CheckAndConvertUtils::ConvertShapePtrToShapeMap(b_shape_ptr)[kShape]; in InferShape() local
/third_party/mindspore/mindspore-src/source/mindspore/lite/src/litert/kernel/cpu/fp32/
Dmatmul_fp32_base.cc436 auto b_shape = in_tensors_.at(1)->shape(); in FullConnectionPrepare() local
479 auto b_shape = in_tensors_[kWeightIndex]->shape(); in InitShapeB() local
588 std::vector<int> b_shape = b_shape_const; in InitBroadcastParams() local

123