Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-xray/
Dxray-graph.h75 struct FunctionAttr { struct
80 using FunctionStack = SmallVector<FunctionAttr, 4>; argument
/external/tensorflow/tensorflow/compiler/tf2xla/
Dtf2xla_util.h75 static AssociatedFunctionInfo FunctionAttr(const string& func_name, in FunctionAttr() function
/external/tensorflow/tensorflow/compiler/jit/kernels/
Dxla_ops.cc411 NameAttrList FunctionAttr(OpKernelConstruction* ctx) { in FunctionAttr() function
/external/llvm/bindings/go/llvm/
Dir.go1048 func (v Value) FunctionAttr() Attribute { return Attribute(C.LLVMGetFunctionAttr2(v.C)) } func