Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 49 for cpp_config (0.24 sec)

  1. tensorflow/c/experimental/ops/gen/generate_cpp_main.cc

        // Remaining arguments (i.e. the positional args) are the requested Op names
        op_names_.assign((*argv) + 1, (*argv) + (*argc));
      }
    
      generator::cpp::CppConfig CppConfig() {
        return generator::cpp::CppConfig(category_);
      }
    
      generator::PathConfig PathConfig() {
        return generator::PathConfig(output_dir_, source_dir_, api_dirs_,
                                     op_names_);
      }
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Jun 21 18:51:25 UTC 2021
    - 3.4K bytes
    - Viewed (0)
  2. tests/testdata/multicluster/envoy_local_v2.yaml

    dynamic_resources:
      lds_config:
        api_config_source:
          api_type: GRPC
          grpc_services:
            envoy_grpc:
              cluster_name: "xds_cluster"
      cds_config:
        api_config_source:
          api_type: GRPC
          grpc_services:
            envoy_grpc:
              cluster_name: "xds_cluster"
    
    static_resources:
      clusters:
      - name: xds_cluster
        connect_timeout: 0.25s
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jul 18 01:39:48 UTC 2018
    - 643 bytes
    - Viewed (0)
  3. tests/testdata/mcp_bootstrap_tmpl.json

                }
              }
            ],
            "http2_protocol_options": {}
          }
        ]
      },
      "dynamic_resources": {
        "lds_config": {
          "ads": {}
         },
        "cds_config": {
          "ads": {}
        },
        "ads_config": {
          "api_type": "GRPC",
          "grpc_services": {
            "envoy_grpc": {
              "cluster_name": "xds-grpc"
            }
          },
          "refresh_delay": {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 08 21:09:56 UTC 2020
    - 1.1K bytes
    - Viewed (0)
  4. pkg/controller/apis/config/types.go

    See the License for the specific language governing permissions and
    limitations under the License.
    */
    
    package config
    
    import (
    	metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
    	cpconfig "k8s.io/cloud-provider/config"
    	serviceconfig "k8s.io/cloud-provider/controllers/service/config"
    	cmconfig "k8s.io/controller-manager/config"
    	csrsigningconfig "k8s.io/kubernetes/pkg/controller/certificates/signer/config"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Jul 13 20:41:50 UTC 2023
    - 8.1K bytes
    - Viewed (0)
  5. tests/testdata/bootstrap_tmpl.json

                  "name": "admin",
                  "admin_layer": {}
              }
          ]
      },
      "dynamic_resources": {
        "lds_config": {
          "resource_api_version": "V3",
          "ads": {}
         },
        "cds_config": {
          "resource_api_version": "V3",
          "ads": {}
        },
        "ads_config": {
          "api_type": "GRPC",
          "transport_api_version": "V3",
          "grpc_services": {
            "envoy_grpc": {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 13 02:10:15 UTC 2021
    - 9.5K bytes
    - Viewed (0)
  6. staging/src/k8s.io/apiserver/pkg/util/webhook/client.go

    			port = 443
    		}
    
    		restConfig, err := cm.authInfoResolver.ClientConfigForService(cc.Service.Name, cc.Service.Namespace, int(port))
    		if err != nil {
    			return nil, err
    		}
    		cfg := rest.CopyConfig(restConfig)
    
    		// Use http/1.1 instead of http/2.
    		// This is a workaround for http/2-enabled clients not load-balancing concurrent requests to multiple backends.
    		// See https://issue.k8s.io/75791 for details.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Jan 04 09:09:10 UTC 2024
    - 7.3K bytes
    - Viewed (0)
  7. tools/packaging/common/gcp_envoy_bootstrap.json

          {{ end }}
        },
        "metadata": {{ .meta_json_str }}
      },
      "dynamic_resources": {
        "lds_config": {
          "resource_api_version": "V3",
          "ads": {}
        },
        "cds_config": {
          "resource_api_version": "V3",
          "ads": {}
        },
        "ads_config": {
          "api_type": "GRPC",
          "transport_api_version": "V3",
          "grpc_services": [
            {
              "google_grpc": {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 16 17:05:28 UTC 2024
    - 6.9K bytes
    - Viewed (0)
  8. tests/testdata/envoy_local.json

              "envoy_grpc": {
                "cluster_name": "xds-grpc"
              }
            },
            "refresh_delay": {
              "seconds": 30,
              "nanos": 0
            }
          }
        },
        "cds_config": {
          "api_config_source": {
            "api_type": "GRPC",
            "grpc_services": {
              "envoy_grpc": {
                "cluster_name": "xds-grpc"
              }
            },
            "refresh_delay": {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 13 02:10:15 UTC 2021
    - 9.9K bytes
    - Viewed (0)
  9. tensorflow/c/experimental/ops/gen/README.md

    Given a config, it can generate source code for a .cc or .h file as a string or
    write it to a target file.
    
    The `CppFileRenderer` is the main renderer used by the generator; it renders an
    entire file. The `CppConfig` defines if it is operating in header or source
    mode.
    
    "Views" are stateless and intended to be low-level building blocks: a direct
    language-specific representation of the model classes. For example, an `ArgView`
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Jun 21 18:51:25 UTC 2021
    - 5.7K bytes
    - Viewed (0)
  10. pkg/bootstrap/testdata/tracing_none_golden.json

    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 01 14:41:40 UTC 2024
    - 11.9K bytes
    - Viewed (0)
Back to top