Home
last modified time | relevance | path

Searched defs:mlir_module (Results 1 – 25 of 26) sorted by relevance

12

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/python/
H A Dmlir.cc58 StatusOr<XlaComputation> PyMlirModuleToXlaComputation(std::string mlir_module, in PyMlirModuleToXlaComputation()
87 py::module mlir_module = m.def_submodule("mlir", "MLIR/XLA integration"); in BuildMlirSubmodule() local
H A Dpy_client.cc337 std::string mlir_module, CompileOptions options, in CompileMlir()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/mlir/transforms/runtime/
H A Djit_compiler.cc141 std::string_view mlir_module, in JitCompiler()
158 std::string_view mlir_module, in Instantiate()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/runtime/
H A Djit_executable.cc97 std::string_view mlir_module, std::string_view entrypoint, Options opts, in Instantiate()
149 JitExecutable::JitExecutable(std::string_view mlir_module, in JitExecutable()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tensorflow/utils/
H A Dserialize_mlir_module_utils.cc38 mlir::OwningOpRef<mlir::ModuleOp>* mlir_module) { in DeserializeMlirModule()
H A Dcompile_mlir_util.cc675 mlir::OwningOpRef<mlir::ModuleOp> mlir_module; in CompileSerializedMlirToXlaHlo() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/
H A Dset_tpu_infeed_layout.cc31 bool SetTPUInfeedLayout(mlir::OwningOpRef<mlir::ModuleOp> &mlir_module) { in SetTPUInfeedLayout()
/aosp_15_r20/external/tensorflow/tensorflow/core/tpu/kernels/
H A Dtpu_compile_op_impl.h38 TpuCompileOpKernelImpl(const std::string& mlir_module, in TpuCompileOpKernelImpl()
H A Dtpu_compile.proto51 string mlir_module = 8; field
H A Dtpu_compile_op_impl.cc67 std::string mlir_module; in CreateMlirImpl() local
H A Dtpu_compile_op_support.h50 absl::string_view mlir_module; member
H A Dtpu_compile_op_common.h66 TpuCompileOpKernelCommon(const std::string& mlir_module, in TpuCompileOpKernelCommon()
H A Dtpu_compile_op_support.cc396 std::string* mlir_module) { in CompileOpMetadataFromContext()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tfrt/tests/jit/
H A Dtf_jitrt_benchmark_test.cc29 static const char* mlir_module = R"( variable
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/xla/experimental/conv_emitter/
H A Dconv_emitter_test.cc57 mlir::OwningOpRef<mlir::ModuleOp> mlir_module( in CompileHloConvAndGetMlir() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/gpu/
H A Dgpu_compiler.h55 const std::string& mlir_module, in JitRtAotCompilationResult()
H A Dgpu_compiler.cc879 mlir::ModuleOp mlir_module, llvm::StringRef entry_function_name, in LowerToJitRt()
1008 mlir::OwningOpRef<mlir::ModuleOp> mlir_module = in CompileModuleToLlvmIrImpl() local
H A Dgpu_executable.cc1027 absl::string_view mlir_module, in LoadFromObjFile()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tensorflow/ir/
H A Dtf_remaining_ops.cc124 mlir::OwningOpRef<mlir::ModuleOp>* mlir_module) { in GetHostFunc()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/cpu/
H A Dmlir_emitter.cc117 mlir::OwningOpRef<mlir::ModuleOp> mlir_module = mlir::ModuleOp::create(loc); in EmitMlirFuncAndCall() local
H A Dcpu_compiler.cc895 Status LowerMLIRModule(mlir::ModuleOp mlir_module, in LowerMLIRModule()
1004 auto mlir_module = builder.create<mlir::ModuleOp>(builder.getUnknownLoc()); in createMLIRModule() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tfrt/jit/python_binding/
H A Dtf_cpurt_executor.cc70 const std::string& mlir_module, const std::string& entrypoint, in Compile()
H A Dtf_jitrt_executor.cc78 const std::string& mlir_module, const std::string& entrypoint, in Compile()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/python/tpu_driver/client/
H A Dtpu_client_extension.cc155 -> StatusOr<std::unique_ptr<PyTpuExecutable>> { in PYBIND11_MODULE()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dhlo.proto771 string mlir_module = 4; field

12