Home
last modified time | relevance | path

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

/aosp_15_r20/external/armnn/src/armnnSerializer/
H A DSerializer.cpp328 auto fbDescriptor = CreateChannelShuffleDescriptor(m_flatBufferBuilder, in SerializeChannelShuffleLayer() local
343 auto fbDescriptor = serializer::CreateComparisonDescriptor( in SerializeComparisonLayer() local
447 auto fbDescriptor = CreateDepthToSpaceDescriptor(m_flatBufferBuilder, in SerializeDepthToSpaceLayer() local
463 auto fbDescriptor = CreateDepthwiseConvolution2dDescriptor(m_flatBufferBuilder, in SerializeDepthwiseConvolution2dLayer() local
503 auto fbDescriptor = CreateDetectionPostProcessDescriptor(m_flatBufferBuilder, in SerializeDetectionPostProcessLayer() local
543 auto fbDescriptor = serializer::CreateElementwiseBinaryDescriptor( in SerializeElementwiseBinaryLayer() local
558 auto fbDescriptor = serializer::CreateElementwiseUnaryDescriptor( in SerializeElementwiseUnaryLayer() local
574 … auto fbDescriptor = serializer::CreateFillDescriptor(m_flatBufferBuilder, fillDescriptor.m_Value); in SerializeFillLayer() local
623 auto fbDescriptor = serializer::CreateInstanceNormalizationDescriptor( in SerializeInstanceNormalizationLayer() local
646 auto fbDescriptor = serializer::CreateL2NormalizationDescriptor( in SerializeL2NormalizationLayer() local
[all …]
/aosp_15_r20/external/armnn/src/armnnDeserializer/
H A DDeserializer.cpp1606 … auto fbDescriptor = graph->layers()->Get(layerIndex)->layer_as_DepthToSpaceLayer()->descriptor(); in ParseDepthToSpace() local
1860 auto fbDescriptor = fbLayer->descriptor(); in ParseInstanceNormalization() local
1916 auto fbDescriptor = fbLayer->descriptor(); in ParseLogicalBinary() local
2048 auto fbDescriptor = fbLayer->descriptor(); in ParseComparison() local
2075 auto fbDescriptor = fbLayer->descriptor(); in ParseElementwiseBinary() local
2102 auto fbDescriptor = fbLayer->descriptor(); in ParseElementwiseUnary() local
2642 auto fbDescriptor = fbLayer->descriptor(); in ParseReduce() local
3003 auto fbDescriptor = graph->layers()->Get(layerIndex)->layer_as_SliceLayer()->descriptor(); in ParseSlice() local
3750 auto fbDescriptor = fbLayer->descriptor(); in ParseStandIn() local