Home
last modified time | relevance | path

Searched defs:canonical_type (Results 1 – 6 of 6) sorted by relevance

/external/tensorflow/tensorflow/compiler/mlir/tfrt/jit/transforms/
Dtf_jitrt_passes.cc28 mlir::MemRefType canonical_type = canonicalizeStridedLayout(memref_type); in IsContiguousMemref() local
/external/libabigail/src/
Dabg-ir-priv.h162 type_base_wptr canonical_type; member
Dabg-ir.cc13597 compare_types_during_canonicalization(const type_base_sptr& canonical_type, in compare_types_during_canonicalization()
14001 if (type_base_sptr canonical_type = is_type(d)->get_canonical_type()) in set_definition_of_declaration() local
21724 if (type_base_sptr canonical_type = lhs_type.get_canonical_type()) in maybe_propagate_canonical_type() local
25288 type_base *canonical_type = 0; in hash_as_canonical_type_or_constant() local
25724 type_base* canonical_type = p->get_naked_canonical_type(); in mark_type_node_as_visited() local
25758 type_base *canonical_type = p->get_naked_canonical_type(); in type_node_has_been_visited() local
/external/tensorflow/tensorflow/compiler/mlir/tfrt/jit/
Dtf_cpurt_passes.cc67 mlir::MemRefType canonical_type = canonicalizeStridedLayout(memref_type); in IsContiguousMemref() local
/external/rust/crates/bindgen/ir/
Dty.rs292 pub fn canonical_type<'tr>( in canonical_type() method
/external/rust/crates/bindgen/
Dclang.rs1359 pub fn canonical_type(&self) -> Type { in canonical_type() method