Home
last modified time | relevance | path

Searched defs:IsControl (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/unicode/
Dgraphic.go81 func IsControl(r rune) bool { func
/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/graph_analyzer/
H A Dgen_node.h85 bool IsControl() const { return (value_ < 0); } in IsControl() function
/aosp_15_r20/external/tensorflow/tensorflow/core/ir/importexport/
H A Dgraphdef_import.cc121 bool IsControl() const { return index == tensorflow::Graph::kControlSlot; } in IsControl() function