Searched refs:tensorTypeFullySpecified (Results 1 – 1 of 1) sorted by relevance
154 test_wrapper::OperandType tensorTypeFullySpecified(Type::TENSOR_FLOAT32, {1}); in createTestModel() local157 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()