Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for 256xf16 (0.43 sec)

  1. tensorflow/compiler/mlir/lite/stablehlo/tests/unfuse_mhlo_batch_norm.mlir

        -> (tensor<4x256xf16>) {
      %0 = "mhlo.batch_norm_inference"(%x, %scale, %offset, %mean, %variance)
          {epsilon = 1.0 : f32, feature_index = 1 : i64} :
          (tensor<4x256xf16>, tensor<256xf16>, tensor<256xf16>, tensor<256xf16>,
            tensor<256xf16>) -> tensor<4x256xf16>
      func.return %0 : tensor<4x256xf16>
    }
    
    // Validate that epsilon is overflow
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Sat Apr 06 15:32:52 UTC 2024
    - 10.4K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/quantization/tensorflow/tests/prepare_lifting.mlir

      %cst_0 = "tf.Const"() {value = dense<0.400000e+00> : tensor<256xf32>} : () -> tensor<256xf32>
      %cst_1 = "tf.Const"() {value = dense<0.500000e+00> : tensor<256xf32>} : () -> tensor<256xf32>
      %w = "tf.AddV2"(%cst, %cst_1) : (tensor<48x48x3x1xf32>, tensor<256xf32>) -> tensor<48x48x3x256xf32>
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Feb 14 03:24:59 UTC 2024
    - 33.3K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/tensorflow/tests/constant-fold.mlir

    }
    
    // CHECK-LABEL: func @testEmptyf16
    func.func @testEmptyf16() -> (tensor<5xf16>) {
      %0 = "tf.Const"() { value = dense<5> : tensor<i32> } : () -> tensor<i32>
    
      // CHECK: [[VAL:%.+]] = "tf.Const"() <{value =  dense<0.000000e+00> : tensor<5xf16>}>
      // CHECK: return [[VAL]]
      %1 = "tf.Empty"(%0) : (tensor<i32>) -> (tensor<5xf16>)
      func.return %1 : tensor<5xf16>
    }
    
    // CHECK-LABEL: func @testEmptybf16
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jan 31 23:22:24 UTC 2024
    - 36.7K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/lite/tests/prepare-quantize-dynamic-range.mlir

    // Float16-DAG: %[[b:.*]] = arith.constant dense<0.000000e+00> : tensor<16xf16>
    // Float16-DAG: %[[const:.*]] = "tfl.no_value"() <{value}> : () -> none
    // Float16-DAG: %[[dq_w:.*]] = "tfl.dequantize"(%[[w]]) : (tensor<3x3x3x8x16xf16>) -> tensor<3x3x3x8x16xf32>
    // Float16-DAG: %[[dq_b:.*]] = "tfl.dequantize"(%[[b]]) : (tensor<16xf16>) -> tensor<16xf32>
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 02 09:41:17 UTC 2024
    - 38.2K bytes
    - Viewed (0)
  5. src/crypto/internal/nistec/p256_asm_amd64.s

    #define m(off)	(32*4 + off)(SP)
    #define zsqr(off) (32*5 + off)(SP)
    #define tmp(off)  (32*6 + off)(SP)
    #define rptr	  (32*7)(SP)
    
    //func p256PointDoubleAsm(res, in *P256Point)
    TEXT ·p256PointDoubleAsm(SB),NOSPLIT,$256-16
    	// Move input to stack in order to free registers
    	MOVQ res+0(FP), AX
    	MOVQ in+8(FP), BX
    
    	MOVOU (16*0)(BX), X0
    	MOVOU (16*1)(BX), X1
    	MOVOU (16*2)(BX), X2
    	MOVOU (16*3)(BX), X3
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 04 17:29:44 UTC 2024
    - 39.8K bytes
    - Viewed (0)
Back to top