Searched defs:ge_shape (Results 1 – 5 of 5) sorted by relevance
/third_party/mindspore/mindspore/ccsrc/transform/graph_ir/ |
D | util.cc | 111 std::vector<int64_t> ge_shape; in GetGeTensorDesc() local 278 bool IsGeShapeCompatible(const GeShape &ge_shape, const ShapeVector &request_dims) { in IsGeShapeCompatible() 321 ShapeVector TransformUtil::ConvertGeShape(const GeShape &ge_shape) { in ConvertGeShape() 328 ShapeVector TransformUtil::ConvertGeShape(const GeShape &ge_shape, const ShapeVector &request_dims)… in ConvertGeShape() 375 GeShape ge_shape = ge_tensor->GetTensorDesc().GetShape(); in ConvertGeTensor() local 390 GeShape ge_shape = ge_tensor->GetTensorDesc().GetShape(); in ConvertGeTensor() local
|
D | op_adapter_util.cc | 219 std::vector<int64_t> ge_shape; in ConvertAnyUtil() local
|
/third_party/mindspore/mindspore/ccsrc/runtime/hccl_adapter/ |
D | converter.cc | 176 std::vector<int64_t> ge_shape; in GenerateStubGeNode() local 185 std::vector<int64_t> ge_shape; in GenerateStubGeNode() local
|
/third_party/mindspore/mindspore/ccsrc/runtime/device/ascend/executor/tiling/ |
D | op_tiling_adapter.cc | 90 std::vector<int64_t> ge_shape; in ConvertInputShapeAndType() local 120 std::vector<int64_t> ge_shape; in ConvertOutputShapeAndType() local 160 std::vector<int64_t> ge_shape; in NewConstantOp() local
|
/third_party/mindspore/tests/ut/cpp/transform/ |
D | convert_test.cc | 828 GeShape ge_shape({10, 1, 1, 1}); in TEST_F() local 834 GeShape ge_shape({10, 15, 1, 1}); in TEST_F() local 840 GeShape ge_shape({10, 13, 18, 1}); in TEST_F() local 846 GeShape ge_shape({1, 10, 1, 1}); in TEST_F() local 852 GeShape ge_shape({10, 1, 1, 2}); in TEST_F() local 858 GeShape ge_shape({5, 2, 1, 1}); in TEST_F() local 864 GeShape ge_shape({10}); in TEST_F() local
|