Home
last modified time | relevance | path

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

/aosp12/packages/modules/NeuralNetworks/runtime/test/
H A DTestControlFlow.cpp50 OperandType counterType(Type::TENSOR_FLOAT32, {1}); in TEST_F() local
54 uint32_t i = conditionModel.addOperand(&counterType); in TEST_F()
55 uint32_t n = conditionModel.addOperand(&counterType); in TEST_F()
65 uint32_t i = bodyModel.addOperand(&counterType); in TEST_F()
66 uint32_t n = bodyModel.addOperand(&counterType); in TEST_F()
67 uint32_t one = bodyModel.addConstantOperand(&counterType, 1.0f); in TEST_F()
69 uint32_t iOut = bodyModel.addOperand(&counterType); in TEST_F()
78 uint32_t iInit = model.addConstantOperand(&counterType, 1.0f); in TEST_F()
79 uint32_t n = model.addOperand(&counterType); in TEST_F()
82 uint32_t iOut = model.addOperand(&counterType); in TEST_F()