Home
last modified time | relevance | path

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

/aosp_15_r20/external/armnn/src/backends/backendsCommon/test/
H A DFullyConnectedEndToEndTestImpl.hpp68 … const armnn::ConstTensor& weightsConstantTensor, in CreateFullyConnectedNetworkConstWeightsNonConstBias() argument
74 …armnn::IConnectableLayer* weightsLayer = network->AddConstantLayer(weightsConstantTensor, "Weight… in CreateFullyConnectedNetworkConstWeightsNonConstBias()
89 … const armnn::ConstTensor& weightsConstantTensor, in CreateFullyConnectedNetworkNoTensorInfoConstWeights() argument
95 …armnn::IConnectableLayer* weightsLayer = network->AddConstantLayer(weightsConstantTensor, "Weight… in CreateFullyConnectedNetworkNoTensorInfoConstWeights()
147 … const armnn::ConstTensor& weightsConstantTensor, in CreateFullyConnectedNetworkNoConnectedBiasExplicit() argument
153 …armnn::IConnectableLayer* weightsLayer = network->AddConstantLayer(weightsConstantTensor, "Weight… in CreateFullyConnectedNetworkNoConnectedBiasExplicit()
317 ConstTensor weightsConstantTensor(weightsDesc, weights.data()); in FullyConnectedWithDynamicOrConstantInputsEndToEnd() local
323weightsConstantTensor, in FullyConnectedWithDynamicOrConstantInputsEndToEnd()
413 ConstTensor weightsConstantTensor(weightsDesc, weights.data()); in FullyConnectedErrorChecking() local
418weightsConstantTensor, in FullyConnectedErrorChecking()
[all …]