Home
last modified time | relevance | path

Searched refs:SetupContextAndParseModule (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tools/kernel_gen/
H A Dkernel_creator.h39 StatusOr<mlir::OwningOpRef<mlir::ModuleOp>> SetupContextAndParseModule(
H A Dkernel_creator.cc407 StatusOr<mlir::OwningOpRef<mlir::ModuleOp>> SetupContextAndParseModule( in SetupContextAndParseModule() function
432 SetupContextAndParseModule(context, tf_code)); in GenerateKernelForTfCode()
H A Dtf_framework_c_interface.cc206 module = tensorflow::kernel_gen::SetupContextAndParseModule( in Compile()