Home
last modified time | relevance | path

Searched refs:FunctionAttr (Results 1 – 5 of 5) sorted by relevance

/external/llvm/bindings/go/llvm/
Dir_test.go29 newattr := fn.FunctionAttr()
40 newattr = fn.FunctionAttr()
Dir.go1048 func (v Value) FunctionAttr() Attribute { return Attribute(C.LLVMGetFunctionAttr2(v.C)) } func
/external/tensorflow/tensorflow/compiler/tf2xla/
Dtf2xla_util.h77 static AssociatedFunctionInfo FunctionAttr(const string& func_name, in FunctionAttr() function
Dtf2xla_util.cc783 results.emplace_back(AssociatedFunctionInfo::FunctionAttr( in GetAssociatedFunctions()
/external/tensorflow/tensorflow/compiler/jit/kernels/
Dxla_ops.cc439 NameAttrList FunctionAttr(OpKernelConstruction* ctx) { in FunctionAttr() function
463 FunctionAttr(ctx), /*has_ref_vars=*/true) {} in XlaLocalLaunchOp()
473 function_(FunctionAttr(ctx)), in XlaCompileOp()