Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 34 for 008 (0.02 sec)

  1. tensorflow/compiler/mlir/lite/quantization/tensorflow/tests/tf_to_quant_4bit.mlir

      %1 = "quantfork.qcast"(%0) : (tensor<8xf32>) -> tensor<8x!quant.uniform<i4:f32, 1.000000e+00:-8>>
      func.return %1 : tensor<8x!quant.uniform<i4:f32, 1.000000e+00:-8>>
    
    // CHECK:  %0 = "tf.FakeQuantWithMinMaxVars"(%arg0, %cst, %cst_0) <{narrow_range = false, num_bits = 3 : i64}>
    // CHECK:  %1 = "quantfork.qcast"(%0) : (tensor<8xf32>) -> tensor<8x!quant.uniform<i4:f32, 1.000000e+00:-8>>
    // CHECK:  return %1
    }
    
    // CHECK-LABEL: fakeQuantFolded
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Oct 30 06:52:55 UTC 2023
    - 9.4K bytes
    - Viewed (0)
  2. platforms/documentation/docs/src/docs/css/prettify.css

    .pln{color:#000}@media screen{.str{color:#080}.kwd{color:#008}.com{color:#800}.typ{color:#606}.lit{color:#066}.pun,.opn,.clo{color:#660}.tag{color:#008}.atn{color:#606}.atv{color:#080}.dec,.var{color:#606}.fun{color:red}}@media print,projection{.str{color:#060}.kwd{color:#006;font-weight:700}.com{color:#600;font-style:italic}.typ{color:#404;font-weight:700}.lit{color:#044}.pun,.opn,.clo{color:#440}.tag{color:#006;font-weight:700}.atn{color:#404}.atv{color:#060}}pre.prettyprint{padding:2px;border:1px...
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 673 bytes
    - Viewed (0)
  3. test/linknameasm.dir/a_amd64.s

    // Copyright 2024 The Go Authors. All rights reserved.
    // Use of this source code is governed by a BSD-style
    // license that can be found in the LICENSE file.
    
    TEXT	·asm(SB),0,$0-8
    	CALL	·callback(SB)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 07 15:22:22 UTC 2024
    - 208 bytes
    - Viewed (0)
  4. test/fixedbugs/issue19507.dir/div_arm.s

    // Copyright 2017 The Go Authors. All rights reserved.
    // Use of this source code is governed by a BSD-style
    // license that can be found in the LICENSE file.
    
    TEXT ·f(SB),0,$0-8
    	MOVW	x+0(FP), R1
    	MOVW	x+4(FP), R2
    	DIVU	R1, R2
    	DIV	R1, R2
    	MODU	R1, R2
    	MOD	R1, R2
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Nov 13 23:44:52 UTC 2018
    - 271 bytes
    - Viewed (0)
  5. tensorflow/compiler/mlir/lite/tests/optimize_no_verify.mlir

      func.return %1 : tensor<256x8x7x16xf16>
    
      // CHECK-DAG: %cst = arith.constant dense<[2.500000e+00, 3.500000e+00, 4.500000e+00, 5.500000e+00, 6.500000e+00, 7.500000e+00, 8.500000e+00, 9.500000e+00, 1.050000e+01, 1.150000e+01, 1.250000e+01, 1.350000e+01, 1.450000e+01, 1.550000e+01, 1.650000e+01, 1.750000e+01]> : tensor<16xf16>
      // CHECK: %0 = "tfl.conv_2d"(%arg0, %arg1, %cst)
    }
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 02 09:41:17 UTC 2024
    - 5.8K bytes
    - Viewed (0)
  6. tensorflow/compiler/mlir/lite/tests/end2end/if_op.pbtxt

      producer: 115
      min_consumer: 12
    }
    
    # CHECK:      func @main
    # CHECK-DAG: constant dense<[1.000000e+00, 2.000000e+00, 3.000000e+00, 4.000000e+00]>
    # CHECK-DAG: constant dense<[5.000000e+00, 6.000000e+00, 7.000000e+00, 8.000000e+00]>
    # CHECK:      "tf.If"{{.+}}else_branch = @cond_false_10{{.+}}is_stateless = true{{.+}}then_branch = @cond_true_10
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jun 16 15:29:56 UTC 2021
    - 6.7K bytes
    - Viewed (0)
  7. src/math/all_test.go

    	-2.0556003730500069110343596e+00,
    }
    var ceil = []float64{
    	5.0000000000000000e+00,
    	8.0000000000000000e+00,
    	Copysign(0, -1),
    	-5.0000000000000000e+00,
    	1.0000000000000000e+01,
    	3.0000000000000000e+00,
    	6.0000000000000000e+00,
    	3.0000000000000000e+00,
    	2.0000000000000000e+00,
    	-8.0000000000000000e+00,
    }
    var copysign = []float64{
    	-4.9790119248836735e+00,
    	-7.7388724745781045e+00,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jul 07 17:39:26 UTC 2023
    - 86.8K bytes
    - Viewed (0)
  8. src/math/rand/rand_test.go

    	samples := generateNormalSamples(nsamples, mean, stddev, seed)
    	errorScale := max(1.0, stddev) // Error scales with stddev
    	expected := &statsResults{mean, stddev, 0.10 * errorScale, 0.08 * errorScale}
    
    	// Make sure that the entire set matches the expected distribution.
    	checkSampleDistribution(t, samples, expected)
    
    	// Make sure that each half of the set matches the expected distribution.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 18:42:28 UTC 2024
    - 16.9K bytes
    - Viewed (0)
  9. src/slices/example_test.go

    	// Output:
    	// Equal: 0
    	// V < X: -1
    	// V > C: 1
    	// 3 > 2: 1
    }
    
    func ExampleCompareFunc() {
    	numbers := []int{0, 43, 8}
    	strings := []string{"0", "0", "8"}
    	result := slices.CompareFunc(numbers, strings, func(n int, s string) int {
    		sn, err := strconv.Atoi(s)
    		if err != nil {
    			return 1
    		}
    		return cmp.Compare(n, sn)
    	})
    	fmt.Println(result)
    	// Output:
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 10 17:28:50 UTC 2024
    - 8.1K bytes
    - Viewed (0)
  10. src/math/cmplx/cmath_test.go

    	(2.9263772392439646e+00 + 5.2290834314593066e+00i),
    	(5.2290834314593066e+00 + 2.7279399104360102e+00i),
    	(2.7279399104360102e+00 + 1.8253080916808550e+00i),
    	(1.8253080916808550e+00 - 8.6859247685756013e+00i),
    	(-8.6859247685756013e+00 + 4.9790119248836735e+00i),
    }
    
    // The expected results below were computed by the high precision calculators
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 01 03:16:37 UTC 2020
    - 48.1K bytes
    - Viewed (0)
Back to top