Home
last modified time | relevance | path

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

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