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

Method Extend

tensorflow/core/public/session.h:113–113  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

111 virtual Status Extend(const GraphDef& graph) = 0;
112#ifndef SWIG
113 virtual Status Extend(GraphDef&& graph) { return Extend(graph); }
114#endif
115
116 /// \brief Runs the graph with the provided input tensors and fills

Callers 3

TF_ExtendGraphFunction · 0.45
ExtendSessionGraphHelperFunction · 0.45
MaybeExtendGraphMethod · 0.45

Calls 2

ExtendFunction · 0.85
UnimplementedFunction · 0.85

Tested by

no test coverage detected