Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/
H A Dcomparison_util.h101 inline PrimitiveType GetPrimitiveType() const { return primitive_type_; } in GetPrimitiveType() function
/aosp_15_r20/art/runtime/verifier/
H A Dreg_type.cc168 Primitive::Type RegType::GetPrimitiveType() const { in GetPrimitiveType() function in art::verifier::RegType
/aosp_15_r20/art/runtime/mirror/
H A Dclass-inl.h745 inline Primitive::Type Class::GetPrimitiveType() { in GetPrimitiveType() function