Home
last modified time | relevance | path

Searched refs:TPUBridge (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/
Dbridge.h31 tensorflow::Status TPUBridge(ModuleOp module, bool enable_logging,
Dbridge.cc227 tensorflow::Status TPUBridge(ModuleOp module, bool enable_logging, in TPUBridge() function
/external/tensorflow/tensorflow/core/protobuf/
Dcore_platform_payloads.proto17 // TPUBridge.
/external/tensorflow/tensorflow/compiler/mlir/tfrt/translate/
Dimport_model.cc92 mlir::TFTPU::TPUBridge(module, /*enable_logging=*/VLOG_IS_ON(1))); in ConvertTfMlirToBef()
/external/tensorflow/tensorflow/compiler/tf2xla/
Dmlir_bridge_pass.cc261 return mlir::TFTPU::TPUBridge(module, /*enable_logging=*/VLOG_IS_ON(1), in Run()