Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/tf2xla/
H A Dtf2xla_util.h77 static AssociatedFunctionInfo FunctionAttr(const string& func_name, in FunctionAttr() function
/aosp_15_r20/external/tensorflow/tensorflow/compiler/jit/kernels/
H A Dxla_ops.cc439 NameAttrList FunctionAttr(OpKernelConstruction* ctx) { in FunctionAttr() function
/aosp_15_r20/external/llvm/bindings/go/llvm/
H A Dir.go1048 func (v Value) FunctionAttr() Attribute { return Attribute(C.LLVMGetFunctionAttr2(v.C)) } func