Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/mlir/transforms/runtime/
Dcustom_call_encoding.h117 struct CustomCallAttrEncoding { struct
127 virtual ~CustomCallAttrEncoding() = default; argument
141 using Encoded = CustomCallAttrEncoding::Encoded;
165 std::vector<std::unique_ptr<CustomCallAttrEncoding>> encodings_;
292 struct StringAttrEncoding : public CustomCallAttrEncoding {
298 struct ScalarAttrEncoding : public CustomCallAttrEncoding {
304 struct DenseElementsAttrEncoding : public CustomCallAttrEncoding {
310 struct ArrayAttrEncoding : public CustomCallAttrEncoding {
316 struct DenseArrayAttrEncoding : public CustomCallAttrEncoding {
322 struct EmptyArrayAttrEncoding : public CustomCallAttrEncoding {
[all …]
Dcustom_call_encoding.cc748 using EncodedAttr = std::pair<StringRef, CustomCallAttrEncoding::Encoded>; in EncodeAttributes()
781 CustomCallAttrEncoding::Encoded encoded = pair.value().second; in EncodeAttributes()