Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 75 for ads_config (0.17 sec)

  1. pkg/adsc/delta_test.go

    								Name:      "kubernetes://test",
    								SdsConfig: authn_model.SDSAdsConfig,
    							},
    						},
    					},
    				},
    			}),
    		},
    	},
    }
    
    var testClusterNoSecret = &cluster.Cluster{
    	Name:                 "test-eds",
    	ClusterDiscoveryType: &cluster.Cluster_Type{Type: cluster.Cluster_EDS},
    	EdsClusterConfig: &cluster.Cluster_EdsClusterConfig{
    		EdsConfig: &core.ConfigSource{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Feb 02 09:32:41 UTC 2024
    - 13.9K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/lite/common/tfl_pass_config.h

                << "\noutline_tf_while: " << pass_config.outline_tf_while
                << "\nshape_inference: " << pass_config.shape_inference
                << "\nruntime_verification: " << pass_config.runtime_verification
                << "\nenable_tflite_variables: "
                << pass_config.enable_tflite_variables
                << "\ndisable_variable_freezing: "
                << pass_config.disable_variable_freezing
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed May 08 19:05:30 UTC 2024
    - 6.5K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/lite/tf_tfl_passes.h

        const mlir::TFL::PassConfig& pass_config,
        mlir::OpPassManager* pass_manager);
    
    // Simplified API for TF->TFLite conversion with default flags.
    void AddTFToTFLConversionPasses(const mlir::TFL::PassConfig& pass_config,
                                    mlir::OpPassManager* pass_manager);
    
    // Add the Quantization passes, specified in the pass_config, into a pass
    // manager.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Feb 01 06:14:07 UTC 2024
    - 4.1K bytes
    - Viewed (0)
  4. pilot/pkg/xds/testdata/none_ecds.json

    {
        "outbound|2000||s1tcp.none": {
          "name": "outbound|2000||s1tcp.none",
          "type": 3,
          "eds_cluster_config": {
            "eds_config": {
              "ConfigSourceSpecifier": {
                "Ads": {}
              }
            },
            "service_name": "outbound|2000||s1tcp.none"
          },
          "connect_timeout": 1000000000,
          "circuit_breakers": {
            "thresholds": [
              {
                "max_retries": {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Jun 26 15:28:15 UTC 2020
    - 2.7K bytes
    - Viewed (0)
  5. tensorflow/compiler/mlir/lite/python/saved_model_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: Sun May 12 12:39:37 UTC 2024
    - 11K bytes
    - Viewed (0)
  6. tensorflow/compiler/mlir/lite/tf_tfl_translate.cc

      }
    
      mlir::TFL::PassConfig pass_config(quant_specs);
      pass_config.emit_builtin_tflite_ops = emit_builtin_tflite_ops;
      pass_config.lower_tensor_list_ops = lower_tensor_list_ops;
      pass_config.unfold_batch_matmul = unfold_batchmatmul;
      pass_config.unfold_large_splat_constant = unfold_large_splat_constant;
      pass_config.guarantee_all_funcs_one_use = guarantee_all_funcs_one_use;
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri May 03 18:01:23 UTC 2024
    - 14K bytes
    - Viewed (0)
  7. pilot/pkg/security/model/authentication_test.go

    				Name:      credentials.ToResourceName("test-credential"),
    				SdsConfig: SDSAdsConfig,
    			},
    		},
    		{
    			credentialSocketExists: false,
    			name:                   "test-credential-no-prefix-with-socket",
    			expected: &auth.SdsSecretConfig{
    				Name:      credentials.ToResourceName("test-credential-no-prefix-with-socket"),
    				SdsConfig: SDSAdsConfig,
    			},
    		},
    		{
    			credentialSocketExists: true,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Feb 20 22:39:21 UTC 2024
    - 18.9K bytes
    - Viewed (0)
  8. pkg/bootstrap/option/convert_test.go

    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Mar 28 20:38:02 UTC 2024
    - 5.5K bytes
    - Viewed (0)
  9. pkg/model/authentication.go

    )
    
    const (
    	// SDSClusterName is the name of the cluster for SDS connections
    	SDSClusterName = "sds-grpc"
    
    	// SDSDefaultResourceName is the default name in sdsconfig, used for fetching normal key/cert.
    	SDSDefaultResourceName = "default"
    
    	// SDSRootResourceName is the sdsconfig name for root CA, used for fetching root cert.
    	SDSRootResourceName = "ROOTCA"
    )
    
    // Preconfigured SDS configs to avoid excessive memory allocations
    var (
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Mar 28 20:38:02 UTC 2024
    - 3.5K bytes
    - Viewed (0)
  10. tensorflow/compiler/mlir/lite/tf_tfl_passes.cc

            mlir::TFL::CreateLegalizeTFPass(pass_config.runtime_verification,
                                            pass_config.preserve_assert_op));
        pass_manager->addPass(mlir::TFL::CreateAnalyzeVariablesPass());
        pass_manager->addPass(mlir::TFL::CreateLegalizeVariablesPass());
        pass_manager->addPass(mlir::TFL::CreateLegalizeHashTablesPass());
        if (!pass_config.unfold_batch_matmul) {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Jun 06 18:45:51 UTC 2024
    - 25.5K bytes
    - Viewed (0)
Back to top