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

Method WithControlInputs

tensorflow/core/graph/graph_def_builder.cc:41–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39 return Options(*this).WithControlInputImpl(control_input);
40}
41GraphDefBuilder::Options GraphDefBuilder::Options::WithControlInputs(
42 gtl::ArraySlice<Node*> control_inputs) const {
43 return Options(*this).WithControlInputsImpl(control_inputs);
44}
45GraphDefBuilder::Options GraphDefBuilder::Options::WithNameImpl(
46 StringPiece name) {
47 name_ = string(name);

Callers 3

TESTFunction · 0.80
TESTFunction · 0.80

Calls 2

WithControlInputsImplMethod · 0.80
OptionsClass · 0.70

Tested by 2

TESTFunction · 0.64
TESTFunction · 0.64