Home
last modified time | relevance | path

Searched refs:condOperand (Results 1 – 2 of 2) sorted by relevance

/frameworks/ml/nn/common/
DCpuExecutor.cpp1747 const RunTimeOperandInfo& condOperand = operands[operation.inputs[op::kCondBoolOperand]]; in executeIfOperation() local
1748 if (condOperand.buffer == nullptr) { in executeIfOperation()
1752 const bool condValue = *reinterpret_cast<const bool8*>(condOperand.buffer); in executeIfOperation()
/frameworks/ml/nn/runtime/test/
DTestPartitioning.cpp778 const uint32_t condOperand = addRefModelOperand(condModel); in addWhileOperation() local
780 std::vector<uint32_t> whileInputs = {condOperand, bodyOperand}; in addWhileOperation()