Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/frontend/parallel/
Dstrategy.h55 Strategys GetInputDim() const { return inputs_; } in GetInputDim() function
/third_party/mindspore/tests/ut/cpp/parallel/
Dstrategy_test.cc56 TEST_F(TestStrategy, GetInputDim) { in TEST_F() argument