Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for dataKey (0.19 sec)

  1. RELEASE.md

    *   `tf.data`
    
        *   `tf.data.Dataset.zip` now supports Python-style zipping, i.e. `Dataset.zip(a, b, c)`.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 730.3K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

    def TF_FlatMapDatasetOp : TF_Op<"FlatMapDataset", [Pure]> {
      let summary = [{
    Creates a dataset that applies `f` to the outputs of `input_dataset`.
      }];
    
      let description = [{
    Unlike MapDataset, the `f` in FlatMapDataset is expected to return a
    Dataset variant, and FlatMapDataset will flatten successive results
    into a single Dataset.
      }];
    
      let arguments = (ins
        TF_VariantTensor:$input_dataset,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
  3. api/openapi-spec/v3/apis__apps__v1_openapi.json

              "datasetName": {
                "description": "datasetName is Name of the dataset stored as metadata -> name on the dataset for Flocker should be considered as deprecated",
                "type": "string"
              },
              "datasetUUID": {
                "description": "datasetUUID is the UUID of the dataset. This is unique identifier of a Flocker dataset",
                "type": "string"
              }
            },
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 810.7K bytes
    - Viewed (0)
  4. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    		{"BRKINT", Const, 0},
    		{"Bind", Func, 0},
    		{"BindToDevice", Func, 0},
    		{"BpfBuflen", Func, 0},
    		{"BpfDatalink", Func, 0},
    		{"BpfHdr", Type, 0},
    		{"BpfHdr.Caplen", Field, 0},
    		{"BpfHdr.Datalen", Field, 0},
    		{"BpfHdr.Hdrlen", Field, 0},
    		{"BpfHdr.Pad_cgo_0", Field, 0},
    		{"BpfHdr.Tstamp", Field, 0},
    		{"BpfHeadercmpl", Func, 0},
    		{"BpfInsn", Type, 0},
    		{"BpfInsn.Code", Field, 0},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 02:20:05 UTC 2024
    - 534.2K bytes
    - Viewed (0)
Back to top