Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 712 for 0010 (0.07 sec)

  1. test/fixedbugs/bug196.go

    // run
    
    // Copyright 2009 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.
    
    package main
    
    var m = map[int]int{0: 0, 1: 0}
    var nf = 0
    var i int
    
    func multi() (int, int) { return 1, 2 }
    
    func xxx() {
    	var c chan int
    	x, ok := <-c
    
    	var m map[int]int
    	x, ok = m[1]
    
    	var i interface{}
    	var xx int
    	xx, ok = i.(int)
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sat Feb 18 21:15:42 UTC 2012
    - 654 bytes
    - Viewed (0)
  2. test/float_lit.go

    	}
    	if !bad {
    		println("BUG")
    		bad = true
    	}
    	return false
    }
    
    func main() {
    	if !close(0., 0, 1, 0) {
    		print("0. is ", 0., "\n")
    	}
    	if !close(+10., 10, 1, 0) {
    		print("+10. is ", +10., "\n")
    	}
    	if !close(-210., -210, 1, 0) {
    		print("-210. is ", -210., "\n")
    	}
    
    	if !close(.0, 0, 1, 0) {
    		print(".0 is ", .0, "\n")
    	}
    	if !close(+.01, 1, 100, 0) {
    		print("+.01 is ", +.01, "\n")
    	}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Feb 12 18:17:49 UTC 2013
    - 4K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/lite/tests/prepare-quantize-post-training-16bits.mlir

      %recurrent_stats = "quantfork.stats"(%recurrent_input) {layerStats = dense<[0.0, 1.0]> : tensor<2xf32>} : (tensor<1x3xf32>) -> tensor<1x3xf32>
      %cell_input = "tfl.pseudo_const"() {value = dense<1.000000e+00> : tensor<1x3xf32>} : () -> tensor<1x3xf32>
      %cell_stats = "quantfork.stats"(%cell_input) {layerStats = dense<[0.0, 1.0]> : tensor<2xf32>} : (tensor<1x3xf32>) -> tensor<1x3xf32>
      %16 = "tfl.unidirectional_sequence_lstm"(
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 02 09:41:17 UTC 2024
    - 26.1K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/tfrt/tests/tf_to_corert/whileop.mlir

        %1:2 = func.call @while_body_add2(%arg0, %arg1) : (tensor<i32>, tensor<i32>) -> (tensor<i32>, tensor<i32>)
        func.return %0#0, %1#0 : tensor<i32>, tensor<i32>
      }
    
      // CHECK:     func @"[[while_func_prefix]]/tfrt_body_1"
      // CHECK:     "tf.AddV2"
      // CHECK-NOT: "tf.Div"
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed May 08 00:18:59 UTC 2024
    - 2K bytes
    - Viewed (0)
  5. tensorflow/compiler/mlir/tensorflow/tests/mlir2graph/convert_tensor.mlir

    // CHECK: name: "const4"
    // CHECK-NEXT: op: "Const"
    // CHECK: dtype: DT_BFLOAT16
    // CHECK-NOT: half_val: 0
        tf_executor.fetch %0#0, %1#0 : tensor<1x2xf16>, tensor<2xf16>
      }
      func.return %graph#0, %graph#1 : tensor<1x2xf16>, tensor<2xf16>
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Jul 20 23:11:32 UTC 2023
    - 1.4K bytes
    - Viewed (0)
  6. platforms/jvm/jacoco/src/integTest/groovy/org/gradle/testing/jacoco/plugins/rules/JacocoViolationRulesLimit.groovy

    final class JacocoViolationRulesLimit {
    
        private JacocoViolationRulesLimit() {}
    
        static class Sufficient {
            static final String LINE_METRIC_COVERED_RATIO = JacocoViolationRulesLimit.create('LINE', 'COVEREDRATIO', 0.0, 1.0)
            static final String CLASS_METRIC_MISSED_COUNT = JacocoViolationRulesLimit.create('CLASS', 'MISSEDCOUNT', null, 0)
        }
    
        static class Insufficient {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Sep 14 16:03:36 UTC 2023
    - 2K bytes
    - Viewed (0)
  7. staging/src/k8s.io/apiserver/pkg/admission/plugin/policy/validating/metrics/metrics_test.go

                apiserver_validating_admission_policy_check_duration_seconds_bucket{enforcement_action="allow",policy="policy.example.com",policy_binding="binding.example.com",state="active",le="0.01"} 0
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Feb 12 18:58:24 UTC 2024
    - 6.9K bytes
    - Viewed (0)
  8. src/math/sincos.go

    // Copyright 2010 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.
    
    package math
    
    // Coefficients _sin[] and _cos[] are found in pkg/math/sin.go.
    
    // Sincos returns Sin(x), Cos(x).
    //
    // Special cases are:
    //
    //	Sincos0) = ±0, 1
    //	Sincos(±Inf) = NaN, NaN
    //	Sincos(NaN) = NaN, NaN
    func Sincos(x float64) (sin, cos float64) {
    	const (
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Apr 11 16:34:30 UTC 2022
    - 1.8K bytes
    - Viewed (0)
  9. staging/src/k8s.io/apiserver/pkg/authorization/cel/metrics_test.go

            	apiserver_authorization_match_condition_evaluation_seconds_bucket{name="wh1.example.com",type="Webhook",le="0.005"} 0
            	apiserver_authorization_match_condition_evaluation_seconds_bucket{name="wh1.example.com",type="Webhook",le="0.01"} 0
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 22:41:27 UTC 2024
    - 4K bytes
    - Viewed (0)
  10. tensorflow/compiler/mlir/tensorflow/tests/mlir2graphdef/convert_tensor.mlir

        %3:2 = tf_executor.island wraps "tf.Const"() {device = "", dtype = bf16, value = dense<0.000000e+00> : tensor<bf16>} : () -> tensor<bf16> loc("const4")
        tf_executor.fetch %0#0, %1#0 : tensor<1x2xf16>, tensor<2xf16>
      }
      func.return %graph#0, %graph#1 : tensor<1x2xf16>, tensor<2xf16>
    }
    
    // CHECK: node {
    // CHECK-NEXT: name: "const1"
    // CHECK-NEXT: op: "Const"
    // CHECK: dtype: DT_HALF
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri Mar 25 12:28:56 UTC 2022
    - 1.4K bytes
    - Viewed (0)
Back to top