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

Method WithControlInputImpl

tensorflow/core/graph/graph_def_builder.cc:55–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53 return *this;
54}
55GraphDefBuilder::Options GraphDefBuilder::Options::WithControlInputImpl(
56 Node* control_input) {
57 control_inputs_.push_back(control_input);
58 return *this;
59}
60GraphDefBuilder::Options GraphDefBuilder::Options::WithControlInputsImpl(
61 gtl::ArraySlice<Node*> control_inputs) {
62 control_inputs_.insert(control_inputs_.end(), control_inputs.begin(),

Callers 1

WithControlInputMethod · 0.80

Calls 1

push_backMethod · 0.45

Tested by

no test coverage detected