Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/runtime/
DModelBuilder.h107 const Operand& getOperand(uint32_t index) const { return mOperands[index]; } in getOperand() function
/packages/modules/NeuralNetworks/runtime/test/
DTestPartitioning.cpp257 std::function<const V1_3::Operand&(uint32_t)> getOperand, in lookupOperation()