Home
last modified time | relevance | path

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

/external/armnn/src/armnnDeserializer/
DDeserializer.cpp594 armnn::ConstTensor ToConstTensor(Deserializer::ConstTensorRawPtr constTensorPtr) in ToConstTensor() function
1196 armnn::ConstTensor mean = ToConstTensor(serializerLayer->mean()); in ParseBatchNormalization()
1197 armnn::ConstTensor variance = ToConstTensor(serializerLayer->variance()); in ParseBatchNormalization()
1198 armnn::ConstTensor beta = ToConstTensor(serializerLayer->beta()); in ParseBatchNormalization()
1199 armnn::ConstTensor gamma = ToConstTensor(serializerLayer->gamma()); in ParseBatchNormalization()
1226 armnn::ConstTensor input = ToConstTensor(serializerInput); in ParseConstant()
1262 armnn::ConstTensor weights = ToConstTensor(serializerLayer->weights()); in ParseConvolution2d()
1268 biases = ToConstTensor(serializerLayer->biases()); in ParseConvolution2d()
1334 armnn::ConstTensor weights = ToConstTensor(serializerLayer->weights()); in ParseDepthwiseConvolution2d()
1340 biases = ToConstTensor(serializerLayer->biases()); in ParseDepthwiseConvolution2d()
[all …]