Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore-src/source/tests/st/fallback/
Dtest_graph_fallback_runtime_meta_fg.py48 def construct(self, net_input): argument
76 def construct(self, net_input): argument
104 def construct(self, net_input): argument
133 def construct(self, net_input): argument
160 def construct(self, net_input): argument
188 def construct(self, net_input): argument
215 def construct(self, net_input): argument
242 def construct(self, net_input): argument
269 def construct(self, net_input): argument
359 def construct(self, net_input): argument
[all …]
/third_party/mindspore/mindspore-src/source/mindspore/python/mindspore/
D_checkparam.py1189 def _check_symbol(dyn_input, net_input, index, symbolic_shape_data): argument