Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 12 of 12 for dfmail (0.17 sec)

  1. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

       tensor of shape `[batch, out_height, out_width,
       filter_height * filter_width * in_channels]`.
    3. For each patch, right-multiplies the filter matrix and the image patch
       vector.
    
    In detail, with the default NHWC format,
    
        output[b, i, j, k] =
            sum_{di, dj, q} input[b, strides[1] * i + di, strides[2] * j + dj, q] *
                            filter[di, dj, q, k]
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
  2. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    		{"Certificate.UnknownExtKeyUsage", Field, 0},
    		{"Certificate.Version", Field, 0},
    		{"CertificateInvalidError", Type, 0},
    		{"CertificateInvalidError.Cert", Field, 0},
    		{"CertificateInvalidError.Detail", Field, 10},
    		{"CertificateInvalidError.Reason", Field, 0},
    		{"CertificateRequest", Type, 3},
    		{"CertificateRequest.Attributes", Field, 3},
    		{"CertificateRequest.DNSNames", Field, 3},
    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