Searched refs:OperandKind (Results 1 – 2 of 2) sorted by relevance
114 enum OperandKind { INPUT, OUTPUT }; enum120 int addOperand(uint32_t sourceOperandIndex, uint32_t* stepOperandIndex, OperandKind kind);
197 OperandKind kind) { in addOperand()320 std::vector<uint32_t>* stepModelOperands, OperandKind kind) -> int { in addOperation()