Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for prev_liveouts_ (0.13 sec)

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

      // 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.
      const SetVector<Value>& get_previous() const { return prev_liveouts_; }
    
     private:
      // Use SerVector to ensure deterministic traversal order.
    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