Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/
H A Dutils.cc92 bool IsControlInput(absl::string_view name) { in IsControlInput() function
96 bool IsControlInput(const TensorId& tensor_id) { return tensor_id.index() < 0; } in IsControlInput() function
/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/
H A Dgraph_constructor.cc366 static bool IsControlInput(const InputInfo& input) { in IsControlInput() function