Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for UniformQuantizedClipByValue (0.38 sec)

  1. tensorflow/compiler/mlir/tf2xla/tests/legalize-tf-quant.mlir

            tensor<f32>, tensor<i32>) -> tensor<3x2x!tf_type.qint32>
      func.return %0 : tensor<3x2x!tf_type.qint32>
    }
    
    //===----------------------------------------------------------------------===//
    // tf.UniformQuantizedClipByValue legalization
    //===----------------------------------------------------------------------===//
    
    // -----
    
    // CHECK-LABEL: func @uniform_quantized_clip_by_value
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 09 01:25:29 UTC 2024
    - 37.3K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

      );
    
      TF_DerivedOperandTypeAttr T = TF_DerivedOperandTypeAttr<0>;
    
      let hasVerifier = 1;
    }
    
    def TF_UniformQuantizedClipByValueOp : TF_Op<"UniformQuantizedClipByValue", [Pure]> {
      let summary = "Perform clip by value on the quantized Tensor `operand`.";
    
      let description = [{
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
Back to top