Home
last modified time | relevance | path

Searched defs:IsControlInput (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/core/grappler/
Dutils.cc179 bool IsControlInput(const string& name) { in IsControlInput() function
183 bool IsControlInput(const TensorId& tensor_id) { return tensor_id.index() < 0; } in IsControlInput() function
/external/tensorflow/tensorflow/core/graph/
Dgraph_constructor.cc367 static bool IsControlInput(const InputInfo& input) { in IsControlInput() function