Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 1,120 for promises (0.2 sec)

  1. tensorflow/compiler/mlir/tfrt/ir/mlrt/tf_mlrt_ops.td

    }
    
    def PromiseOp: TensorflowMlrt_Op<"promise", []> {
      let summary = "Set a tensor in a promise";
    
      let description = [{
        Set a tensor in a promise.
    
        $promise: A value of type !mlrt.promise. The underlying value must be a tensorflow tensor.
        $tensor: A tensorflow tensor.
      }];
    
      let arguments = (ins
        MlrtPromiseType:$promise,
        TFTensorType:$tensor
      );
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri May 31 20:44:15 UTC 2024
    - 13.6K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tfrt/tests/mlrt/parallelization.mlir

      func.return
    }
    
    // -----
    
    // Test correctness when there are both data and control promises in a stream function.
    
    // CHECK-LABEL: func private @main_stream_1
    // CHECK-SAME: ([[PROMISE:%.*]]: !mlrt.promise, [[CONTROL_PROMISE:%.*]]: !mlrt.promise)
    // CHECK: tf.DummySideEffecting
    // CHECK: "tf_mlrt.tf_promise"([[PROMISE]]
    // CHECK: mlrt.promise_control [[CONTROL_PROMISE]]
    
    func.func @main() -> tensor<i32> {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Jun 08 22:07:30 UTC 2023
    - 15K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/tfrt/tests/mlrt/tf_to_mlrt.mlir

      // CHECK: tf_mlrt.promise [[promise_b]], [[b]]
      "tf_mlrt.tf_promise"(%promise_b, %b) : (!mlrt.promise, tensor<i32>) -> ()
      // CHECK: return
      return
    }
    
    // CHECK-LABEL: @main_stream_1
    // CHECK-SAME: ([[input1:%.*]]: !tf_mlrt.tensor, [[promise_c:%.*]]: !mlrt.promise, [[promise_d:%.*]]: !mlrt.promise)
    func.func @main_stream_1(%input1: tensor<i32>, %promise_c: !mlrt.promise, %promise_d: !mlrt.promise) {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri May 31 20:44:15 UTC 2024
    - 24.7K bytes
    - Viewed (0)
  4. src/cmd/go/internal/search/search.go

    					// The package does not actually exist, so record neither the package
    					// nor the error.
    					return nil
    				}
    				// There was an error importing path, but not matching it,
    				// which is all that Match promises to do.
    				// Ignore the import error.
    			}
    
    			// If we are expanding "cmd", skip main
    			// packages under cmd/vendor. At least as of
    			// March, 2017, there is one there for the
    			// vendored pprof tool.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jan 31 20:33:05 UTC 2023
    - 15.4K bytes
    - Viewed (0)
  5. guava/src/com/google/common/util/concurrent/ExecutionSequencer.java

                // callable actually completes. (We could detect completion in our wrapper
                // `AsyncCallable task`.) However, our contract also promises:
                //
                // 2. not to cancel any Future the user returned from an AsyncCallable
                //
                // We promise this because, once we cancel that Future, we would no longer be able to
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Thu Feb 01 21:46:34 UTC 2024
    - 22.1K bytes
    - Viewed (0)
  6. android/guava/src/com/google/common/util/concurrent/ExecutionSequencer.java

                // callable actually completes. (We could detect completion in our wrapper
                // `AsyncCallable task`.) However, our contract also promises:
                //
                // 2. not to cancel any Future the user returned from an AsyncCallable
                //
                // We promise this because, once we cancel that Future, we would no longer be able to
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Thu Feb 01 21:46:34 UTC 2024
    - 22.1K bytes
    - Viewed (0)
  7. src/cmd/go/internal/modfetch/proxy.go

    //
    // If GOPROXY is set to "off", TryProxies invokes f once with the argument
    // "off".
    func TryProxies(f func(proxy string) error) error {
    	proxies, err := proxyList()
    	if err != nil {
    		return err
    	}
    	if len(proxies) == 0 {
    		panic("GOPROXY list is empty")
    	}
    
    	// We try to report the most helpful error to the user. "direct" and "noproxy"
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Nov 03 15:21:05 UTC 2023
    - 13K bytes
    - Viewed (0)
  8. src/syscall/zsysnum_openbsd_riscv64.go

    	SYS_LISTEN         = 106 // { int sys_listen(int s, int backlog); }
    	SYS_CHFLAGSAT      = 107 // { int sys_chflagsat(int fd, const char *path, \
    	SYS_PLEDGE         = 108 // { int sys_pledge(const char *promises, \
    	SYS_PPOLL          = 109 // { int sys_ppoll(struct pollfd *fds, \
    	SYS_PSELECT        = 110 // { int sys_pselect(int nd, fd_set *in, fd_set *ou, \
    	SYS_SIGSUSPEND     = 111 // { int sys_sigsuspend(int mask); }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Oct 04 02:55:38 UTC 2023
    - 15.7K bytes
    - Viewed (0)
  9. mockwebserver/src/main/kotlin/mockwebserver3/MockWebServer.kt

          }
        }
    
        @Throws(IOException::class)
        private fun pushPromises(
          stream: Http2Stream,
          request: RecordedRequest,
          promises: List<PushPromise>,
        ) {
          for (pushPromise in promises) {
            val pushedHeaders = mutableListOf<Header>()
            pushedHeaders.add(Header(Header.TARGET_AUTHORITY, url(pushPromise.path).host))
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Sun Mar 31 17:16:15 UTC 2024
    - 37.4K bytes
    - Viewed (0)
  10. src/syscall/zsysnum_openbsd_mips64.go

    	SYS_LISTEN         = 106 // { int sys_listen(int s, int backlog); }
    	SYS_CHFLAGSAT      = 107 // { int sys_chflagsat(int fd, const char *path, \
    	SYS_PLEDGE         = 108 // { int sys_pledge(const char *promises, \
    	SYS_PPOLL          = 109 // { int sys_ppoll(struct pollfd *fds, \
    	SYS_PSELECT        = 110 // { int sys_pselect(int nd, fd_set *in, fd_set *ou, \
    	SYS_SIGSUSPEND     = 111 // { int sys_sigsuspend(int mask); }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 29 08:08:26 UTC 2020
    - 14.9K bytes
    - Viewed (0)
Back to top