Search Options

Results per page
Sort
Preferred Languages
Advance

Results 151 - 160 of 465 for F32 (0.06 sec)

  1. tensorflow/compiler/mlir/quantization/tensorflow/tests/quantize_composite_functions_weight_only.mlir

    // PerTensor-DAG: %[[zp:.*]] = "tf.Const"() <{value = dense<0> : tensor<i32>}> : () -> tensor<i32>
    // PerTensor: %[[out:.*]] = "tf.PartitionedCall"(%arg0, %[[q_w]], %[[scale]], %[[zp]]) <{config = "", config_proto = "", executor_type = "",
    // PerTensor-SAME: f = @quantized_matmul_fn_0}> : (tensor<2x12xf32>, tensor<12x2xi8>, tensor<f32>, tensor<i32>) -> tensor<*xf32>
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Oct 30 06:52:55 UTC 2023
    - 11.3K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/quantization/tensorflow/passes/quantized_function_library.mlir

        %i8_max = "tf.Const"() {value = dense<127.0> : tensor<f32>} : () -> tensor<f32>
        %act_max =  "tf.Const"() {value = dense<6.0> : tensor<f32>} : () -> tensor<f32>
        %i8_act_max_0 = "tf.PartitionedCall"(%act_max, %out_scale, %out_zp) {
            config = "", config_proto = "", executor_type = "", f=@quantize_i8
          } : (tensor<f32>, tensor<*xf32>, tensor<*xi32>) -> tensor<*xi8>
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Jan 08 01:16:10 UTC 2024
    - 30.6K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/lite/stablehlo/tests/tf-tfl-translate-serialize-stablehlo-clamp.mlir

    module {
    func.func @main(%arg0 : tensor<5xf32>, %arg1 : tensor<f32>, %arg2 : tensor<f32>) -> tensor<5xf32> {
      %0 = "tf.ClipByValue"(%arg0, %arg1, %arg2) : (tensor<5xf32>, tensor<f32>, tensor<f32>) -> tensor<5xf32>
      func.return %0 : tensor<5xf32>
    }
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri Mar 03 03:08:46 UTC 2023
    - 373 bytes
    - Viewed (0)
  4. test/ken/convert.go

    		case tf32*100 + ti32:
    			f32 = float32(v); i32 = int32(f32); w = big(i32)
    		case tf32*100 + tu32:
    			f32 = float32(v); u32 = uint32(f32); w = big(u32)
    		case tf32*100 + ti64:
    			f32 = float32(v); i64 = int64(f32); w = big(i64)
    		case tf32*100 + tu64:
    			f32 = float32(v); u64 = uint64(f32); w = big(u64)
    		case tf32*100 + tf32:
    			f32 = float32(v); f32 = float32(f32); w = big(f32)
    		case tf32*100 + tf64:
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Feb 24 05:24:24 UTC 2012
    - 14.9K bytes
    - Viewed (0)
  5. tensorflow/compiler/mlir/lite/tests/flatbuffer2mlir/vhlo.mlir

        ^bb0(%arg23: tensor<f32>, %arg24: tensor<f32>):
          %1112 = "vhlo.add_v1" (%arg23, %arg24) : (tensor<f32>, tensor<f32>) -> tensor<f32>
          "vhlo.return_v1" (%1112) : (tensor<f32>) -> ()
        }) : (tensor<1x160x1xf32>, tensor<f32>) -> tensor<1x160x1xf32>
      return %0 : tensor<1x160x1xf32>
    }
    
    //CHECK:func.func private @reduce_window(%arg0: tensor<1x160x1xf32>, %arg1: tensor<f32>) -> tensor<1x160x1xf32> {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Mar 14 19:15:40 UTC 2024
    - 31.9K bytes
    - Viewed (1)
  6. test/intcvt.go

    	chki64(int64(u64), cu64&0xffffffffffffffff-1<<64)
    	//	chki64(int64(f32), 0)
    	//	chki64(int64(f64), 0)
    
    
    	chku8(uint8(i8), ci8&0xff)
    	chku8(uint8(i16), ci16&0xff)
    	chku8(uint8(i32), ci32&0xff)
    	chku8(uint8(i64), ci64&0xff)
    	chku8(uint8(u8), cu8&0xff)
    	chku8(uint8(u16), cu16&0xff)
    	chku8(uint8(u32), cu32&0xff)
    	chku8(uint8(u64), cu64&0xff)
    	//	chku8(uint8(f32), 0)
    	//	chku8(uint8(f64), 0)
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Feb 23 07:47:26 UTC 2012
    - 4.3K bytes
    - Viewed (0)
  7. tensorflow/compiler/mlir/quantization/tensorflow/tests/propagate_quantize_type.mlir

      func.func private @composite_dequantize_uniform(%arg0: tensor<*xi8>) -> tensor<*xf32> {
        %cst = "tf.Const"() {value = dense<0.0787401571> : tensor<f32>} : () -> tensor<f32>
        %0 = "tf.Cast"(%arg0) {Truncate = false} : (tensor<*xi8>) -> tensor<*xf32>
        %1 = "tf.Mul"(%0, %cst) : (tensor<*xf32>, tensor<f32>) -> tensor<*xf32>
        return %1 : tensor<*xf32>
      }
    
    }
    
    // CHECK-LABEL: func @not_propagate_last_op
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Oct 30 06:52:55 UTC 2023
    - 6.6K bytes
    - Viewed (0)
  8. src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go

    	VCVT_LT_F32_FXS16: "VCVT.LT.F32.FXS16",
    	VCVT_GT_F32_FXS16: "VCVT.GT.F32.FXS16",
    	VCVT_LE_F32_FXS16: "VCVT.LE.F32.FXS16",
    	VCVT_F32_FXS16:    "VCVT.F32.FXS16",
    	VCVT_ZZ_F32_FXS16: "VCVT.ZZ.F32.FXS16",
    	VCVT_EQ_F32_FXS32: "VCVT.EQ.F32.FXS32",
    	VCVT_NE_F32_FXS32: "VCVT.NE.F32.FXS32",
    	VCVT_CS_F32_FXS32: "VCVT.CS.F32.FXS32",
    	VCVT_CC_F32_FXS32: "VCVT.CC.F32.FXS32",
    	VCVT_MI_F32_FXS32: "VCVT.MI.F32.FXS32",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Aug 16 17:57:48 UTC 2017
    - 267.4K bytes
    - Viewed (0)
  9. tensorflow/compiler/mlir/tfr/tests/rewrite_quantized_io.mlir

      %arg0: tensor<1x10x!quant.uniform<i8:f32, 0.1:-128>>,
      %arg1: tensor<1x5xf32>) -> (tensor<1x10x!quant.uniform<i8:f32, 0.2:42>>, tensor<1x5xf32>) {
      %0 = "tf.MyRequantize"(%arg0) : (tensor<1x10x!quant.uniform<i8:f32, 0.1:-128>>) -> tensor<1x10x!quant.uniform<i8:f32, 0.2:42>>
      %1 = "tf.Intermediate"(%arg1) : (tensor<1x5xf32>) -> tensor<1x5xf32>
      func.return %0, %1 : tensor<1x10x!quant.uniform<i8:f32, 0.2:42>>, tensor<1x5xf32>
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Oct 30 06:52:55 UTC 2023
    - 2.3K bytes
    - Viewed (0)
  10. tensorflow/compiler/mlir/lite/tests/flatbuffer2mlir/basic_lstm.mlir

    // CHECK-LABEL: @main
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 02 09:41:17 UTC 2024
    - 1.1K bytes
    - Viewed (0)
Back to top