Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for LiftResourceOps (0.21 sec)

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

    // Lifts resource operations from tf_device.launch_func ops nested in `op`
    // outside. Returns a failure if there are remaining resource-type values that
    // can not be lifted.
    LogicalResult LiftResourceOps(Operation* op);
    
    // Creates a pass that hoists invariant operations in a `tf_device.replicate`.
    std::unique_ptr<OperationPass<func::FuncOp>>
    CreateReplicateInvariantOpHoistingPass();
    
    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