Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for InitializeStateForValue (0.23 sec)

  1. tensorflow/compiler/mlir/quantization/common/quantization_lib/quantization_driver.cc

      InitializeStateForValue(op, index, value, /*as_result=*/false, states_,
                              value_to_state_, operand_states_, result_states_);
    }
    
    void QuantizationDriver::InitializeResultState(Operation* op, const int index,
                                                   const Value value) {
      InitializeStateForValue(op, index, value, /*as_result=*/true, states_,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 38.1K bytes
    - Viewed (0)
Back to top