Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 34 of 34 for SubModule (0.1 sec)

  1. src/strconv/eisel_lemire.go

    //
    // This Go re-implementation closely follows the C re-implementation at
    // https://github.com/google/wuffs/blob/ba3818cb6b473a2ed0b38ecfc07dbbd3a97e8ae7/internal/cgen/base/floatconv-submodule-code.c#L990
    //
    // Additional testing (on over several million test strings) is done by
    // https://github.com/nigeltao/parse-number-fxx-test-data/blob/5280dcfccf6d0b02a65ae282dad0b6d9de50e039/script/test-go-strconv.go
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Apr 11 16:34:30 UTC 2022
    - 41.4K bytes
    - Viewed (0)
  2. docs/changelogs/changelog_3x.md

     *  Fix: Don't crash doing platform detection on RoboVM.
     *  Fix: Don't leak socket connections when web socket upgrades fail.
    
    
    ## Version 3.11.0
    
    _2018-07-12_
    
     *  **OkHttp's new okhttp-tls submodule tames HTTPS and TLS.**
    
        `HeldCertificate` is a TLS certificate and its private key. Generate a certificate with its
        builder then use it to sign another certificate or perform a TLS handshake. The
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Sun Feb 06 14:55:54 UTC 2022
    - 50.8K bytes
    - Viewed (0)
  3. src/cmd/vendor/golang.org/x/mod/zip/zip.go

    			continue
    		}
    		if isVendoredPackage(p) {
    			// Skip files in vendored packages.
    			addError(p, true, errVendored)
    			continue
    		}
    		if inSubmodule(p) {
    			// Skip submodule files.
    			addError(p, true, errSubmoduleFile)
    			continue
    		}
    		if p == ".hg_archival.txt" {
    			// Inserted by hg archive.
    			// The go command drops this regardless of the VCS being used.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jul 12 20:38:21 UTC 2023
    - 31K bytes
    - Viewed (0)
  4. RELEASE.md

        `TF_Run`, `TF_SessionRun`, `TF_SetAttrTensor` etc.
    *   Renamed `tf.image.per_image_whitening()` to
        `tf.image.per_image_standardization()`
    *   Move Summary protobuf constructors to `tf.summary` submodule.
    *   Deprecate `histogram_summary`, `audio_summary`, `scalar_summary`,
        `image_summary`, `merge_summary`, and `merge_all_summaries`.
    *   Combined `batch_*` and regular version of linear algebra and FFT ops. The
    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