Home
last modified time | relevance | path

Searched defs:weightsTensorShape (Results 1 – 2 of 2) sorted by relevance

/external/armnn/delegate/src/test/
DFullyConnectedTest.cpp14 std::vector<int32_t> weightsTensorShape { 1, 4 }; in FullyConnectedFp32Test() local
39 std::vector<int32_t> weightsTensorShape { 1, 4 }; in FullyConnectedActicationTest() local
64 std::vector<int32_t> weightsTensorShape { 1, 4 }; in FullyConnectedInt8Test() local
DFullyConnectedTestHelper.hpp23 std::vector<char> CreateFullyConnectedTfLiteModel(tflite::TensorType tensorType, in CreateFullyConnectedTfLiteModel()
152 void FullyConnectedTest(std::vector<armnn::BackendId>& backends, in FullyConnectedTest()