Searched defs:FunctionAttr (Results 1 – 4 of 4) sorted by relevance
75 struct FunctionAttr { struct80 using FunctionStack = SmallVector<FunctionAttr, 4>; argument
76 static AssociatedFunctionInfo FunctionAttr(const string& func_name, in FunctionAttr() function
441 NameAttrList FunctionAttr(OpKernelConstruction* ctx) { in FunctionAttr() function
1048 func (v Value) FunctionAttr() Attribute { return Attribute(C.LLVMGetFunctionAttr2(v.C)) } func