Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for LiveOuts (0.09 sec)

  1. tensorflow/compiler/mlir/quantization/stablehlo/passes/replace_stablehlo_ops_in_main_function_with_xla_call_module_ops.cc

    //
    // This analogy is used throughout this pass to ensure only live edges form
    // proper subgraphs.
    class LiveOuts {
     public:
      LiveOuts() = default;
    
      explicit LiveOuts(OperandRange range)
          : liveouts_(range.begin(), range.end()), prev_liveouts_(liveouts_) {}
    
      // Delete the current op from liveouts and moves on to the parent ops.
      void update(Operation& op) {
        for (Value result_value : op.getResults()) {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 21K bytes
    - Viewed (0)
Back to top