Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/runtime/test/
DTestMemory.cpp65 WrapperOperandType matrixType(WrapperType::TENSOR_FLOAT32, {3, 4}); in TEST_F() local
68 auto a = model.addOperand(&matrixType); in TEST_F()
69 auto b = model.addOperand(&matrixType); in TEST_F()
70 auto c = model.addOperand(&matrixType); in TEST_F()
71 auto d = model.addOperand(&matrixType); in TEST_F()
72 auto e = model.addOperand(&matrixType); in TEST_F()
128 WrapperOperandType matrixType(WrapperType::TENSOR_FLOAT32, {3, 4}); in TEST_F() local
131 auto a = model.addOperand(&matrixType); in TEST_F()
132 auto b = model.addOperand(&matrixType); in TEST_F()
133 auto c = model.addOperand(&matrixType); in TEST_F()
[all …]
DTestTrivialModel.cpp69 OperandType matrixType(Type::TENSOR_FLOAT32, {3, 4}); in CreateAddTwoTensorModel() local
71 auto a = model->addOperand(&matrixType); in CreateAddTwoTensorModel()
72 auto b = model->addOperand(&matrixType); in CreateAddTwoTensorModel()
73 auto c = model->addOperand(&matrixType); in CreateAddTwoTensorModel()
84 OperandType matrixType(Type::TENSOR_FLOAT32, {3, 4}); in CreateAddThreeTensorModel() local
86 auto a = model->addOperand(&matrixType); in CreateAddThreeTensorModel()
87 auto b = model->addOperand(&matrixType); in CreateAddThreeTensorModel()
88 auto c = model->addOperand(&matrixType); in CreateAddThreeTensorModel()
89 auto d = model->addOperand(&matrixType); in CreateAddThreeTensorModel()
90 auto e = model->addOperand(&matrixType); in CreateAddThreeTensorModel()
[all …]
DTestMemoryInternal.cpp124 WrapperOperandType matrixType(WrapperType::TENSOR_FLOAT32, {3, 4}); in TEST_F() local
127 auto a = model.addOperand(&matrixType); in TEST_F()
128 auto b = model.addOperand(&matrixType); in TEST_F()
129 auto c = model.addOperand(&matrixType); in TEST_F()
130 auto d = model.addOperand(&matrixType); in TEST_F()
131 auto e = model.addOperand(&matrixType); in TEST_F()
DTestTelemetry.cpp52 OperandType matrixType(Type::TENSOR_FLOAT32, {3, 4}); in TEST_F() local
54 auto a = modelAdd2.addOperand(&matrixType); in TEST_F()
55 auto b = modelAdd2.addOperand(&matrixType); in TEST_F()
56 auto c = modelAdd2.addOperand(&matrixType); in TEST_F()
DTestCompilationCaching.cpp281 test_wrapper::OperandType matrixType(Type::TENSOR_FLOAT32, {2, 2}); in CreateBroadcastAddModel() local
285 auto a = model->addOperand(&matrixType); in CreateBroadcastAddModel()
287 auto c = model->addOperand(&matrixType); in CreateBroadcastAddModel()