Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for snapshot_previous_state (0.18 sec)

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

        }
        for (Value operand : op.getOperands()) {
          liveouts_.insert(operand);
        }
      }
    
      // Snapshot the current live values to previous live values.
      void snapshot_previous_state() { prev_liveouts_ = liveouts_; }
    
      // Return the current live values.
      const SetVector<Value>& get() const { return liveouts_; }
    
      // Return the previous live values.
    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