Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 11 of 11 for quantization_dimension (0.15 sec)

  1. tensorflow/compiler/mlir/lite/schema/schema.fbs

      // zero_points correspond to. For example, a tensor t, with dims=[4, 3, 2, 1]
      // with quantization params:
      //   scale=[1.0, 2.0, 3.0], zero_point=[1, 2, 3], quantization_dimension=1
      // will be quantized across the second dimension of t.
      //   t[:, 0, :, :] will have scale[0]=1.0, zero_point[0]=1
      //   t[:, 1, :, :] will have scale[1]=2.0, zero_point[0]=2
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri May 03 18:01:23 UTC 2024
    - 41.7K bytes
    - Viewed (0)
Back to top