Lines Matching defs:operands
75 RunTimeOperandInfo* operands) { in updateForArguments()
112 std::vector<RunTimeOperandInfo> operands(count); in initializeRunTimeInfo() local
157 std::vector<RunTimeOperandInfo>& operands, in Create()
273 V1_3::ErrorStatus Invoke(RunTimeOperandInfo* operands) { in Invoke()
497 RunTimeOperandInfo* operands, in VisitNode()
561 RunTimeOperandInfo* operands, in VisitAbsNode()
581 RunTimeOperandInfo* operands, in VisitAddNode()
612 RunTimeOperandInfo* operands, in VisitAveragePool2DNode()
695 RunTimeOperandInfo* operands, in VisitConv2DNode()
794 RunTimeOperandInfo* operands, in VisitDepthwiseConv2DNode()
894 RunTimeOperandInfo* operands, in VisitDivNode()
925 RunTimeOperandInfo* operands, in VisitFullyConnectedNode()
961 RunTimeOperandInfo* operands, in VisitFloorNode()
983 RunTimeOperandInfo* operands, in VisitHardSwishNode()
1004 RunTimeOperandInfo* operands, in VisitLogisticNode()
1025 RunTimeOperandInfo* operands, in VisitMaxPool2DNode()
1109 RunTimeOperandInfo* operands, in VisitMaximumNode()
1140 RunTimeOperandInfo* operands, in VisitMeanNode()
1184 RunTimeOperandInfo* operands, in VisitMinimumNode()
1214 RunTimeOperandInfo* operands, in VisitMulNode()
1244 RunTimeOperandInfo* operands, in VisitNegNode()
1266 RunTimeOperandInfo* operands, in VisitPreluNode()
1293 RunTimeOperandInfo* operands, float padding_value, in VisitPadNode()
1330 RunTimeOperandInfo* operands, in VisitPadV2Node()
1342 RunTimeOperandInfo* operands, in VisitReshapeNode()
1374 RunTimeOperandInfo* operands, in VisitResizeBilinearNode()
1444 RunTimeOperandInfo* operands, float outputMin, in VisitReluNode()
1467 RunTimeOperandInfo* operands, in VisitSqrtNode()
1488 RunTimeOperandInfo* operands, in VisitSubNode()
1519 RunTimeOperandInfo* operands, in VisitSoftmaxNode()
1644 void asyncExecuteXNNPACK(Subgraph* subgraph, RunTimeOperandInfo* operands, in asyncExecuteXNNPACK()
1667 V1_3::ErrorStatus executeXNNPACKBase(Subgraph* subgraph, RunTimeOperandInfo* operands, in executeXNNPACKBase()
1729 executeSynchronouslyXNNPACKBase(Subgraph* subgraph, RunTimeOperandInfo* operands, in executeSynchronouslyXNNPACKBase()
1958 auto operands = initializeRunTimeInfo(model.main, poolInfos, &model.operandValues); in getSupportedOperationsImpl() local