Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 87 for api_version (0.19 sec)

  1. tensorflow/compiler/mlir/quantization/tensorflow/BUILD

        ],
        visibility = ["//visibility:public"],
    )
    
    # copybara:uncomment_begin(google-only)
    # py_proto_library(
    #     name = "quantization_options_py_pb2",
    #     api_version = 2,
    #     visibility = ["//visibility:public"],
    #     deps = [":quantization_options_proto"],
    # )
    # copybara:uncomment_end
    
    # OSS only: This target is header-only. Link `exported_model_proto_impl` only to
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 21 22:58:42 UTC 2024
    - 21.7K bytes
    - Viewed (0)
  2. samples/addons/kiali.yaml

            node: {}
            pod: {}
            pod_anti: {}
          configmap_annotations: {}
          custom_secrets: []
          dns:
            config: {}
            policy: ""
          host_aliases: []
          hpa:
            api_version: autoscaling/v2
            spec: {}
          image_digest: ""
          image_name: quay.io/kiali/kiali
          image_pull_policy: IfNotPresent
          image_pull_secrets: []
          image_version: v1.85
          ingress:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 18:57:35 UTC 2024
    - 10.6K bytes
    - Viewed (0)
  3. analysis/analysis-api-impl-base/tests/org/jetbrains/kotlin/analysis/api/impl/base/test/cases/components/compilerFacility/AbstractCompilerFacilityTest.kt

                .also { check(it.isNotEmpty()) }
                .sortedBy { it.path }
                .map { outputFile ->
                    val classReader = ClassReader(outputFile.content)
                    ClassNode(Opcodes.API_VERSION).also { classReader.accept(it, ClassReader.SKIP_CODE) }
                }
    
            val allClasses = classes.associateBy { Type.getObjectType(it.name) }
    
            return classes.joinToString("\n\n") { node ->
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Wed May 22 06:28:34 UTC 2024
    - 13.8K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/lite/flatbuffer_operator.cc

        // STABLEHLO_CUSTOM_CALL definition
        attributes.emplace_back(builder.getNamedAttr(
            "api_version",
            mlir::vhlo::CustomCallApiVersionV1Attr::get(
                builder.getContext(),
                mlir::vhlo::symbolizeCustomCallApiVersionV1(op->api_version)
                    .value())));
        attributes.emplace_back(builder.getNamedAttr(
            "call_target_name",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 21 18:21:50 UTC 2024
    - 38K bytes
    - Viewed (0)
  5. pkg/controlplane/instance_test.go

    	// /api exists in release-1.1
    	resp, err := http.Get(server.URL + "/api")
    	if err != nil {
    		t.Errorf("unexpected error: %v", err)
    	}
    	apiVersions := metav1.APIVersions{}
    	assert.NoError(decodeResponse(resp, &apiVersions))
    	assert.Equal(apiVersions.APIVersion, "")
    
    	// /api/v1 exists in release-1.1
    	resp, err = http.Get(server.URL + "/api/v1")
    	if err != nil {
    		t.Errorf("unexpected error: %v", err)
    	}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Jun 03 11:50:04 UTC 2024
    - 21.5K bytes
    - Viewed (0)
  6. cluster/gce/gci/configure.sh

    }
    
    function install-cni-binaries {
      local -r cni_version=${CNI_VERSION:-$DEFAULT_CNI_VERSION}
      if [[ -n "${CNI_VERSION:-}" ]]; then
          local -r cni_hash="${CNI_HASH:-}"
      else
          local -r cni_hash="${DEFAULT_CNI_HASH}"
      fi
    
      local -r cni_tar="${CNI_TAR_PREFIX}${cni_version}.tgz"
      local -r cni_url="${CNI_STORAGE_URL_BASE}/${cni_version}/${cni_tar}"
    
      if is-preloaded "${cni_tar}" "${cni_hash}"; then
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 30 04:14:02 UTC 2024
    - 36.5K bytes
    - Viewed (0)
  7. staging/src/k8s.io/apiextensions-apiserver/pkg/apiserver/schema/pruning/algorithm_test.go

    			expectedPruned: []string{"b", "c.c.a", "c.c.apiVersion"}},
    		{name: "x-kubernetes-embedded-resource", json: `
    {
      "apiVersion": "foo/v1",
      "kind": "Foo",
      "metadata": {
        "name": "instance",
        "unspecified": "bar"
      },
      "unspecified":"bar",
      "pruned": {
        "apiVersion": "foo/v1",
        "kind": "Foo",
        "unspecified": "bar",
        "metadata": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 16 20:13:14 UTC 2024
    - 20.3K bytes
    - Viewed (0)
  8. staging/src/k8s.io/apiserver/pkg/endpoints/handlers/rest_test.go

    }
    
    func setTcPod(tcPod *example.Pod, name string, namespace string, uid types.UID, resourceVersion string, apiVersion string, activeDeadlineSeconds *int64, nodeName string) {
    	tcPod.Name = name
    	tcPod.Namespace = namespace
    	tcPod.UID = uid
    	tcPod.ResourceVersion = resourceVersion
    	if len(apiVersion) != 0 {
    		tcPod.APIVersion = apiVersion
    	}
    	if activeDeadlineSeconds != nil {
    		tcPod.Spec.ActiveDeadlineSeconds = activeDeadlineSeconds
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 28 08:48:22 UTC 2024
    - 41.8K bytes
    - Viewed (0)
  9. staging/src/k8s.io/apimachinery/pkg/runtime/serializer/cbor/cbor_test.go

    			into: &unstructured.UnstructuredList{},
    			expectedObj: &unstructured.UnstructuredList{
    				Object: map[string]interface{}{
    					"apiVersion": "v",
    					"kind":       "kList",
    				},
    				Items: []unstructured.Unstructured{
    					{Object: map[string]interface{}{"apiVersion": "vv", "kind": "kk"}},
    				},
    			},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon May 13 14:57:12 UTC 2024
    - 20.1K bytes
    - Viewed (0)
  10. staging/src/k8s.io/api/testdata/HEAD/batch.v1.CronJob.yaml

    apiVersion: batch/v1
    kind: CronJob
    metadata:
      annotations:
        annotationsKey: annotationsValue
      creationTimestamp: "2008-01-01T01:01:01Z"
      deletionGracePeriodSeconds: 10
      deletionTimestamp: "2009-01-01T01:01:01Z"
      finalizers:
      - finalizersValue
      generateName: generateNameValue
      generation: 7
      labels:
        labelsKey: labelsValue
      managedFields:
      - apiVersion: apiVersionValue
        fieldsType: fieldsTypeValue
        fieldsV1: {}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 41.3K bytes
    - Viewed (0)
Back to top