Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for _xla_outside_compilation (0.23 sec)

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

    // attribute on the `tf_device.launch`.
    std::unique_ptr<OperationPass<func::FuncOp>> CreateLaunchToDeviceAttributePass(
        bool legacy_graph_export = true);
    
    // 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();
    
    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