Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 66 for 16xf16 (0.18 sec)

  1. cmd/generic-handlers.go

    				http.Redirect(w, r, u.String(), http.StatusTemporaryRedirect)
    				return
    			}
    		}
    		h.ServeHTTP(w, r)
    	})
    }
    
    var redirectPrefixes = map[string]struct{}{
    	"favicon-16x16.png": {},
    	"favicon-32x32.png": {},
    	"favicon-96x96.png": {},
    	"index.html":        {},
    	minioReservedBucket: {},
    }
    
    // Fetch redirect location if urlPath satisfies certain
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Jun 06 01:01:15 UTC 2024
    - 20.4K bytes
    - Viewed (0)
  2. cmd/streaming-signature-v4.go

    //
    // The last chunk is *always* 0-sized. So, we must only return io.EOF if we have encountered
    // a chunk with a chunk size = 0. However, this chunk still has a signature and we must
    // verify it.
    const maxChunkSize = 16 << 20 // 16 MiB
    
    // Read - implements `io.Reader`, which transparently decodes
    // the incoming AWS Signature V4 streaming signature.
    func (cr *s3ChunkedReader) Read(buf []byte) (n int, err error) {
    	if cr.err != nil {
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu May 16 23:13:47 UTC 2024
    - 18.2K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/tfrt/tests/mlrt/while_to_map_fn.mlir

      %2 = "tf.TensorListStack"(%1#2, %cst_0) {device = "/job:localhost/replica:0/task:0/device:CPU:0", num_elements = 16 : i64} : (tensor<!tf_type.variant<tensor<*xf32>>>, tensor<2xi32>) -> tensor<16x16x?xf32>
      return %2 : tensor<16x16x?xf32>
    }
    // CHECK-LABEL: tf.NestedWhileRegion1_body
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Apr 23 06:40:22 UTC 2024
    - 68.6K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/tensorflow/tests/canonicalize.mlir

      func.return %0: tensor<*xf32>
    }
    
    // CHECK-LABEL: func @testLeakyRelu
    func.func @testLeakyRelu(%arg0 : tensor<16xf32>) -> (tensor<16xf32>) {
      %2 = "tf.LeakyRelu"(%arg0) {alpha = 1.0 : f32} : (tensor<16xf32>) -> tensor<16xf32>
      // CHECK: return %arg0
      func.return %2 : tensor<16xf32>
    }
    
    // CHECK-LABEL: testSameBitcastType
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 09 22:07:10 UTC 2024
    - 132.1K bytes
    - Viewed (0)
  5. test/live_regabi.go

    	printnl()
    	// Note: no .?autotmp live at printnl.  See issue 16996.
    }
    func ddd2(a ...*int) { // ERROR "live at entry to ddd2: a$"
    	sink = a[0]
    }
    
    // issue 16016: autogenerated wrapper should have arguments live
    type T struct{}
    
    func (*T) Foo(ptr *int) {}
    
    type R struct{ *T }
    
    // issue 18860: output arguments must be live all the time if there is a defer.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Dec 05 20:34:30 UTC 2023
    - 18.4K bytes
    - Viewed (0)
  6. tensorflow/compiler/mlir/tensorflow/tests/tensor_list_ops_decomposition.mlir

      // CHECK-NOT: tf.EmptyTensorList
      // CHECK: tf.BroadcastTo
      // CHECK-SAME: tensor<10x16xf32>
      %tl0 = "tf.EmptyTensorList"(%element_shape, %max_size) : (tensor<1xi32>, tensor<i32>) -> tensor<!tf_type.variant<tensor<16xf32>>>
      // CHECK-NOT: tf.TensorListReserve
      // CHECK: tf.BroadcastTo
      // CHECK-SAME: tensor<10x32xf32>
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Oct 30 06:52:55 UTC 2023
    - 38.6K bytes
    - Viewed (0)
  7. src/hash/crc32/crc32_table_ppc64le.s

    DATA ·IEEEConst+1512(SB)/8,$0x00000001dfc9fdfc
    
    	/* x^163904 mod p(x), x^163840 mod p(x) */
    DATA ·IEEEConst+1520(SB)/8,$0x0000000135ae7562
    DATA ·IEEEConst+1528(SB)/8,$0x00000000cd028bc2
    
    	/* x^162880 mod p(x), x^162816 mod p(x) */
    DATA ·IEEEConst+1536(SB)/8,$0x0000000190ef812c
    DATA ·IEEEConst+1544(SB)/8,$0x0000000090db8c44
    
    	/* x^161856 mod p(x), x^161792 mod p(x) */
    DATA ·IEEEConst+1552(SB)/8,$0x0000000067a2c786
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Feb 19 20:44:20 UTC 2024
    - 113.3K bytes
    - Viewed (0)
  8. tensorflow/compiler/mlir/lite/stablehlo/tests/legalize_hlo.mlir

    // CHECK:           %[[VAL_2:.*]] = "tf.Div"(%[[VAL_0]], %[[VAL_1]]) : (tensor<2x3xf16>, tensor<3xf16>) -> tensor<2x3xf16>
    // CHECK:           %[[VAL_3:.*]] = "tf.Div"(%[[VAL_0]], %[[VAL_1]]) : (tensor<2x3xf16>, tensor<3xf16>) -> tensor<2x3xf16>
    // CHECK:           %[[VAL_4:.*]] = "tf.FloorDiv"(%[[VAL_0]], %[[VAL_1]]) : (tensor<2x3xf16>, tensor<3xf16>) -> tensor<2x3xf16>
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed May 29 07:26:59 UTC 2024
    - 340.2K bytes
    - Viewed (0)
  9. src/internal/trace/testdata/tests/go122-gc-stress.test

    GCMarkAssistBegin dt=6 stack=3
    GoBlock dt=21 reason_string=10 stack=18
    ProcStop dt=46
    ProcStart dt=17429 p=15 p_seq=2
    GoStart dt=180 g=3 g_seq=2
    EventBatch gen=3 m=169416 time=28114950894874 size=516
    ProcStatus dt=2 p=26 pstatus=1
    GoStatus dt=1 g=98 m=169416 gstatus=2
    GCMarkAssistActive dt=1 g=98
    GCMarkAssistEnd dt=2
    HeapAlloc dt=136 heapalloc_value=190004672
    GoStop dt=29 reason_string=16 stack=4
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 17 18:48:18 UTC 2024
    - 139.1K bytes
    - Viewed (0)
  10. src/cmd/internal/obj/ppc64/asm9.go

    			o1 = LOP_IRR(OP_ADDIS, REGZERO, REGTMP, uint32(d>>32)) // tmp = sign_extend((d>>32)&0xFFFF0000)
    			o2 = loadl16(REGTMP, int64(d>>16))                     // tmp |= (d>>16)&0xFFFF
    			o3 = AOP_MD(OP_RLDICR, REGTMP, REGTMP, 16, 63-16)      // tmp <<= 16
    			o4 = loadl16(REGTMP, int64(uint16(d)))                 // tmp |= d&0xFFFF
    			o5 = AOP_RRR(c.oprrr(p.As), uint32(p.To.Reg), REGTMP, uint32(r))
    		}
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 13:55:28 UTC 2024
    - 156.1K bytes
    - Viewed (0)
Back to top