Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for GraphOp (3.39 sec)

  1. tensorflow/compiler/mlir/g3doc/_includes/tf_passes.md

    -ops-to-preserve : Comma separated list of ops that should not be pruned regardless of reachability
    ```
    ### `-tf-executor-island-coarsening`
    
    _Walks tf_executor::GraphOp and merges individual tf_executor::IslandOps._
    
    This pass performs whole graph analysis for a graph encapsulated into tf_executor::GraphOp.
    The analysis identifies all IslandOps within the graph which could be merged together.
    The goal is to merge as many islands as possible.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Aug 02 02:26:39 UTC 2023
    - 96.4K bytes
    - Viewed (0)
Back to top