Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 4,765 for api_version (0.27 sec)

  1. 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)
  2. 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)
  3. 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)
  4. tensorflow/compiler/mlir/lite/schema/schema.fbs

    }
    
    table StablehloIotaOptions{
      iota_dimension : long;
    }
    
    table StablehloCustomCallOptions {
      call_target_name : string;
      has_side_effect : bool;
      backend_config: string;
      api_version : int; // will be decprecated
      called_computations: [int]; // should point to subgraphs of the computations
      custom_attributes : [ubyte];
    }
    
    table StablehloReduceOptions {
      dimensions : [long];
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri May 03 18:01:23 UTC 2024
    - 41.7K bytes
    - Viewed (0)
  5. staging/src/k8s.io/api/testdata/v1.30.0/core.v1.APIVersions.json

    {
      "kind": "APIVersions",
      "apiVersion": "v1",
      "versions": [
        "versionsValue"
      ],
      "serverAddressByClientCIDRs": [
        {
          "clientCIDR": "clientCIDRValue",
          "serverAddress": "serverAddressValue"
        }
      ]
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 08:52:25 UTC 2024
    - 224 bytes
    - Viewed (0)
  6. staging/src/k8s.io/api/testdata/HEAD/core.v1.APIVersions.yaml

    apiVersion: v1
    kind: APIVersions
    serverAddressByClientCIDRs:
    - clientCIDR: clientCIDRValue
      serverAddress: serverAddressValue
    versions:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Feb 19 15:31:53 UTC 2022
    - 153 bytes
    - Viewed (0)
  7. staging/src/k8s.io/api/testdata/HEAD/core.v1.APIVersions.json

    {
      "kind": "APIVersions",
      "apiVersion": "v1",
      "versions": [
        "versionsValue"
      ],
      "serverAddressByClientCIDRs": [
        {
          "clientCIDR": "clientCIDRValue",
          "serverAddress": "serverAddressValue"
        }
      ]
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Feb 19 15:31:53 UTC 2022
    - 224 bytes
    - Viewed (0)
  8. staging/src/k8s.io/api/testdata/v1.29.0/core.v1.APIVersions.json

    {
      "kind": "APIVersions",
      "apiVersion": "v1",
      "versions": [
        "versionsValue"
      ],
      "serverAddressByClientCIDRs": [
        {
          "clientCIDR": "clientCIDRValue",
          "serverAddress": "serverAddressValue"
        }
      ]
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Dec 15 04:12:07 UTC 2023
    - 224 bytes
    - Viewed (0)
  9. staging/src/k8s.io/api/testdata/v1.30.0/core.v1.APIVersions.yaml

    apiVersion: v1
    kind: APIVersions
    serverAddressByClientCIDRs:
    - clientCIDR: clientCIDRValue
      serverAddress: serverAddressValue
    versions:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 08:52:25 UTC 2024
    - 153 bytes
    - Viewed (0)
  10. staging/src/k8s.io/api/testdata/v1.29.0/core.v1.APIVersions.yaml

    apiVersion: v1
    kind: APIVersions
    serverAddressByClientCIDRs:
    - clientCIDR: clientCIDRValue
      serverAddress: serverAddressValue
    versions:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Dec 15 04:12:07 UTC 2023
    - 153 bytes
    - Viewed (0)
Back to top