Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/runtime/test/
DTestMemoryDomain.cpp163 test_wrapper::OperandType actType(Type::INT32, {}); in createTestModel() local
170 uint32_t act = model->addOperand(&actType); in createTestModel()
DTestValidation.cpp3530 const ANeuralNetworksOperandType actType = { in createAndCompileAddModelWithType() local
3537 EXPECT_EQ(ANeuralNetworksModel_addOperand(model, &actType), ANEURALNETWORKS_NO_ERROR); in createAndCompileAddModelWithType()