Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for CreateLiftHashTableOpsAsArgsPass (0.26 sec)

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

    // the same underlying resource. This is not true in the eager execution mode.
    // Lifting resource ops as arguments will help unifying them across functions.
    std::unique_ptr<OperationPass<ModuleOp>> CreateLiftHashTableOpsAsArgsPass();
    
    // Creates a pass that merges duplicate resource ops in each function. Two
    // resource ops are considered duplicated if they have the same `shared_name`.
    std::unique_ptr<OperationPass<func::FuncOp>>
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri May 10 04:07:09 UTC 2024
    - 12.3K bytes
    - Viewed (0)
Back to top