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

Method WithDeviceImpl

tensorflow/core/graph/graph_def_builder.cc:50–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48 return *this;
49}
50GraphDefBuilder::Options GraphDefBuilder::Options::WithDeviceImpl(
51 StringPiece device) {
52 device_ = string(device);
53 return *this;
54}
55GraphDefBuilder::Options GraphDefBuilder::Options::WithControlInputImpl(
56 Node* control_input) {
57 control_inputs_.push_back(control_input);

Callers 1

WithDeviceMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected