Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 13 of 13 for pipelining (0.14 sec)

  1. tensorflow/compiler/mlir/tfrt/tests/mlrt/async_while.mlir

      // CHECK-NEXT:  return %3, %2 : tensor<3x3xf32>, tensor<*xf32>
      return %1#4, %1#3 : tensor<3x3xf32>, tensor<*xf32>
    }
    
    // -----
    // This case test the re-ordering of the while body function to maximize pipelining between iterations.
    
    // CHECK-LABEL: func.func private @"sort_map/while_cond"
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Oct 30 06:52:55 UTC 2023
    - 22.2K bytes
    - Viewed (0)
  2. src/net/http/server.go

    	//
    	// If the protocol is HTTP/1.1 and CloseNotify is called while
    	// processing an idempotent request (such as GET) while
    	// HTTP/1.1 pipelining is in use, the arrival of a subsequent
    	// pipelined request may cause a value to be sent on the
    	// returned channel. In practice HTTP/1.1 pipelining is not
    	// enabled in browsers and not seen often in the wild. If this
    	// is a problem, use HTTP/2 or only use CloseNotify on methods
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 07 17:57:01 UTC 2024
    - 123.4K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/g3doc/_includes/tf_passes.md

    compiling to XLA.
    ### `-tf-einsum`
    
    _Transform Einsum to other TF Ops for the supported variants_
    
    ### `-tf-embedding-pipelining`
    
    _Rewrite graph for embedding pipelining_
    
    For architectures that support accelerated embedding lookups, this pass will
    rewrite the graph to use pipelining for better device utilization.
    ### `-tf-embedding-program-key`
    
    _Sets the program key for embedding ops._
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Aug 02 02:26:39 UTC 2023
    - 96.4K bytes
    - Viewed (0)
Back to top