Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/mlir/tfrt/transforms/
Dcorert_converter.cc179 mlir::Value CoreRTConverter::GetDistributedContext( in GetDistributedContext() function in tensorflow::CoreRTConverter
208 mlir::Value dist_ctx = GetDistributedContext(op, rewriter); in GetRemoteChainManager()
264 mlir::Value distributed_context = GetDistributedContext(op, rewriter); in GetTaskHandle()
Dcorert_converter.h82 mlir::Value GetDistributedContext(mlir::Operation *op,
Dtf_to_tfrt.cc490 corert_converter_.GetDistributedContext(op.getOperation(), &rewriter); in matchAndRewrite()