Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 65 for ads_config (0.53 sec)

  1. pkg/bootstrap/testdata/stats_compression_unknown_golden.json

            "port_value": 15005
          }
        }
      },
      "dynamic_resources": {
        "lds_config": {
          "ads": {},
          "initial_fetch_timeout": "0s",
          "resource_api_version": "V3"
        },
        "cds_config": {
          "ads": {},
          "initial_fetch_timeout": "0s",
          "resource_api_version": "V3"
        },
        "ads_config": {
          "api_type": "DELTA_GRPC",
          "set_node_on_first_message_only": true,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 01 14:41:40 UTC 2024
    - 16.7K bytes
    - Viewed (0)
  2. pkg/bootstrap/testdata/stats_compression_zstd_golden.json

            "port_value": 15005
          }
        }
      },
      "dynamic_resources": {
        "lds_config": {
          "ads": {},
          "initial_fetch_timeout": "0s",
          "resource_api_version": "V3"
        },
        "cds_config": {
          "ads": {},
          "initial_fetch_timeout": "0s",
          "resource_api_version": "V3"
        },
        "ads_config": {
          "api_type": "DELTA_GRPC",
          "set_node_on_first_message_only": true,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 01 14:41:40 UTC 2024
    - 17.3K bytes
    - Viewed (0)
  3. pkg/bootstrap/testdata/stats_inclusion_golden.json

            "port_value": 15000
          }
        }
      },
      "dynamic_resources": {
        "lds_config": {
          "ads": {},
          "initial_fetch_timeout": "0s",
          "resource_api_version": "V3"
        },
        "cds_config": {
          "ads": {},
          "initial_fetch_timeout": "0s",
          "resource_api_version": "V3"
        },
        "ads_config": {
          "api_type": "DELTA_GRPC",
          "set_node_on_first_message_only": true,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 01 14:41:40 UTC 2024
    - 15.8K bytes
    - Viewed (0)
  4. tools/packaging/common/envoy_bootstrap.json

          }
        }
      },
      "dynamic_resources": {
        "lds_config": {
          "ads": {},
          "initial_fetch_timeout": "0s",
          "resource_api_version": "V3"
        },
        "cds_config": {
          "ads": {},
          "initial_fetch_timeout": "0s",
          "resource_api_version": "V3"
        },
        "ads_config": {
          "api_type": "{{ .xds_type }}",
          "set_node_on_first_message_only": true,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 16 17:05:28 UTC 2024
    - 22.6K bytes
    - Viewed (0)
  5. 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)
  6. 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)
  7. 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)
  8. 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)
  9. 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)
  10. 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)
Back to top