Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ops/_grad/
Dgrad_implementations.py261 return F.switch_layer(index, layers), _bprop_switch_layer
/third_party/mindspore/mindspore/ops/
Dfunctional.py238 switch_layer = Primitive('switch_layer') variable
/third_party/mindspore/tests/ut/python/ops/
Dtest_control_ops.py404 ret = F.switch_layer(index, self.layers)(x) * self.z3