Home
last modified time | relevance | path

Searched defs:x_shp (Results 1 – 8 of 8) sorted by relevance

/third_party/mindspore/mindspore/ops/_utils/
Dutils.py78 def get_concat_offset(x_shp, x_type, axis, prim_name): argument
/third_party/mindspore/tests/ut/cpp/tbe/
Dtbe_json_creator_test.cc134 std::vector<int64_t> x_shp{2, 16, 64}; in TEST_F() local
192 std::vector<int64_t> x_shp{2, 3}; in TEST_F() local
317 std::vector<int64_t> x_shp{10, 32, 32, 32}; in TEST_F() local
/third_party/mindspore/mindspore/core/ops/
Dmat_mul.cc30 auto x_shp = x_shape_map[kShape]; in MatMulInferShape() local
Dbatch_matmul.cc37 auto x_shp = x_shape_map[kShape]; in BatchMatmulInferShape() local
/third_party/mindspore/mindspore/core/abstract/
Dprim_maths.cc277 auto x_shp = x->shape()->shape(); in InferImplMatMul() local
343 auto x_shp = x->shape()->shape(); in InferImplBatchMatMul() local
/third_party/mindspore/tests/ut/cpp/pre_activate/ascend/buffer_fusion/
Dbuffer_fusion_test.cc292 std::vector<int64_t> x_shp{2048, 768}; in TEST_F() local
/third_party/mindspore/mindspore/ops/_grad/
Dgrad_array_ops.py397 def _regenerate_output_shape(x_shp, ind_shp, axis): argument
Dgrad_nn_ops.py546 def _get_transpose_axis(x_shp, axis): argument