Home
last modified time | relevance | path

Searched defs:shpy (Results 1 – 2 of 2) sorted by relevance

/third_party/mindspore/tests/ut/cpp/pre_activate/ascend/ir_fusion/
Dmatmul_biasadd_fusion_test.cc36 std::vector<int64_t> shpy{3, 4}; in TEST_F() local
/third_party/mindspore/mindspore/core/abstract/
Dutils.cc263 ShapeVector BroadcastShape(ShapeVector shpx, ShapeVector shpy) { in BroadcastShape()