Home
last modified time | relevance | path

Searched defs:FullyConnectedTest (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/armnn/src/armnn/test/optimizations/
H A DFuseActivationTests.cpp143 struct FullyConnectedTest struct
146 using LayerType = FullyConnectedLayer;
147 static const bool isElementWise = false;
148 static const bool isConstTensorAsInputSupported = true;
150 static TensorShape GetInputShape() { return TensorShape( {2, 5, 1, 1}); } // NCinHW in GetInputShape()
151 static TensorShape GetOutputShape() { return TensorShape( {2, 3}); } // NCout in GetOutputShape()
152 static TensorShape GetWeightsShape() { return TensorShape( {5, 3}); } // CinCout in GetWeightsShape()
154 constexpr static const unsigned int inputSize = 10; // batchIn * heightIn * widthIn * channelIn
155 …onstexpr static const unsigned int outputSize = 6; // batchOut * heightOut * widthOut * channelOut
157 static IConnectableLayer* AddReceiverLayer(INetwork* network, in AddReceiverLayer()
[all …]
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/gpu/gl/kernels/
H A Dfully_connected_test.cc34 TEST(FullyConnectedTest, MatrixByVectorMultiplication) { in TEST() argument
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/gpu/common/tasks/
H A Dfully_connected_test_util.cc29 absl::Status FullyConnectedTest(TestExecutionEnvironment* env) { in FullyConnectedTest() function
/aosp_15_r20/external/armnn/delegate/test/
H A DFullyConnectedTestHelper.hpp169 void FullyConnectedTest(std::vector<armnn::BackendId>& backends, in FullyConnectedTest() function
/aosp_15_r20/external/armnn/src/backends/backendsCommon/test/layerTests/
H A DFullyConnectedTestImpl.cpp88 LayerTestResult<T, 2> FullyConnectedTest( in FullyConnectedTest() function