Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for dintr (7.16 sec)

  1. tensorflow/c/experimental/filesystem/plugins/posix/posix_filesystem.cc

          n -= r;  // safe as 0 < r <= n so n will never underflow
          read += r;
        } else if (r == 0) {
          TF_SetStatus(status, TF_OUT_OF_RANGE, "Read fewer bytes than requested");
          break;
        } else if (errno == EINTR || errno == EAGAIN) {
          // Retry
        } else {
          TF_SetStatusFromIOError(status, errno, posix_file->filename);
          break;
        }
      }
    
      return read;
    }
    
    }  // namespace tf_random_access_file
    
    C++
    - Registered: Tue Apr 23 12:39:09 GMT 2024
    - Last Modified: Sun Mar 24 20:08:23 GMT 2024
    - 15.8K bytes
    - Viewed (0)
  2. api/go1.1.txt

    pkg syscall (darwin-386), const VEOL2 ideal-int
    pkg syscall (darwin-386), const VERASE = 3
    pkg syscall (darwin-386), const VERASE ideal-int
    pkg syscall (darwin-386), const VINTR = 8
    pkg syscall (darwin-386), const VINTR ideal-int
    pkg syscall (darwin-386), const VKILL = 5
    pkg syscall (darwin-386), const VKILL ideal-int
    pkg syscall (darwin-386), const VLNEXT = 14
    pkg syscall (darwin-386), const VLNEXT ideal-int
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Thu Mar 31 20:37:15 GMT 2022
    - 2.6M bytes
    - Viewed (0)
  3. api/go1.20.txt

    pkg syscall (freebsd-riscv64), const VERASE2 = 7 #53466
    pkg syscall (freebsd-riscv64), const VERASE2 ideal-int #53466
    pkg syscall (freebsd-riscv64), const VINTR = 8 #53466
    pkg syscall (freebsd-riscv64), const VINTR ideal-int #53466
    pkg syscall (freebsd-riscv64), const VKILL = 5 #53466
    pkg syscall (freebsd-riscv64), const VKILL ideal-int #53466
    pkg syscall (freebsd-riscv64), const VLNEXT = 14 #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)
  4. api/go1.16.txt

    pkg syscall (darwin-arm64), const VEOL2 ideal-int
    pkg syscall (darwin-arm64), const VERASE = 3
    pkg syscall (darwin-arm64), const VERASE ideal-int
    pkg syscall (darwin-arm64), const VINTR = 8
    pkg syscall (darwin-arm64), const VINTR ideal-int
    pkg syscall (darwin-arm64), const VKILL = 5
    pkg syscall (darwin-arm64), const VKILL ideal-int
    pkg syscall (darwin-arm64), const VLNEXT = 14
    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)
  5. api/go1.14.txt

    pkg syscall (freebsd-arm64), const VERASE ideal-int
    pkg syscall (freebsd-arm64), const VERASE2 = 7
    pkg syscall (freebsd-arm64), const VERASE2 ideal-int
    pkg syscall (freebsd-arm64), const VINTR = 8
    pkg syscall (freebsd-arm64), const VINTR ideal-int
    pkg syscall (freebsd-arm64), const VKILL = 5
    pkg syscall (freebsd-arm64), const VKILL ideal-int
    pkg syscall (freebsd-arm64), const VLNEXT = 14
    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)
Back to top