Home
last modified time | relevance | path

Searched defs:c_shape (Results 1 – 11 of 11) sorted by relevance

/third_party/mindspore/mindspore/lite/test/ut/src/runtime/kernel/arm/fp32/
Dpower_fp32_tests.cc30 const std::vector<int> &c_shape) { in PowerTestInit()
49 const std::vector<int> &a_shape, const std::vector<int> &c_shape) { in PowerTestInit2()
72 std::vector<int> c_shape = {2, 2}; in TEST_F() local
97 std::vector<int> c_shape = {2, 2}; in TEST_F() local
Dmatmul_fp32_tests.cc72 …onst std::vector<int> &a_shape, const std::vector<int> &b_shape, const std::vector<int> &c_shape) { in MMTestInit()
92 const std::vector<int> &bias_shape, const std::vector<int> &c_shape) { in MMTestInit2()
130 std::vector<int> c_shape = {2, 3}; in TEST_F() local
164 std::vector<int> c_shape = {2, 3}; in TEST_F() local
217 std::vector<int> c_shape = {25, 36}; in TEST_F() local
288 std::vector<int> c_shape = {1, 2, 3}; in TEST_F() local
339 std::vector<int> c_shape = {3, 2, 3}; in TEST_F() local
Droi_pooling_fp32_tests.cc30 const std::vector<int> &c_shape) { in ROIPoolingTestInit()
60 std::vector<int> c_shape = {1, 2, 2, 2}; in TEST_F() local
Dconstant_of_shape_fp32_test.cc35 std::vector<int> c_shape(in_t->ElementsNum()); in ConstantOfShapeTestInit() local
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/infer/
Dmatmul_infer.c97 int c_shape[MAX_SHAPE_SIZE]; in MatmulInferShape() local
Daffine_infer.c102 int c_shape[MAX_SHAPE_SIZE]; in AffineInferShape() local
/third_party/boost/libs/python/test/numpy/
Dndarray.cpp22 Py_intptr_t *c_shape = new Py_intptr_t[len]; in c_empty() local
/third_party/mindspore/mindspore/core/ops/
Dlstm.cc86 std::vector<int64_t> c_shape = {c_input_shape}; in LstmInfer() local
/third_party/mindspore/mindspore/ops/operations/
Dnn_ops.py3971 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
D_grad_ops.py1382 def infer_shape(self, x_shape, w_shape, b_shape, y_shape, init_h_shape, init_c_shape, h_shape, argument
2069 …def infer_shape(self, c_shape, dht_shape, dct_shape, it_shape, jt_shape, ft_shape, ot_shape, tanhc… argument
/third_party/mindspore/mindspore/ccsrc/transform/express_ir/
Donnx_exporter.cc1777 int64_t c_shape = 1; in ExportMergeLayerNorm() local