Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 11 of 11 for defaultSpec (0.1 sec)

  1. tensorflow/compiler/mlir/quantization/stablehlo/cc/config_test.cc

      const QuantizationConfig new_config = ExpandPresets(config);
      ASSERT_THAT(new_config.specs().specs(), SizeIs(2));
    
      const QuantizationSpec& default_spec = new_config.specs().specs(0);
      EXPECT_THAT(default_spec.matcher().function_name().regex(), StrEq(".*"));
      EXPECT_TRUE(default_spec.method().has_static_range_ptq());
    
      // Test that the expansion for convolution ops is done.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 06:59:34 UTC 2024
    - 12K bytes
    - Viewed (0)
Back to top