Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/runtime/test/
DTestPartitioning.cpp2396 PartitioningModel modelA1; in compileModelAndComparePlan() local
2397 uint32_t a1Opnd2 = modelA1.addFloatOperand( in compileModelAndComparePlan()
2399 uint32_t a1Opnd3 = modelA1.addFloatOperand( in compileModelAndComparePlan()
2401 uint32_t a1Opnd4 = modelA1.addOperation2To1V1_0( in compileModelAndComparePlan()
2404 modelA1.identifyInputsAndOutputs({a1Opnd3, a1Opnd2}, {a1Opnd4}); in compileModelAndComparePlan()
2405 modelA1.finish(); in compileModelAndComparePlan()
2406 ASSERT_TRUE(modelA1.isValid()); in compileModelAndComparePlan()
2409 compare(stepsA[1], &modelA1, devices[1], RemapVectorType{}, // modelInputs in compileModelAndComparePlan()