Home
last modified time | relevance | path

Searched refs:ArrayAttrEncoding (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/mlir/transforms/runtime/
H A Dcustom_call_encoding.cc664 LogicalResult ArrayAttrEncoding::Match(StringRef name, Attribute attr) const { in Match()
672 FailureOr<EncodedAttr> ArrayAttrEncoding::Encode(Globals &g, in Encode()
933 ArrayAttrEncoding, DenseArrayAttrEncoding, EmptyArrayAttrEncoding>(); in DefaultAttrEncodings()
H A Dcustom_call_encoding.h310 struct ArrayAttrEncoding : public CustomCallAttrEncoding { struct