Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for add_specs (0.08 sec)

  1. 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)
  2. 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)
Back to top