Home
last modified time | relevance | path

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

/aosp12/packages/modules/NeuralNetworks/runtime/test/
H A DTestMemoryDomain.cpp154 test_wrapper::OperandType tensorTypeFullySpecified(Type::TENSOR_FLOAT32, {1}); in createTestModel() local
157 uint32_t input0 = model->addOperand(&tensorTypeFullySpecified); in createTestModel()
158 uint32_t input1 = model->addOperand(&tensorTypeFullySpecified); in createTestModel()
159 uint32_t input2 = model->addOperand(&tensorTypeFullySpecified); in createTestModel()
160 uint32_t temp = model->addOperand(&tensorTypeFullySpecified); in createTestModel()
161 uint32_t output0 = model->addOperand(&tensorTypeFullySpecified); in createTestModel()