Home
last modified time | relevance | path

Searched defs:w_shape (Results 1 – 16 of 16) sorted by relevance

/third_party/mindspore/mindspore/lite/src/delegate/npu/op/
Dconvolution_base_npu.cc54 auto w_shape = inputs[1].Shape(); in InitWeightConst() local
/third_party/mindspore/mindspore/core/ops/
Dprelu.cc28 auto w_shape = CheckAndConvertUtils::ConvertShapePtrToShapeMap(w)[kShape]; in InferShape() local
Dconv2d.cc155 auto w_shape = w_shape_map[kShape]; in Conv2dInferShape() local
/third_party/mindspore/mindspore/lite/src/runtime/kernel/arm/fp16/
Dgru_fp16.cc70 std::vector<int> w_shape = weight_g->shape(); in InitParam() local
Dlstm_fp16.cc75 std::vector<int> w_shape = weight_i->shape(); in InitParam() local
/third_party/mindspore/mindspore/lite/src/runtime/kernel/arm/fp32/
Dgru_fp32.cc71 std::vector<int> w_shape = weight_g->shape(); in InitParam() local
Dlstm_fp32.cc170 std::vector<int> w_shape = weight_i->shape(); in InitParam() local
/third_party/mindspore/mindspore/lite/micro/coder/opcoders/nnacl/fp32/
Dlstm_fp32_coder.cc100 std::vector<int> w_shape = weight_i->shape(); in InitParam() local
/third_party/mindspore/mindspore/core/abstract/
Dprim_nn.cc234 void CheckShape(const std::string &op_name, const ShapeVector &w_shape, const AbstractTensorPtr &in… in CheckShape()
261 ShapeVector w_shape = input_w->shape()->shape(); in InferImplConv2D() local
/third_party/mindspore/mindspore/ops/operations/
D_grad_ops.py1248 def infer_shape(self, y_shape, dy_shape, dhy_shape, dcy_shape, w_shape, argument
1330 …def infer_shape(self, x_shape, hx_shape, cx_shape, w_shape, y_shape, hy_shape, cy_shape, dy_shape,… argument
1382 def infer_shape(self, x_shape, w_shape, b_shape, y_shape, init_h_shape, init_c_shape, h_shape, argument
1569 def infer_shape(self, y_backprop_shape, a_shape, w_shape): argument
1818 def infer_shape(self, x_shape, y_grad_shape, t_shape, w_shape, tw_shape): argument
2149 def infer_shape(self, dgate_shape, w_shape): argument
Dnn_ops.py1562 def infer_shape(self, x_shape, w_shape, b_shape=None): argument
2455 def infer_shape(self, x_shape, t_shape, w_shape): argument
3971 def infer_shape(self, x_shape, h_shape, c_shape, w_shape): argument
7588 def infer_shape(self, x_shape, h_shape, c_shape, w_shape, b_shape): argument
7745 def infer_shape(self, x_shape, w_shape, b_shape, seq_shape, h_shape, c_shape): argument
8356 def infer_shape(self, x_shape, w_shape, b_shape=None): argument
D_quant_ops.py1703 def infer_shape(self, w_shape, w_min_shape, w_max_shape): argument
/third_party/mindspore/mindspore/ccsrc/backend/optimizer/trt_pass/
Dtrt_op_converter.cc541 const auto &w_shape = AnfAlgo::GetPrevNodeOutputInferShape(node, 1); in MS_TRT_CONVERTER_FUNC_REG() local
/third_party/mindspore/mindspore/ccsrc/transform/express_ir/
Donnx_exporter.cc1410 auto w_shape = dyn_cast<abstract::Shape>(node->input(kTwoNum)->Shape()); in ExportPrimDepthwiseConv2d() local
/third_party/mindspore/tests/ut/python/ops/
Dtest_ops.py575 …def __init__(self, w_shape, out_channel, kernel_size, mode, pad_mode, pad, stride, dilation, group… argument
/third_party/mindspore/mindspore/ccsrc/common/
Dtrans.cc672 int64_t w_shape = shape[shape.size() - kDim1]; in FracNZDeviceDynamicShape() local