Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/core/abstract/
Dprim_statement.cc86 AbstractTuplePtr branches_abs = CheckArg<AbstractTuple>(op_name, args_spec_list, 1); in InferImplSwitchLayer() local
87 AbstractBasePtrList branches = branches_abs->elements(); in InferImplSwitchLayer()