Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 60 for perante (0.28 sec)

  1. doc/asm.html

    </p>
    
    <p>
    <code>R15</code> points to the stack frame and should typically only be accessed using the
    virtual registers <code>SP</code> and <code>FP</code>.
    </p>
    
    <p>
    Load- and store-multiple instructions operate on a range of registers.
    The range of registers is specified by a start register and an end register.
    For example, <code>LMG</code> <code>(R9),</code> <code>R5,</code> <code>R7</code> would load
    HTML
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Tue Nov 28 19:15:27 GMT 2023
    - 36.3K bytes
    - Viewed (0)
  2. guava/src/com/google/common/collect/Iterators.java

    import javax.annotation.CheckForNull;
    import org.checkerframework.checker.nullness.qual.NonNull;
    import org.checkerframework.checker.nullness.qual.Nullable;
    
    /**
     * This class contains static utility methods that operate on or return objects of type {@link
     * Iterator}. Except as noted, each method has a corresponding {@link Iterable}-based method in the
     * {@link Iterables} class.
     *
    Java
    - Registered: Fri Apr 05 12:43:09 GMT 2024
    - Last Modified: Tue Jan 30 00:14:39 GMT 2024
    - 50.5K bytes
    - Viewed (0)
  3. okhttp/src/test/java/okhttp3/internal/cache/DiskLruCacheTest.kt

          DiskLruCache(filesystem, cacheDir, appVersion, 2, Int.MAX_VALUE.toLong(), taskRunner).also {
            toClose.add(it)
          }
        assertFailsWith<IOException> {
          cache["k1"]
        }
    
        // Now let it operate normally.
        filesystem.setFaultyDelete(cacheDir / "k1.0.tmp", false)
        filesystem.setFaultyDelete(cacheDir, false)
        val snapshot = cache["k1"]
        assertThat(snapshot).isNull()
      }
    
      @ParameterizedTest
    Plain Text
    - Registered: Fri May 03 11:42:14 GMT 2024
    - Last Modified: Mon Apr 15 14:55:09 GMT 2024
    - 75.8K bytes
    - Viewed (0)
  4. tensorflow/c/experimental/filesystem/filesystem_interface.h

    /// implements. Each of them is in a 1-to-1 correspondence with the wrapper
    /// structures from the first section: these tables only contain function
    /// pointers that operate on the corresponding data. Thus, the first argument of
    /// each of these functions is a pointer to the paired struct and this argument
    /// can be used to track state in between calls (from an object oriented point
    C
    - Registered: Tue Apr 30 12:39:09 GMT 2024
    - Last Modified: Fri May 27 17:36:54 GMT 2022
    - 53.1K bytes
    - Viewed (0)
  5. RELEASE.md

        "true" or "1", this environment variable makes `tf.nn.bias_add` operate
        deterministically (i.e. reproducibly), but currently only when XLA JIT
        compilation is *not* enabled. Setting `TF_DETERMINISTIC_OPS` to "true" or
        "1" also makes cuDNN convolution and max-pooling operate deterministically.
        This makes Keras Conv\*D and MaxPool\*D layers operate deterministically in
    Plain Text
    - Registered: Tue May 07 12:40:20 GMT 2024
    - Last Modified: Mon Apr 29 19:17:57 GMT 2024
    - 727.7K bytes
    - Viewed (8)
  6. CREDITS

           Library.  A suitable mechanism is one that (a) uses at run time
           a copy of the Library already present on the user's computer
           system, and (b) will operate properly with a modified version
           of the Library that is interface-compatible with the Linked
           Version.
    
       e) Provide Installation Information, but only if you would otherwise
    Plain Text
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Fri Apr 26 06:31:35 GMT 2024
    - 1.6M bytes
    - Viewed (0)
  7. api/go1.16.txt

    pkg syscall (darwin-arm64), const EPWROFF = 82
    pkg syscall (darwin-arm64), const EPWROFF Errno
    pkg syscall (darwin-arm64), const EQFULL = 106
    pkg syscall (darwin-arm64), const EQFULL Errno
    pkg syscall (darwin-arm64), const ERANGE = 34
    pkg syscall (darwin-arm64), const EREMOTE = 71
    pkg syscall (darwin-arm64), const EROFS = 30
    pkg syscall (darwin-arm64), const ERPCMISMATCH = 73
    pkg syscall (darwin-arm64), const ERPCMISMATCH Errno
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Fri Dec 02 16:30:41 GMT 2022
    - 479.2K bytes
    - Viewed (0)
  8. api/go1.14.txt

    pkg syscall (freebsd-arm64), const EPROTO Errno
    pkg syscall (freebsd-arm64), const EPROTONOSUPPORT = 43
    pkg syscall (freebsd-arm64), const EPROTOTYPE = 41
    pkg syscall (freebsd-arm64), const ERANGE = 34
    pkg syscall (freebsd-arm64), const EREMOTE = 71
    pkg syscall (freebsd-arm64), const EROFS = 30
    pkg syscall (freebsd-arm64), const ERPCMISMATCH = 73
    pkg syscall (freebsd-arm64), const ERPCMISMATCH Errno
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Fri Feb 17 20:31:46 GMT 2023
    - 508.9K bytes
    - Viewed (0)
  9. CHANGELOG/CHANGELOG-1.8.md

    [Sig API Machinery]: https://github.com/kubernetes/community/tree/master/sig-api-machinery
    
    ### SIG Apps
    
    [SIG Apps][] focuses on the Kubernetes APIs and the external tools that are required to deploy and operate Kubernetes workloads.
    
    Plain Text
    - Registered: Fri May 03 09:05:14 GMT 2024
    - Last Modified: Tue Feb 20 15:45:02 GMT 2024
    - 312.2K bytes
    - Viewed (1)
  10. api/go1.20.txt

    pkg syscall (freebsd-riscv64), const EPROTO Errno #53466
    pkg syscall (freebsd-riscv64), const EPROTONOSUPPORT = 43 #53466
    pkg syscall (freebsd-riscv64), const EPROTOTYPE = 41 #53466
    pkg syscall (freebsd-riscv64), const ERANGE = 34 #53466
    pkg syscall (freebsd-riscv64), const EREMOTE = 71 #53466
    pkg syscall (freebsd-riscv64), const EROFS = 30 #53466
    pkg syscall (freebsd-riscv64), const ERPCMISMATCH = 73 #53466
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Fri Feb 17 21:23:32 GMT 2023
    - 602.6K bytes
    - Viewed (0)
Back to top