Searched refs:condOperand (Results 1 – 2 of 2) sorted by relevance
1747 const RunTimeOperandInfo& condOperand = operands[operation.inputs[op::kCondBoolOperand]]; in executeIfOperation() local1748 if (condOperand.buffer == nullptr) { in executeIfOperation()1752 const bool condValue = *reinterpret_cast<const bool8*>(condOperand.buffer); in executeIfOperation()
778 const uint32_t condOperand = addRefModelOperand(condModel); in addWhileOperation() local780 std::vector<uint32_t> whileInputs = {condOperand, bodyOperand}; in addWhileOperation()