Lines Matching defs:graph

82  void CheckGraph(const GraphPtr& graph,  in CheckGraph()
104 void CheckLayers(const GraphPtr& graph, in CheckLayers()
435 std::string IDeserializer::DeserializerImpl::GetLayerName(const GraphPtr& graph, unsigned int index) in GetLayerName()
823 void IDeserializer::DeserializerImpl::ParseUnsupportedLayer(GraphPtr graph, unsigned int layerIndex) in ParseUnsupportedLayer()
845 GraphPtr graph = LoadGraphFromBinary(binaryContent.data(), binaryContent.size()); in CreateNetworkFromBinary() local
861 …GraphPtr graph = LoadGraphFromBinary(reinterpret_cast<uint8_t*>(content.data()), static_cast<size_… in CreateNetworkFromBinary() local
883 INetworkPtr IDeserializer::DeserializerImpl::CreateNetworkFromGraph(GraphPtr graph) in CreateNetworkFromGraph()
956 unsigned int IDeserializer::DeserializerImpl::GetInputLayerInVector(GraphPtr graph, int targetId) in GetInputLayerInVector()
973 unsigned int IDeserializer::DeserializerImpl::GetOutputLayerInVector(GraphPtr graph, int targetId) in GetOutputLayerInVector()
990 unsigned int IDeserializer::DeserializerImpl::GetLayerIndexInVector(GraphPtr graph, unsigned int ta… in GetLayerIndexInVector()
1003 …serializerImpl::FeatureVersions IDeserializer::DeserializerImpl::GetFeatureVersions(GraphPtr graph) in GetFeatureVersions()
1017 void IDeserializer::DeserializerImpl::SetupInputLayers(GraphPtr graph) in SetupInputLayers()
1056 void IDeserializer::DeserializerImpl::SetupOutputLayers(GraphPtr graph) in SetupOutputLayers()
1099 void IDeserializer::DeserializerImpl::RegisterOutputSlots(GraphPtr graph, in RegisterOutputSlots()
1125 void IDeserializer::DeserializerImpl::RegisterInputSlots(GraphPtr graph, in RegisterInputSlots()
1195 void IDeserializer::DeserializerImpl::ParseAbs(GraphPtr graph, unsigned int layerIndex) in ParseAbs()
1216 void IDeserializer::DeserializerImpl::ParseActivation(GraphPtr graph, unsigned int layerIndex) in ParseActivation()
1244 void IDeserializer::DeserializerImpl::ParseAdd(GraphPtr graph, unsigned int layerIndex) in ParseAdd()
1265 void IDeserializer::DeserializerImpl::ParseArgMinMax(GraphPtr graph, unsigned int layerIndex) in ParseArgMinMax()
1291 void IDeserializer::DeserializerImpl::ParseBatchMatMul(GraphPtr graph, unsigned int layerIndex) in ParseBatchMatMul()
1322 void IDeserializer::DeserializerImpl::ParseBatchToSpaceNd(GraphPtr graph, unsigned int layerIndex) in ParseBatchToSpaceNd()
1364 void IDeserializer::DeserializerImpl::ParseBatchNormalization(GraphPtr graph, unsigned int layerInd… in ParseBatchNormalization()
1401 void IDeserializer::DeserializerImpl::ParseCast(GraphPtr graph, unsigned int layerIndex) in ParseCast()
1422 void IDeserializer::DeserializerImpl::ParseConstant(GraphPtr graph, unsigned int layerIndex) in ParseConstant()
1484 void IDeserializer::DeserializerImpl::ParseConvolution2d(GraphPtr graph, unsigned int layerIndex) in ParseConvolution2d()
1555 void IDeserializer::DeserializerImpl::ParseConvolution3d(GraphPtr graph, unsigned int layerIndex) in ParseConvolution3d()
1596 void IDeserializer::DeserializerImpl::ParseDepthToSpace(GraphPtr graph, unsigned int layerIndex) in ParseDepthToSpace()
1622 void IDeserializer::DeserializerImpl::ParseDepthwiseConvolution2d(GraphPtr graph, unsigned int laye… in ParseDepthwiseConvolution2d()
1722 void IDeserializer::DeserializerImpl::ParseDetectionPostProcess(GraphPtr graph, unsigned int layerI… in ParseDetectionPostProcess()
1764 void IDeserializer::DeserializerImpl::ParseDivision(GraphPtr graph, unsigned int layerIndex) in ParseDivision()
1785 void IDeserializer::DeserializerImpl::ParseEqual(GraphPtr graph, unsigned int layerIndex) in ParseEqual()
1806 void IDeserializer::DeserializerImpl::ParseFill(GraphPtr graph, unsigned int layerIndex) in ParseFill()
1828 void IDeserializer::DeserializerImpl::ParseGreater(GraphPtr graph, unsigned int layerIndex) in ParseGreater()
1849 void IDeserializer::DeserializerImpl::ParseInstanceNormalization(GraphPtr graph, unsigned int layer… in ParseInstanceNormalization()
1878 void IDeserializer::DeserializerImpl::ParseL2Normalization(GraphPtr graph, unsigned int layerIndex) in ParseL2Normalization()
1904 void IDeserializer::DeserializerImpl::ParseLogicalBinary(GraphPtr graph, unsigned int layerIndex) in ParseLogicalBinary()
1931 void IDeserializer::DeserializerImpl::ParseLogSoftmax(GraphPtr graph, unsigned int layerIndex) in ParseLogSoftmax()
1955 void IDeserializer::DeserializerImpl::ParseMinimum(GraphPtr graph, unsigned int layerIndex) in ParseMinimum()
1976 void IDeserializer::DeserializerImpl::ParseMaximum(GraphPtr graph, unsigned int layerIndex) in ParseMaximum()
1997 …nnSerializer::OriginsDescriptor* GetOriginsDescriptor(const armnnSerializer::SerializedGraph* grap… in GetOriginsDescriptor()
2012 void IDeserializer::DeserializerImpl::ParseChannelShuffle(GraphPtr graph, unsigned int layerIndex) in ParseChannelShuffle()
2036 void IDeserializer::DeserializerImpl::ParseComparison(GraphPtr graph, unsigned int layerIndex) in ParseComparison()
2063 void IDeserializer::DeserializerImpl::ParseElementwiseBinary(GraphPtr graph, unsigned int layerInde… in ParseElementwiseBinary()
2090 void IDeserializer::DeserializerImpl::ParseElementwiseUnary(GraphPtr graph, unsigned int layerIndex) in ParseElementwiseUnary()
2117 void IDeserializer::DeserializerImpl::ParseConcat(GraphPtr graph, unsigned int layerIndex) in ParseConcat()
2155 void IDeserializer::DeserializerImpl::ParseMultiplication(GraphPtr graph, unsigned int layerIndex) in ParseMultiplication()
2176 void IDeserializer::DeserializerImpl::ParseFloor(GraphPtr graph, unsigned int layerIndex) in ParseFloor()
2200 void IDeserializer::DeserializerImpl::ParseFullyConnected(GraphPtr graph, unsigned int layerIndex) in ParseFullyConnected()
2261 void IDeserializer::DeserializerImpl::ParsePad(GraphPtr graph, unsigned int layerIndex) in ParsePad()
2301 void IDeserializer::DeserializerImpl::ParsePermute(GraphPtr graph, unsigned int layerIndex) in ParsePermute()
2519 void IDeserializer::DeserializerImpl::ParsePooling2d(GraphPtr graph, unsigned int layerIndex) in ParsePooling2d()
2540 void IDeserializer::DeserializerImpl::ParsePooling3d(GraphPtr graph, unsigned int layerIndex) in ParsePooling3d()
2561 void IDeserializer::DeserializerImpl::ParseQuantize(GraphPtr graph, unsigned int layerIndex) in ParseQuantize()
2610 void IDeserializer::DeserializerImpl::ParseRank(GraphPtr graph, unsigned int layerIndex) in ParseRank()
2630 void IDeserializer::DeserializerImpl::ParseReduce(GraphPtr graph, unsigned int layerIndex) in ParseReduce()
2660 void IDeserializer::DeserializerImpl::ParseReshape(GraphPtr graph, unsigned int layerIndex) in ParseReshape()
2703 void IDeserializer::DeserializerImpl::ParseResize(GraphPtr graph, unsigned int layerIndex) in ParseResize()
2736 void IDeserializer::DeserializerImpl::ParseResizeBilinear(GraphPtr graph, unsigned int layerIndex) in ParseResizeBilinear()
2766 void IDeserializer::DeserializerImpl::ParseShape(GraphPtr graph, unsigned int layerIndex) in ParseShape()
2786 void IDeserializer::DeserializerImpl::ParseSoftmax(GraphPtr graph, unsigned int layerIndex) in ParseSoftmax()
2810 void IDeserializer::DeserializerImpl::ParseSpaceToBatchNd(GraphPtr graph, unsigned int layerIndex) in ParseSpaceToBatchNd()
2853 void IDeserializer::DeserializerImpl::ParseSpaceToDepth(GraphPtr graph, unsigned int layerIndex) in ParseSpaceToDepth()
2948 void IDeserializer::DeserializerImpl::ParseNormalization(GraphPtr graph, unsigned int layerIndex) in ParseNormalization()
2972 void IDeserializer::DeserializerImpl::ParseRsqrt(GraphPtr graph, unsigned int layerIndex) in ParseRsqrt()
2993 void IDeserializer::DeserializerImpl::ParseSlice(GraphPtr graph, unsigned int layerIndex) in ParseSlice()
3028 void IDeserializer::DeserializerImpl::ParseStridedSlice(GraphPtr graph, unsigned int layerIndex) in ParseStridedSlice()
3073 void IDeserializer::DeserializerImpl::ParseSubtraction(GraphPtr graph, unsigned int layerIndex) in ParseSubtraction()
3094 void IDeserializer::DeserializerImpl::ParseGather(GraphPtr graph, unsigned int layerIndex) in ParseGather()
3117 void IDeserializer::DeserializerImpl::ParseGatherNd(GraphPtr graph, unsigned int layerIndex) in ParseGatherNd()
3137 void IDeserializer::DeserializerImpl::ParseMean(GraphPtr graph, unsigned int layerIndex) in ParseMean()
3165 void IDeserializer::DeserializerImpl::ParseSplitter(GraphPtr graph, unsigned int layerIndex) in ParseSplitter()
3224 void IDeserializer::DeserializerImpl::ParseLstm(GraphPtr graph, unsigned int layerIndex) in ParseLstm()
3363 void IDeserializer::DeserializerImpl::ParseQLstm(GraphPtr graph, unsigned int layerIndex) in ParseQLstm()
3489 void IDeserializer::DeserializerImpl::ParseQuantizedLstm(GraphPtr graph, unsigned int layerIndex) in ParseQuantizedLstm()
3543 void IDeserializer::DeserializerImpl::ParseDequantize(GraphPtr graph, unsigned int layerIndex) in ParseDequantize()
3563 void IDeserializer::DeserializerImpl::ParseMerge(GraphPtr graph, unsigned int layerIndex) in ParseMerge()
3583 void IDeserializer::DeserializerImpl::ParseSwitch(GraphPtr graph, unsigned int layerIndex) in ParseSwitch()
3606 void IDeserializer::DeserializerImpl::ParsePrelu(GraphPtr graph, unsigned int layerIndex) in ParsePrelu()
3626 void IDeserializer::DeserializerImpl::ParseTranspose(GraphPtr graph, unsigned int layerIndex) in ParseTranspose()
3649 void IDeserializer::DeserializerImpl::ParseTransposeConvolution2d(GraphPtr graph, unsigned int laye… in ParseTransposeConvolution2d()
3694 void IDeserializer::DeserializerImpl::ParseStack(GraphPtr graph, unsigned int layerIndex) in ParseStack()
3742 void IDeserializer::DeserializerImpl::ParseStandIn(GraphPtr graph, unsigned int layerIndex) in ParseStandIn()
3789 void IDeserializer::DeserializerImpl::ParseUnidirectionalSequenceLstm(GraphPtr graph, unsigned int … in ParseUnidirectionalSequenceLstm()