Home
last modified time | relevance | path

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

/frameworks/ml/nn/runtime/test/
DTestControlFlow.cpp46 OperandType counterType(Type::TENSOR_FLOAT32, {1}); in TEST_F() local
50 uint32_t i = conditionModel.addOperand(&counterType); in TEST_F()
51 uint32_t n = conditionModel.addOperand(&counterType); in TEST_F()
61 uint32_t i = bodyModel.addOperand(&counterType); in TEST_F()
62 uint32_t n = bodyModel.addOperand(&counterType); in TEST_F()
63 uint32_t one = bodyModel.addConstantOperand(&counterType, 1.0f); in TEST_F()
65 uint32_t iOut = bodyModel.addOperand(&counterType); in TEST_F()
74 uint32_t iInit = model.addConstantOperand(&counterType, 1.0f); in TEST_F()
75 uint32_t n = model.addOperand(&counterType); in TEST_F()
78 uint32_t iOut = model.addOperand(&counterType); in TEST_F()