Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 75 for ads_config (0.18 sec)

  1. tensorflow/compiler/mlir/lite/tf_to_tfl_flatbuffer.cc

        return ConvertTFExecutorToStablehloFlatbuffer(
            pass_manager, module, export_to_mlir, status_handler, toco_flags,
            pass_config, std::move(session_opt), result, saved_model_tags);
      }
    
      if (pass_config.enable_hlo_to_tf_conversion) {
        if (failed(RunHloToTfConversion(
                pass_config, saved_model_dir, saved_model_tags,
                toco_flags.mutable_quantization_config(),
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri May 03 18:01:23 UTC 2024
    - 23.8K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/lite/python/graphdef_to_tfl_flatbuffer.cc

      mlir::TFL::PassConfig pass_config(quant_specs);
      bool emit_builtin_tflite_ops = !toco_flags.force_select_tf_ops();
      pass_config.emit_builtin_tflite_ops = emit_builtin_tflite_ops;
      pass_config.unfold_batch_matmul = toco_flags.unfold_batchmatmul();
      pass_config.lower_tensor_list_ops = toco_flags.lower_tensor_list_ops();
      pass_config.legalize_custom_tensor_list_ops =
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Mar 11 19:29:56 UTC 2024
    - 5.1K bytes
    - Viewed (0)
  3. istioctl/pkg/writer/compare/testdata/configdump.json

                "name": "inbound-vip|9080|http|ratings.default.svc.cluster.local",
                "type": "EDS",
                "eds_cluster_config": {
                  "eds_config": {
                    "ads": {},
                    "initial_fetch_timeout": "0s",
                    "resource_api_version": "V3"
                  },
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Mar 12 10:02:09 UTC 2024
    - 52K bytes
    - Viewed (0)
  4. pilot/pkg/networking/core/cluster_builder_test.go

    	cases := []struct {
    		name      string
    		cluster   *cluster.Cluster
    		edsConfig *cluster.Cluster_EdsClusterConfig
    	}{
    		{
    			name:      "non eds type of cluster",
    			cluster:   &cluster.Cluster{Name: "foo", ClusterDiscoveryType: &cluster.Cluster_Type{Type: cluster.Cluster_STRICT_DNS}},
    			edsConfig: nil,
    		},
    		{
    			name:    "eds type of cluster",
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 01:56:28 UTC 2024
    - 110.4K bytes
    - Viewed (0)
  5. tensorflow/compiler/mlir/lite/python/jax_to_tfl_flatbuffer.cc

      mlir::TFL::PassConfig pass_config(quant_specs);
      bool emit_builtin_tflite_ops = !toco_flags.force_select_tf_ops();
      pass_config.emit_builtin_tflite_ops = emit_builtin_tflite_ops;
      pass_config.enable_tflite_variables =
          toco_flags.enable_tflite_resource_variables();
      pass_config.unfold_batch_matmul = toco_flags.unfold_batchmatmul();
      pass_config.lower_tensor_list_ops = toco_flags.lower_tensor_list_ops();
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Mar 11 19:29:56 UTC 2024
    - 8K bytes
    - Viewed (0)
  6. pilot/pkg/networking/core/cluster_tls_test.go

    							TlsMinimumProtocolVersion: tls.TlsParameters_TLSv1_2,
    						},
    						TlsCertificateSdsSecretConfigs: []*tls.SdsSecretConfig{
    							{
    								Name: "default",
    								SdsConfig: &core.ConfigSource{
    									ConfigSourceSpecifier: &core.ConfigSource_ApiConfigSource{
    										ApiConfigSource: &core.ApiConfigSource{
    											ApiType:                   core.ApiConfigSource_GRPC,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon May 06 03:53:05 UTC 2024
    - 60.9K bytes
    - Viewed (0)
  7. tensorflow/compiler/mlir/lite/tf_to_tfl_flatbuffer.h

        const toco::TocoFlags& toco_flags, const mlir::TFL::PassConfig& pass_config,
        std::optional<tensorflow::Session*> session, std::string* result);
    
    // Taking a MLIR module in TF executor dialect and a set of parameters,
    // applies a set of passes (configured accordingly to the provided
    // `pass_config`) to convert the module to TF Lite dialect and serializes the
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Apr 24 08:30:24 UTC 2024
    - 4.7K bytes
    - Viewed (0)
  8. pilot/pkg/networking/core/gateway_test.go

    			result: &auth.DownstreamTlsContext{
    				CommonTlsContext: &auth.CommonTlsContext{
    					AlpnProtocols: util.ALPNHttp,
    					TlsCertificateSdsSecretConfigs: []*auth.SdsSecretConfig{
    						{
    							Name: "default",
    							SdsConfig: &core.ConfigSource{
    								InitialFetchTimeout: durationpb.New(time.Second * 0),
    								ResourceApiVersion:  core.ApiVersion_V3,
    								ConfigSourceSpecifier: &core.ConfigSource_ApiConfigSource{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon May 06 04:44:06 UTC 2024
    - 144K bytes
    - Viewed (0)
  9. pkg/bootstrap/option/instances_test.go

    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Mar 28 20:38:02 UTC 2024
    - 22.4K bytes
    - Viewed (0)
  10. pkg/ledger/ledger_test.go

    	b.ReportAllocs()
    	b.SetBytes(8)
    	l := &smtLedger{tree: newSMT(HashCollider, nil, time.Minute)}
    	var eg errgroup.Group
    	ids := make([]string, 0, configSize)
    	for i := 0; i < configSize; i++ {
    		ids = append(ids, addConfig(l, b))
    	}
    	b.ResetTimer()
    	for n := 0; n < b.N; n++ {
    		eg.Go(func() error {
    			_, err := l.Put(ids[rand.Int()%configSize], strconv.Itoa(rand.Int()))
    			_ = l.RootHash()
    			return err
    		})
    	}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jul 12 16:12:59 UTC 2023
    - 4K bytes
    - Viewed (0)
Back to top