Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for GetZeroPointsValue (0.43 sec)

  1. tensorflow/compiler/mlir/lite/stablehlo/transforms/compose_uniform_quantized_type_pass.cc

      Value GetInputValue() { return call_op_.getOperand(0); }
    
      Value GetInverseScalesValue() { return call_op_.getOperand(1); }
    
      Value GetZeroPointsValue() { return call_op_.getOperand(2); }
    
      stablehlo::ConstantOp GetZeroPointsConstantOp() {
        return cast<stablehlo::ConstantOp>(GetZeroPointsValue().getDefiningOp());
      }
    
      stablehlo::ConstantOp GetInverseScalesConstantOp() {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 64.6K bytes
    - Viewed (0)
Back to top