Home
last modified time | relevance | path

Searched defs:getOperand (Results 1 – 2 of 2) sorted by relevance

/frameworks/ml/nn/runtime/
DModelBuilder.h91 const Operand& getOperand(uint32_t index) const { return mOperands[index]; } in getOperand() function
/frameworks/ml/nn/runtime/test/
DTestPartitioning.cpp226 std::function<const Operand&(uint32_t)> getOperand, in lookupOperation()