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

Method WithControlInput

tensorflow/core/graph/graph_def_builder.cc:37–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35 return Options(*this).WithDeviceImpl(device);
36}
37GraphDefBuilder::Options GraphDefBuilder::Options::WithControlInput(
38 Node* control_input) const {
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);

Callers 5

TESTFunction · 0.80
TESTFunction · 0.80
TESTFunction · 0.80
TEST_FFunction · 0.80

Calls 2

WithControlInputImplMethod · 0.80
OptionsClass · 0.70

Tested by 4

TESTFunction · 0.64
TESTFunction · 0.64
TESTFunction · 0.64
TEST_FFunction · 0.64