MCPcopy Create free account
hub / github.com/alibaba/MNN / _Select

Function _Select

express/NeuralNetWorkOp.cpp:1782–1786  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1780}
1781
1782VARP _Select(VARP select, VARP input0, VARP input1) {
1783 std::unique_ptr<MNN::OpT> selectOp(new MNN::OpT);
1784 selectOp->type = MNN::OpType_Select;
1785 return (Variable::create(Expr::create(std::move(selectOp), {select, input0, input1})));
1786}
1787
1788std::vector<VARP> _TopKV2(VARP input0, VARP input1) {
1789 std::unique_ptr<OpT> op(new OpT);

Callers 9

onExecuteMethod · 0.85
onExecuteMethod · 0.85
onExecuteMethod · 0.85
onExecuteMethod · 0.85
onExecuteMethod · 0.85
onExecuteMethod · 0.85
onGradMethod · 0.85
RunSelectAndCheckResultFunction · 0.85
mainFunction · 0.85

Calls 1

createFunction · 0.50

Tested by 1

RunSelectAndCheckResultFunction · 0.68