Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for CreateI32F32UniformQuantizedTypeTest (1.97 sec)

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

      EXPECT_EQ(quantized_type.getZeroPoint(), 99);
    }
    
    class CreateI32F32UniformQuantizedTypeTest : public Test {
     protected:
      CreateI32F32UniformQuantizedTypeTest() : ctx_() {
        ctx_.loadDialect<quant::QuantizationDialect>();
      }
    
      MLIRContext ctx_;
    };
    
    TEST_F(CreateI32F32UniformQuantizedTypeTest, I32StorageTypeSucceeds) {
      const UniformQuantizedType quantized_type =
    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