Home
last modified time | relevance | path

Searched refs:kSwitchLayerInputSize (Results 1 – 2 of 2) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/utils/
Dutils.h519 constexpr auto kSwitchLayerInputSize = 3; variable
/third_party/mindspore/mindspore/ccsrc/vm/
Dtransform.cc342 if (inputs.size() != kSwitchLayerInputSize) { in AddSwitchLayer()