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