MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / TPUBridge

Function TPUBridge

tensorflow/compiler/mlir/tensorflow/transforms/bridge.cc:106–108  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

104}
105
106tensorflow::Status TPUBridge(ModuleOp module, bool enable_logging) {
107 return RunTPUBridge(module, enable_logging, CreateTPUBridgePipeline);
108}
109tensorflow::Status TPUBridgeV1Compat(ModuleOp module, bool enable_logging) {
110 return RunTPUBridge(module, enable_logging, CreateTPUBridgePipelineV1);
111}

Callers

nothing calls this directly

Calls 1

RunTPUBridgeFunction · 0.85

Tested by

no test coverage detected