Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/grappler/
Dutils.cc107 bool IsControlInput(const string& name) { in IsControlInput() function
111 bool IsControlInput(const TensorId& tensor_id) { return tensor_id.index() < 0; } in IsControlInput() function
/external/tensorflow/tensorflow/core/common_runtime/
Dgraph_constructor.cc369 static bool IsControlInput(const InputInfo& input) { in IsControlInput() function