Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for ellipsis (0.22 sec)

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

    		{"Decl", Type, 0},
    		{"DeclStmt", Type, 0},
    		{"DeclStmt.Decl", Field, 0},
    		{"DeferStmt", Type, 0},
    		{"DeferStmt.Call", Field, 0},
    		{"DeferStmt.Defer", Field, 0},
    		{"Ellipsis", Type, 0},
    		{"Ellipsis.Ellipsis", Field, 0},
    		{"Ellipsis.Elt", Field, 0},
    		{"EmptyStmt", Type, 0},
    		{"EmptyStmt.Implicit", Field, 5},
    		{"EmptyStmt.Semicolon", Field, 0},
    		{"Expr", Type, 0},
    		{"ExprStmt", Type, 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

    input subscripts. Furthermore, all dimensions mapping to the same axis label
    must be equal.
    
    Any of the input and output subscripts may contain at most a single ellipsis
    (`...`). These ellipsis are mapped against dimensions not corresponding to any
    named axis label. If two inputs contain ellipsis, then they are broadcasted
    according to standard NumPy broadcasting
    [rules](http://docs.scipy.org/doc/numpy/user/basics.broadcasting.html).
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
  3. okhttp-idna-mapping-table/src/main/resources/okhttp3/internal/idna/IdnaMappingTable.txt

    2018..2023    ; valid                  ;      ; NV8    # 1.1  LEFT SINGLE QUOTATION MARK..TRIANGULAR BULLET
    2024..2026    ; disallowed                             # 1.1  ONE DOT LEADER..HORIZONTAL ELLIPSIS
    2027          ; valid                  ;      ; NV8    # 1.1  HYPHENATION POINT
    2028..202E    ; disallowed                             # 1.1  LINE SEPARATOR..RIGHT-TO-LEFT OVERRIDE
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Sat Feb 10 11:25:47 UTC 2024
    - 854.1K bytes
    - Viewed (0)
  4. RELEASE.md

        *   Delete unused `Fingerprint64Map` op registration
        *   Add broadcasting support to `tf.matmul`.
        *   Add C++ Gradient for `BatchMatMulV2`.
        *   Add `tf.math.cumulative_logsumexp` operation.
        *   Add ellipsis (...) support for `tf.einsum()`.
        *   Add expand_composites argument to all `nest.*` methods.
        *   Added `strings.byte_split`.
        *   Add a new "result_type" parameter to `tf.strings.split`.
    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