Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/mlir/transforms/runtime/
H A Dcustom_call_encoding.h383 struct AggregateAttrDef { struct
391 AggregateAttrDef &Add(std::string name, Extract<T> extract, in Add() argument
400 AggregateAttrDef &Add(std::string name, Extract<bool> extract) { in Add() argument
404 AggregateAttrDef &Add(std::string name, Extract<int64_t> extract) { in Add() argument
408 AggregateAttrDef &Add(std::string name, in Add() argument
424 using AttrDef = AggregateAttrDef<AttrType>; argument