Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 186 for 001s (0.07 sec)

  1. src/image/testdata/video-001.cmyk.jpeg

    video-001.cmyk.jpeg...
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Feb 16 00:25:47 UTC 2015
    - 19K bytes
    - Viewed (0)
  2. src/image/testdata/video-001.progressive.jpeg

    video-001.progressive.jpeg...
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Sep 08 04:08:51 UTC 2014
    - 20.2K bytes
    - Viewed (0)
  3. src/image/testdata/video-001.progressive.truncated.png

    video-001.progressive.truncated.png...
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Mar 31 00:33:24 UTC 2016
    - 23.1K bytes
    - Viewed (0)
  4. src/math/sincos.go

    		PI4C = 2.69515142907905952645e-15 // 0x3ce8469898cc5170,
    	)
    	// special cases
    	switch {
    	case x == 0:
    		return x, 1 // return ±0.0, 1.0
    	case IsNaN(x) || IsInf(x, 0):
    		return NaN(), NaN()
    	}
    
    	// make argument positive
    	sinSign, cosSign := false, false
    	if x < 0 {
    		x = -x
    		sinSign = true
    	}
    
    	var j uint64
    	var y, z float64
    	if x >= reduceThreshold {
    		j, z = trigReduce(x)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Apr 11 16:34:30 UTC 2022
    - 1.8K bytes
    - Viewed (0)
  5. 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
                apiserver_validating_admission_policy_check_duration_seconds_bucket{enforcement_action="allow",policy="policy.example.com",policy_binding="binding.example.com",state="active",le="0.1"} 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)
  6. 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)
  7. src/math/big/floatconv_test.go

    		{1.459, 'f', 0, "1"},
    		{2.459, 'f', 1, "2.5"},
    		{3.459, 'f', 2, "3.46"},
    		{4.459, 'f', 3, "4.459"},
    		{5.459, 'f', 4, "5.4590"},
    
    		{0, 'b', 0, "0"},
    		{math.Copysign(0, -1), 'b', 0, "-0"},
    		{1.0, 'b', 0, "4503599627370496p-52"},
    		{-1.0, 'b', 0, "-4503599627370496p-52"},
    		{4503599627370496, 'b', 0, "4503599627370496p+0"},
    
    		{0, 'p', 0, "0"},
    		{math.Copysign(0, -1), 'p', 0, "-0"},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Dec 13 18:45:54 UTC 2021
    - 24.3K bytes
    - Viewed (0)
  8. tensorflow/compiler/mlir/quantization/stablehlo/tests/passes/optimize_graph.mlir

      // CHECK: return %[[DEQUANT]]
      %cst = stablehlo.constant dense<0.4> : tensor<2x3x3x2xf32>
      %quant_cst = stablehlo.uniform_quantize %cst : (tensor<2x3x3x2xf32>) -> tensor<2x3x3x2x!quant.uniform<i8<-127:127>:f32, 0.015>>
      %quant_arg = stablehlo.uniform_quantize %arg0 : (tensor<1x3x4x3xf32>) -> tensor<1x3x4x3x!quant.uniform<i8:f32, 0.0039207626791561354:-128>>
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Feb 08 22:40:14 UTC 2024
    - 2.6K bytes
    - Viewed (0)
  9. tensorflow/compiler/mlir/tensorflow/tests/functionalize-if-fail.mlir

        %1:2 = tf_executor.island wraps "tf.Const"() {device = "", dtype = "tfdtype$DT_BOOL", value = dense<true> : tensor<i1>} : () -> tensor<i1> loc("Cond")
        %2:3 = tf_executor.Switch %0#0, %1#0 : (tensor<i32>, tensor<i1>) -> (tensor<i32>, tensor<i32>, !tf_executor.control) {device = "", T = "tfdtype$DT_INT32"} loc("switch")
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Mar 28 12:06:33 UTC 2022
    - 1.6K bytes
    - Viewed (0)
  10. src/math/big/natconv_test.go

    	{"0.1.2", 10, true, nat{1}, 10, -1, nil, '.'},
    	{".000", 10, true, nil, 10, -3, nil, 0},
    	{"12.3", 10, true, nat{123}, 10, -1, nil, 0},
    	{"012.345", 10, true, nat{12345}, 10, -3, nil, 0},
    	{"0.1", 0, true, nat{1}, 10, -1, nil, 0},
    	{"0.1", 2, true, nat{1}, 2, -1, nil, 0},
    	{"0.12", 2, true, nat{1}, 2, -1, nil, '2'},
    	{"0b0.1", 0, true, nat{1}, 2, -1, nil, 0},
    	{"0B0.12", 0, true, nat{1}, 2, -1, nil, '2'},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 12:54:00 UTC 2019
    - 16.8K bytes
    - Viewed (0)
Back to top