Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for split3 (0.25 sec)

  1. RELEASE.md

            `tf.sparse.cross`/`tf.ragged.cross` directly.
        *   Added additional `standardize` and `split` modes to `TextVectorization`:
            *   `standardize="lower"` will lowercase inputs.
            *   `standardize="string_punctuation"` will remove all punctuation.
            *   `split="character"` will split on every unicode character.
        *   Added an `output_mode` argument to the `Discretization` and `Hashing`
    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

      let hasVerifier = 1;
    }
    
    def TF_SplitVOp : TF_Op<"SplitV", [Pure]> {
      let summary = "Splits a tensor into `num_split` tensors along one dimension.";
    
      let arguments = (ins
        Arg<TF_Tensor, [{The tensor to split.}]>:$value,
        Arg<TensorOf<[TF_Int32, TF_Int64, TF_Int8]>, [{list containing the sizes of each output tensor along the split
    dimension. Must sum to the dimension of value along split_dim.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
  3. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    		{"NewReader", Func, 0},
    		{"Reader", Type, 0},
    		{"Repeat", Func, 0},
    		{"Replace", Func, 0},
    		{"ReplaceAll", Func, 12},
    		{"Runes", Func, 0},
    		{"Split", Func, 0},
    		{"SplitAfter", Func, 0},
    		{"SplitAfterN", Func, 0},
    		{"SplitN", Func, 0},
    		{"Title", Func, 0},
    		{"ToLower", Func, 0},
    		{"ToLowerSpecial", Func, 0},
    		{"ToTitle", Func, 0},
    		{"ToTitleSpecial", Func, 0},
    		{"ToUpper", Func, 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)
  4. tests/integration/pilot/testdata/gateway-api-crd.yaml

                                                matches full path elements. A path element refers to the list of labels
                                                in the path split by the `/` separator. When specified, a trailing `/` is
                                                ignored. For example, the paths `/abc`, `/abc/`, and `/abc/def` would all
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 09 02:01:51 UTC 2024
    - 912.2K bytes
    - Viewed (0)
Back to top