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

Method Options

tensorflow/core/graph/graph_def_builder.cc:25–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23namespace tensorflow {
24
25GraphDefBuilder::Options::Options(Graph* graph, Status* status)
26 : graph_(graph), status_(status) {}
27GraphDefBuilder::Options::~Options() {}
28
29GraphDefBuilder::Options GraphDefBuilder::Options::WithName(

Calls

no outgoing calls