Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for uint (0.01 sec)

  1. api/go1.3.txt

    pkg syscall (darwin-amd64), func Mlock([]uint8) error
    pkg syscall (darwin-amd64), func Mlockall(int) error
    pkg syscall (darwin-amd64), func Mprotect([]uint8, int) error
    pkg syscall (darwin-amd64), func Munlock([]uint8) error
    pkg syscall (darwin-amd64), func Munlockall() error
    pkg syscall (darwin-amd64), func SendmsgN(int, []uint8, []uint8, Sockaddr, int) (int, error)
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Mon Jun 02 02:45:00 UTC 2014
    - 117K bytes
    - Viewed (0)
  2. tensorflow/c/c_api.cc

      for (const auto* edge : oper->node.out_edges()) {
        if (edge->IsControlEdge() && !edge->dst()->IsSink()) {
          ++count;
        }
      }
      return count;
    }
    
    int TF_OperationGetControlOutputs(TF_Operation* oper,
                                      TF_Operation** control_outputs,
                                      int max_control_outputs) {
      int count = 0;
      for (const auto* edge : oper->node.out_edges()) {
    Registered: Tue Sep 09 12:39:10 UTC 2025
    - Last Modified: Tue May 13 06:30:43 UTC 2025
    - 102.3K bytes
    - Viewed (0)
Back to top