Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for isspace (0.22 sec)

  1. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    		{"IsLetter", Func, 0},
    		{"IsLower", Func, 0},
    		{"IsMark", Func, 0},
    		{"IsNumber", Func, 0},
    		{"IsOneOf", Func, 0},
    		{"IsPrint", Func, 0},
    		{"IsPunct", Func, 0},
    		{"IsSpace", Func, 0},
    		{"IsSymbol", Func, 0},
    		{"IsTitle", Func, 0},
    		{"IsUpper", Func, 0},
    		{"Javanese", Var, 0},
    		{"Join_Control", Var, 0},
    		{"Kaithi", Var, 0},
    		{"Kannada", Var, 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)
  2. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

    }
    
    def TF_LinSpaceOp : TF_Op<"LinSpace", [Pure]> {
      let summary = "Generates values in an interval.";
    
      let description = [{
    A sequence of `num` evenly-spaced values are generated beginning at `start`.
    If `num > 1`, the values in the sequence increase by
    `(stop - start) / (num - 1)`, so that the last one is exactly `stop`.
    
    For example:
    
    ```
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
  3. RELEASE.md

            dispatches the best kernel implementation based on CPU vector
            architecture. To disable them, build with
            `--define=tensorflow_mkldnn_contraction_kernel=0`.
        *   `tf.linspace(start, stop, num)` now always uses "stop" as last value
            (for num > 1)
        *   Added top-k to precision and recall to keras metrics.
        *   Add a ragged size op and register it to the op dispatcher
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 730.3K bytes
    - Viewed (0)
Back to top