Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 2,295 for api_version (0.2 sec)

  1. 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)
  2. 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)
  3. 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)
  4. 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)
  5. 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)
  6. 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)
  7. 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)
  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. staging/src/k8s.io/api/testdata/v1.29.0/core.v1.APIVersions.pb

    SataQiu <******@****.***> 1702613527 +0800
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Dec 15 04:12:07 UTC 2023
    - 83 bytes
    - Viewed (0)
Back to top