Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 32 of 32 for posFor (0.07 sec)

  1. tensorflow/compiler/mlir/tensorflow/g3doc/space_to_depth.md

    convolution in the new MLIR bridge to improve MXU efficiency of low batch size
    convolutions._
    
    ## Background
    
    For image models, the first layer is usually not MXU friendly as it has a
    feature size of 3. This results in poor performance especially with small batch.
    
    One way to address this issue is to use the `space-to-depth` transform. This
    optimization tiles the 2x2 space dimensions to the feature dimension so that the
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Sat Oct 24 02:51:43 UTC 2020
    - 8.3K bytes
    - Viewed (0)
  2. src/runtime/mcentral.go

    	//
    	// TODO(austin,mknyszek): This still has bad worst-case
    	// throughput. For example, this could find just one free slot
    	// on the 100th swept span. That limits allocation latency, but
    	// still has very poor throughput. We could instead keep a
    	// running free-to-used budget and switch to fresh span
    	// allocation if the budget runs low.
    	spanBudget := 100
    
    	var s *mspan
    	var sl sweepLocker
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 25 19:53:03 UTC 2024
    - 8.1K bytes
    - Viewed (0)
Back to top