Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/mlir/transforms/runtime/
H A Drt_to_llvm.cc67 struct RuntimeAPI { struct
68 static LLVM::LLVMPointerType OpaquePointerType(MLIRContext *ctx) { in OpaquePointerType()
72 static LLVM::LLVMPointerType CustomCallArgumentsType(MLIRContext *ctx) { in CustomCallArgumentsType()
76 static LLVM::LLVMPointerType CustomCallAttributesType(MLIRContext *ctx) { in CustomCallAttributesType()
80 static FunctionType GetResultStorageFunctionType(MLIRContext *ctx) { in GetResultStorageFunctionType()
87 static FunctionType SetErrorFunctionType(MLIRContext *ctx) { in SetErrorFunctionType()
93 static FunctionType CustomCallFunctionType(MLIRContext *ctx) { in CustomCallFunctionType()
102 static FunctionType DirectCustomCallFunctionType(MLIRContext *ctx) { in DirectCustomCallFunctionType()