Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for IsI8F32UniformQuantizedPerAxisType (0.64 sec)

  1. tensorflow/compiler/mlir/quantization/common/uniform_quantized_types_test.cc

              builder_.getF32Type(),
              /*scales=*/{1.0},
              /*zeroPoints=*/{0}, /*quantizedDimension=*/0, /*storageTypeMin=*/-128,
              /*storageTypeMax=*/127);
      EXPECT_TRUE(IsI8F32UniformQuantizedPerAxisType(qi8_per_axis_type));
      EXPECT_FALSE(IsI8F32UniformQuantizedType(qi8_per_axis_type));
    }
    
    TEST_F(IsI8F32UniformQuantizedTypeTest, UniformQuantizedPerAxisTypeSucceeds) {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 28.8K bytes
    - Viewed (0)
Back to top