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

Method WithNameImpl

tensorflow/core/graph/graph_def_builder.cc:45–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43 return Options(*this).WithControlInputsImpl(control_inputs);
44}
45GraphDefBuilder::Options GraphDefBuilder::Options::WithNameImpl(
46 StringPiece name) {
47 name_ = string(name);
48 return *this;
49}
50GraphDefBuilder::Options GraphDefBuilder::Options::WithDeviceImpl(
51 StringPiece device) {
52 device_ = string(device);

Callers 1

WithNameMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected