Home
last modified time | relevance | path

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

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