Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 334 for api_version (0.42 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. tensorflow/compiler/mlir/quantization/tensorflow/calibrator/BUILD

        cc_api_version = 2,
        make_default_target_header_only = True,
    )
    
    # copybara:uncomment_begin(google-only)
    # py_proto_library(
    #     name = "calibration_statistics_py_pb2",
    #     api_version = 2,
    #     deps = [
    #         ":calibration_statistics_proto",
    #     ],
    # )
    # copybara:uncomment_end
    
    tf_cc_test(
        name = "calibration_statistics_collector_test",
        size = "small",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon May 13 01:31:23 UTC 2024
    - 8.2K bytes
    - Viewed (0)
  3. 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)
  4. 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)
  5. tensorflow/compiler/mlir/lite/flatbuffer_export.cc

                    vhlo_op.getApiVersion())
                    .getValue();
            int32_t api_version = 0;
            if (op_api_version ==
                mlir::vhlo::CustomCallApiVersionV1::API_VERSION_UNSPECIFIED)
              api_version = 0;
            if (op_api_version ==
                mlir::vhlo::CustomCallApiVersionV1::API_VERSION_ORIGINAL)
              api_version = 1;
            if (op_api_version ==
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jun 12 21:41:49 UTC 2024
    - 164.5K bytes
    - Viewed (0)
  6. 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)
  7. tensorflow/BUILD

    copy_file(
        name = "root_init_gen",
        src = select({
            "api_version_2": "_api/v2/v2.py",
            "//conditions:default": "_api/v1/v1.py",
        }),
        out = "__init__.py",
    )
    
    genrule(
        name = "virtual_root_init_gen",
        srcs = select({
            "api_version_2": [":virtual_root_template_v2.__init__.py"],
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri May 31 16:51:59 UTC 2024
    - 53.5K bytes
    - Viewed (0)
  8. tensorflow/compiler/mlir/lite/schema/schema_generated.h

        fbb_.AddOffset(StablehloCustomCallOptions::VT_BACKEND_CONFIG, backend_config);
      }
      void add_api_version(int32_t api_version) {
        fbb_.AddElement<int32_t>(StablehloCustomCallOptions::VT_API_VERSION, api_version, 0);
      }
      void add_called_computations(::flatbuffers::Offset<::flatbuffers::Vector<int32_t>> called_computations) {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 21 18:21:50 UTC 2024
    - 1M bytes
    - Viewed (0)
  9. src/cmd/vendor/golang.org/x/sys/unix/ztypes_linux.go

    type WatchdogInfo struct {
    	Options  uint32
    	Version  uint32
    	Identity [32]uint8
    }
    
    type PPSFData struct {
    	Info    PPSKInfo
    	Timeout PPSKTime
    }
    
    type PPSKParams struct {
    	Api_version   int32
    	Mode          int32
    	Assert_off_tu PPSKTime
    	Clear_off_tu  PPSKTime
    }
    
    type PPSKTime struct {
    	Sec   int64
    	Nsec  int32
    	Flags uint32
    }
    
    const (
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 251K bytes
    - Viewed (0)
  10. manifests/charts/istiod-remote/templates/defaultrevisionvalidatingadmissionpolicy.yaml

    {{- if .Values.global.configCluster }}
    {{- if and .Values.experimental.stableValidationPolicy (not (eq .Values.defaultRevision "")) }}
    apiVersion: admissionregistration.k8s.io/v1
    kind: ValidatingAdmissionPolicy
    metadata:
      name: "stable-channel-default-policy.istio.io"
      labels:
        release: {{ .Release.Name }}
        istio: istiod
        istio.io/rev: {{ .Values.defaultRevision }}
    spec:
      failurePolicy: Fail
      matchConstraints:
        resourceRules:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 28 19:46:57 UTC 2024
    - 1.8K bytes
    - Viewed (0)
Back to top