Home
last modified time | relevance | path

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

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