Lines Matching refs:weightsTensorInfo
24 … const armnn::TensorInfo& weightsTensorInfo, in CreateFullyConnectedNetworkNonConstWeights() argument
35 Connect(weightsInputLayer, fullyConnectedLayer, weightsTensorInfo, 0, 1); in CreateFullyConnectedNetworkNonConstWeights()
43 … const armnn::TensorInfo& weightsTensorInfo, in CreateFullyConnectedNetworkNonConstWeightsConstBias() argument
57 Connect(weightsInputLayer, fullyConnectedLayer, weightsTensorInfo, 0, 1); in CreateFullyConnectedNetworkNonConstWeightsConstBias()
66 … const armnn::TensorInfo& weightsTensorInfo, in CreateFullyConnectedNetworkConstWeightsNonConstBias() argument
80 Connect(weightsLayer, fullyConnectedLayer, weightsTensorInfo, 0, 1); in CreateFullyConnectedNetworkConstWeightsNonConstBias()
146 … const armnn::TensorInfo& weightsTensorInfo, in CreateFullyConnectedNetworkNoConnectedBiasExplicit() argument
158 Connect(weightsLayer, fullyConnectedLayer, weightsTensorInfo, 0, 1); in CreateFullyConnectedNetworkNoConnectedBiasExplicit()
178 armnn::TensorInfo weightsTensorInfo({ 2, 6 }, ArmnnType); in FullyConnectedWithDynamicWeightsEndToEnd() local
179 weightsTensorInfo.SetQuantizationScale(0.2f); in FullyConnectedWithDynamicWeightsEndToEnd()
180 weightsTensorInfo.SetQuantizationOffset(93); in FullyConnectedWithDynamicWeightsEndToEnd()
181 weightsTensorInfo.SetConstant(true); in FullyConnectedWithDynamicWeightsEndToEnd()
205 weightsTensorInfo, in FullyConnectedWithDynamicWeightsEndToEnd()