MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / Extend

Method Extend

tensorflow/core/distributed_runtime/rpc/grpc_session.cc:175–177  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

173}
174
175Status GrpcSession::Extend(const GraphDef& graph) {
176 return Extend(GraphDef(graph));
177}
178
179Status GrpcSession::Extend(const RunOptions& run_options,
180 const GraphDef& graph) {

Callers 1

TESTFunction · 0.45

Calls 3

ExtendFunction · 0.85
SetTimeoutMethod · 0.80
GraphDefClass · 0.50

Tested by 1

TESTFunction · 0.36