Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for add_specs (0.12 sec)

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

      // user-provided explicit `QuantizationSpec`s will be appended.
      QuantizationSpecs new_specs{};
      *new_specs.add_specs() =
          GetDefaultStaticRangePtqSpec(/*preset=*/config.static_range_ptq_preset());
      *new_specs.add_specs() =
          GetPtqSpecForConvolution(Method::MethodCase::kStaticRangePtq);
    
      // Append user-provided specs to override existing specs.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri May 17 03:36:50 UTC 2024
    - 8.3K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/quantization/stablehlo/cc/config_test.cc

      QuantizationConfig config{};
      config.mutable_static_range_ptq_preset()->set_enable_full_int_quantization(
          true);
    
      QuantizationSpec& user_provided_spec = *config.mutable_specs()->add_specs();
      user_provided_spec.mutable_matcher()->mutable_function_name()->set_regex(
          "composite_dot_general_fn_1");
      user_provided_spec.mutable_method()->mutable_no_quantization();
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 06:59:34 UTC 2024
    - 12K bytes
    - Viewed (0)
  3. staging/src/k8s.io/apimachinery/pkg/util/httpstream/spdy/roundtripper_test.go

    func (i *Interceptor) GetAuthContext() (int, map[string]string) {
    	return int(i.Authorization.Method), i.Authorization.Payload
    }
    
    func (i *Interceptor) Rewrite(ctx context.Context, req *socks5.Request) (context.Context, *socks5.AddrSpec) {
    	*i.proxyCalledWithHost = req.DestAddr.Address()
    	i.Authorization = socks5.AuthContext(*req.AuthContext)
    	return ctx, req.DestAddr
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Oct 23 22:33:38 UTC 2023
    - 32.7K bytes
    - Viewed (0)
  4. src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go

    	ADC_S
    	ADC_S_ZZ
    	ADD_EQ
    	ADD_NE
    	ADD_CS
    	ADD_CC
    	ADD_MI
    	ADD_PL
    	ADD_VS
    	ADD_VC
    	ADD_HI
    	ADD_LS
    	ADD_GE
    	ADD_LT
    	ADD_GT
    	ADD_LE
    	ADD
    	ADD_ZZ
    	ADD_S_EQ
    	ADD_S_NE
    	ADD_S_CS
    	ADD_S_CC
    	ADD_S_MI
    	ADD_S_PL
    	ADD_S_VS
    	ADD_S_VC
    	ADD_S_HI
    	ADD_S_LS
    	ADD_S_GE
    	ADD_S_LT
    	ADD_S_GT
    	ADD_S_LE
    	ADD_S
    	ADD_S_ZZ
    	AND_EQ
    	AND_NE
    	AND_CS
    	AND_CC
    	AND_MI
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Aug 16 17:57:48 UTC 2017
    - 267.4K bytes
    - Viewed (0)
Back to top