Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/
Dbridge.h28 tensorflow::Status TPUBridge(ModuleOp module, bool enable_logging);
Dbridge.cc156 tensorflow::Status TPUBridge(ModuleOp module, bool enable_logging) { in TPUBridge() function
/external/tensorflow/tensorflow/compiler/tf2xla/
Dmlir_bridge_pass.cc136 mlir::TFTPU::TPUBridge(module, /*enable_logging=*/VLOG_IS_ON(1))); in Run()