Home
last modified time | relevance | path

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

/packages/services/Car/computepipe/runner/graph/
DGrpcGraph.cpp452 auto prebuiltGraph = std::make_unique<GrpcGraph>(); in GetRemoteGraphFromAddress() local
453 Status status = prebuiltGraph->initialize(address, engineInterface); in GetRemoteGraphFromAddress()
458 return prebuiltGraph; in GetRemoteGraphFromAddress()