Home
last modified time | relevance | path

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

/external/rust/crates/bindgen/src/ir/
Ditem_kind.rs39 pub fn kind_name(&self) -> &'static str { in kind_name() method
Dty.rs450 fn kind_name(&self) -> &'static str { in kind_name() method
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_instruction.cc3882 const string& kind_name) { in StringToFusionKind()