Home
last modified time | relevance | path

Searched refs:module_for_func (Results 1 – 6 of 6) sorted by relevance

/external/tensorflow/tensorflow/compiler/mlir/tensorflow/ir/
Dtf_remaining_ops.cc92 mlir::OwningOpRef<mlir::ModuleOp> module_for_func; in verify() local
94 host_module.str(), op->getContext(), &module_for_func); in verify()
101 func::FuncOp func = module_for_func->lookupSymbol<func::FuncOp>("host_func"); in verify()
/external/tensorflow/tensorflow/compiler/mlir/tfrt/transforms/
Dremote_run_encapsulate.cc80 OwningOpRef<mlir::ModuleOp> module_for_func = in EncapsulateFuncAndSerialize() local
82 SymbolTable symbol_table(module_for_func.get()); in EncapsulateFuncAndSerialize()
115 tensorflow::SerializeMlirModule(module_for_func.get()); in EncapsulateFuncAndSerialize()
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/
Dprepare_tpu_computation_for_tf_export.cc81 mlir::OwningOpRef<mlir::ModuleOp> module_for_func; in matchAndRewrite() local
83 func::FuncOp func = op.GetHostFunc(&module_for_func); in matchAndRewrite()
Dtpu_rewrite_pass.cc94 OwningOpRef<mlir::ModuleOp> module_for_func = in EncapsulateFuncAndSerialize() local
101 module_for_func.get().getOperation()->setAttr(kVersionsAttr, versions_attr); in EncapsulateFuncAndSerialize()
102 SymbolTable symbol_table(module_for_func.get()); in EncapsulateFuncAndSerialize()
138 tensorflow::SerializeMlirModule(module_for_func.get()); in EncapsulateFuncAndSerialize()
Dtpu_extract_outside_compilation.cc108 OwningOpRef<mlir::ModuleOp> module_for_func = in EncapsulateFuncAndSerialize() local
110 SymbolTable symbol_table(module_for_func.get()); in EncapsulateFuncAndSerialize()
114 tensorflow::SerializeMlirModule(module_for_func.get()); in EncapsulateFuncAndSerialize()
Dshape_inference.cc971 mlir::OwningOpRef<mlir::ModuleOp> module_for_func; in InferShapeForXlaHostComputeMlir() local
972 func::FuncOp func = host_compute_op.GetHostFunc(&module_for_func); in InferShapeForXlaHostComputeMlir()