Home
last modified time | relevance | path

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

/aosp_15_r20/external/armnn/delegate/test/
H A DFullyConnectedTest.cpp14 std::vector<int32_t> weightsTensorShape { 1, 4 }; in FullyConnectedFp32Test() local
40 std::vector<int32_t> weightsTensorShape { 1, 4 }; in FullyConnectedActivationTest() local
66 std::vector<int32_t> weightsTensorShape { 1, 4 }; in FullyConnectedInt8Test() local
H A DFullyConnectedTestHelper.hpp25 std::vector<char> CreateFullyConnectedTfLiteModel(tflite::TensorType tensorType, in CreateFullyConnectedTfLiteModel()
169 void FullyConnectedTest(std::vector<armnn::BackendId>& backends, in FullyConnectedTest()