Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for CreateVerifyNoOutsideCompilationMarkersPass (0.31 sec)

  1. tensorflow/compiler/mlir/tensorflow/transforms/passes.h

    // Creates a pass to ensure that the `_xla_outside_compilation` and
    // tf_device.launch op no longer exist after Outside Compilation is complete.
    std::unique_ptr<OperationPass<func::FuncOp>>
    CreateVerifyNoOutsideCompilationMarkersPass();
    
    // Create a pass that inlines the StatefulPartitionedCallOp op based in the
    // parent region.
    std::unique_ptr<OperationPass<ModuleOp>> CreateXlaInlineDeviceOpsPass();
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jun 12 21:18:05 UTC 2024
    - 31.8K bytes
    - Viewed (0)
Back to top