Home
last modified time | relevance | path

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

/frameworks/ml/nn/runtime/test/
DTestValidateOperations.cpp354 void setInputOperandValueFromModel(int32_t index, const ANeuralNetworksModel* valueModel) { in setInputOperandValueFromModel() function in __anon37b312a30111::OperationTestBase
4494 test.setInputOperandValueFromModel(kThenOperand, thenModel); in testIf()
4495 test.setInputOperandValueFromModel(kElseOperand, elseModel); in testIf()
4599 test.setInputOperandValueFromModel(kCondOperand, condModel); in testWhile()
4600 test.setInputOperandValueFromModel(kBodyOperand, bodyModel); in testWhile()