Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 42 for callfstat (0.13 sec)

  1. tensorflow/c/eager/tape.h

          new GradientTape<Gradient, BackwardFunction, TapeTensor>(false));
      AccumulatorCallState& call_state = call_state_.top();
      call_state.backward_tape = tape.get();
      auto pop_backward_tape =
          gtl::MakeCleanup([&call_state] { call_state.backward_tape = nullptr; });
      std::vector<Gradient*> forwardprop_aids;
      std::vector<int64_t> sources;
      std::unordered_set<int64_t> sources_set;
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Apr 02 12:40:29 UTC 2024
    - 47.2K bytes
    - Viewed (0)
  2. src/cmd/compile/internal/rangefunc/rewrite.go

    	f(func() {
    		runtime.deferprocat(func() { print("A") }, #defers)
    	})
    
    For this rewriting phase, we insert the explicit initialization of
    #defers and then attach the #defers variable to the CallStmt
    representing the defer. That variable will be propagated to the
    backend and will cause the backend to compile the defer using
    deferprocat instead of an ordinary deferproc.
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:05:44 UTC 2024
    - 41.6K bytes
    - Viewed (0)
  3. src/cmd/compile/internal/syntax/printer.go

    			//           check once we enable that again.
    			p.print(n.Op, n.Op) // ++ or --
    		} else {
    			p.print(blank, n.Op, _Assign, blank)
    			p.print(n.Rhs)
    		}
    
    	case *CallStmt:
    		p.print(n.Tok, blank, n.Call)
    
    	case *ReturnStmt:
    		p.print(_Return)
    		if n.Results != nil {
    			p.print(blank, n.Results)
    		}
    
    	case *BranchStmt:
    		p.print(n.Tok)
    		if n.Label != nil {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Aug 24 07:17:27 UTC 2023
    - 21.5K bytes
    - Viewed (0)
  4. src/cmd/vendor/golang.org/x/sys/unix/zerrors_freebsd_arm.go

    	CAP_FEXECVE                    = 0x200000000000080
    	CAP_FLOCK                      = 0x200000000010000
    	CAP_FPATHCONF                  = 0x200000000020000
    	CAP_FSCK                       = 0x200000000040000
    	CAP_FSTAT                      = 0x200000000080000
    	CAP_FSTATAT                    = 0x200000000080400
    	CAP_FSTATFS                    = 0x200000000100000
    	CAP_FSYNC                      = 0x200000000000100
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 79.2K bytes
    - Viewed (0)
  5. src/cmd/vendor/golang.org/x/sys/unix/zerrors_freebsd_arm64.go

    	CAP_FEXECVE                    = 0x200000000000080
    	CAP_FLOCK                      = 0x200000000010000
    	CAP_FPATHCONF                  = 0x200000000020000
    	CAP_FSCK                       = 0x200000000040000
    	CAP_FSTAT                      = 0x200000000080000
    	CAP_FSTATAT                    = 0x200000000080400
    	CAP_FSTATFS                    = 0x200000000100000
    	CAP_FSYNC                      = 0x200000000000100
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 79.2K bytes
    - Viewed (0)
  6. okhttp/src/test/java/okhttp3/KotlinSourceModernTest.kt

        var dns: Dns = Dns { TODO() }
    
        val system: Dns = Dns.SYSTEM
      }
    
      @Test
      fun eventListener() {
        val eventListener =
          object : EventListener() {
            override fun callStart(call: Call) = TODO()
    
            override fun dnsStart(
              call: Call,
              domainName: String,
            ) = TODO()
    
            override fun dnsEnd(
              call: Call,
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Mon Apr 01 14:21:25 UTC 2024
    - 46.5K bytes
    - Viewed (0)
  7. src/cmd/vendor/golang.org/x/sys/unix/zerrors_freebsd_amd64.go

    	CAP_FEXECVE                    = 0x200000000000080
    	CAP_FLOCK                      = 0x200000000010000
    	CAP_FPATHCONF                  = 0x200000000020000
    	CAP_FSCK                       = 0x200000000040000
    	CAP_FSTAT                      = 0x200000000080000
    	CAP_FSTATAT                    = 0x200000000080400
    	CAP_FSTATFS                    = 0x200000000100000
    	CAP_FSYNC                      = 0x200000000000100
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 79.4K bytes
    - Viewed (0)
  8. src/cmd/vendor/golang.org/x/sys/unix/zerrors_freebsd_riscv64.go

    	CAP_FEXECVE                    = 0x200000000000080
    	CAP_FLOCK                      = 0x200000000010000
    	CAP_FPATHCONF                  = 0x200000000020000
    	CAP_FSCK                       = 0x200000000040000
    	CAP_FSTAT                      = 0x200000000080000
    	CAP_FSTATAT                    = 0x200000000080400
    	CAP_FSTATFS                    = 0x200000000100000
    	CAP_FSYNC                      = 0x200000000000100
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 83.7K bytes
    - Viewed (0)
  9. src/cmd/vendor/golang.org/x/sys/unix/zerrors_freebsd_386.go

    	CAP_FEXECVE                    = 0x200000000000080
    	CAP_FLOCK                      = 0x200000000010000
    	CAP_FPATHCONF                  = 0x200000000020000
    	CAP_FSCK                       = 0x200000000040000
    	CAP_FSTAT                      = 0x200000000080000
    	CAP_FSTATAT                    = 0x200000000080400
    	CAP_FSTATFS                    = 0x200000000100000
    	CAP_FSYNC                      = 0x200000000000100
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 79.6K bytes
    - Viewed (0)
  10. okhttp/src/test/java/okhttp3/CallTest.kt

        }.also { expected ->
          assertThat(expected.message!!).startsWith("unexpected end of stream on http://")
        }
    
        assertThat(listener.recordedEventTypes()).containsExactly(
          "CallStart", "ConnectionAcquired", "RequestHeadersStart", "RequestHeadersEnd",
          "RequestBodyStart", "RequestBodyEnd", "ResponseFailed", "ConnectionReleased", "CallFailed",
        )
        listener.clearAllEvents()
    
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Wed Apr 10 19:46:48 UTC 2024
    - 142.5K bytes
    - Viewed (0)
Back to top