Home
last modified time | relevance | path

Searched refs:kMakeTupleInSwitchLayerIndex (Results 1 – 3 of 3) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/utils/
Dutils.h518 constexpr auto kMakeTupleInSwitchLayerIndex = 2; variable
/third_party/mindspore/mindspore/ccsrc/backend/session/
Danf_runtime_algorithm.cc1733 for (size_t idx = kMakeTupleInSwitchLayerIndex; idx < cnode->inputs().size(); idx++) { in GetCallSwitchKernelGraph()
Dsession_basic.cc885 auto make_tuple_node = switch_layer_cnode->input(kMakeTupleInSwitchLayerIndex); in CreateCallSwitchLayerInputs()