Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 8 of 8 for 004 (0.02 sec)

  1. tensorflow/compiler/mlir/lite/tests/prepare-quantize-post-training.mlir

          effective_hidden_scale_intermediate = tensor<!quant.calibrated<f32<-5.000000e-01:5.000000e-01>>>,
          fused_activation_function = "TANH",
          input_to_cell_intermediate = tensor<!quant.calibrated<f32<-4.000000e+00:4.000000e+00>>>,
          input_to_forget_intermediate = tensor<!quant.calibrated<f32<-1.600000e+01:1.600000e+01>>>,
          input_to_output_intermediate = tensor<!quant.calibrated<f32<-1.000000e+00:1.000000e+00>>>,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 02 09:41:17 UTC 2024
    - 52.6K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tfrt/tests/mlrt/while_to_map_fn.mlir

      %cst = "tf.Const"() {device = "/job:localhost/replica:0/task:0/device:CPU:0", value = dense<[1.000000e+00, 2.000000e+00, 3.000000e+00, 4.000000e+00, 5.000000e+00, 6.000000e+00, 7.000000e+00, 8.000000e+00, 9.000000e+00]> : tensor<9xf32>} : () -> tensor<9xf32>
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Apr 23 06:40:22 UTC 2024
    - 68.6K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/quantization/stablehlo/python/integration_test/quantize_model_test.py

            x=ops.convert_to_tensor(input_data)
        )
        # Tests that the quantized graph outputs similar values. The rtol and atol
        # values are arbitrary.
        self.assertAllClose(new_outputs, expected_outputs, rtol=0.02, atol=0.04)
    
        # Due to other meta data, the compression is not exactly 1/4.
        self.assertLess(
            testing.get_size_ratio(
                self._output_saved_model_path, self._input_saved_model_path
            ),
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 14 06:31:57 UTC 2024
    - 51.4K bytes
    - Viewed (0)
  4. src/math/all_test.go

    var fmod = []float64{
    	4.197615023265299782906368e-02,
    	2.261127525421895434476482e+00,
    	3.231794108794261433104108e-02,
    	4.989396381728925078391512e+00,
    	3.637062928015826201999516e-01,
    	1.220868282268106064236690e+00,
    	4.770916568540693347699744e+00,
    	1.816180268691969246219742e+00,
    	8.734595415957246977711748e-01,
    	1.314075231424398637614104e+00,
    }
    
    type fi struct {
    	f float64
    	i int
    }
    
    var frexp = []fi{
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jul 07 17:39:26 UTC 2023
    - 86.8K bytes
    - Viewed (0)
  5. test/fixedbugs/issue30116.out

                                   slice[0:0:0] no panic
                                   slice[0:0:3] no panic
                                   slice[0:0:4] runtime error: slice bounds out of range [::4] with capacity 3
                          slice[0:0:9876543210] runtime error: slice bounds out of range [::9876543210] with capacity 3
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 18 17:33:38 UTC 2019
    - 53.8K bytes
    - Viewed (0)
  6. pkg/volume/csi/csi_attacher_test.go

    		{name: "object not found", volID: "vol-non-existing", attachID: getAttachmentName("vol-003", testDriver, nodeName)},
    		{
    			name:       "API error",
    			volID:      "vol-004",
    			attachID:   getAttachmentName("vol-004", testDriver, nodeName),
    			shouldFail: true, // All other API errors should be propagated to caller
    			reactor: func(action core.Action) (handled bool, ret runtime.Object, err error) {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 12:23:16 UTC 2024
    - 58.1K bytes
    - Viewed (0)
  7. pkg/controller/podautoscaler/replica_calculator_test.go

    	// Reuse the data structure above, now testing "unscaling".
    	// Now, we test that no scaling happens if we are in a very close margin to the tolerance
    	target = math.Abs(1/(requestedToUsed*(1-defaultTestingTolerance))) + .004
    	finalCPUPercentTarget = int32(target * 100)
    	tc.resource.targetUtilization = finalCPUPercentTarget
    	tc.currentReplicas = startPods
    	tc.expectedReplicas = startPods
    	tc.runTest(t)
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Aug 19 03:31:34 UTC 2023
    - 68.4K bytes
    - Viewed (0)
  8. src/debug/elf/file_test.go

    	//   [    4] section_0001      PROGBITS        00000000 000034 000004 00  WA  0   0  4
    	//   [    5] section_0002      PROGBITS        00000000 000038 000004 00  WA  0   0  4
    	//   [ section_0003 ~ section_ff06 truncated ]
    	//   [65290] section_ff07      PROGBITS        00000000 03fc4c 000004 00  WA  0   0  4
    	//   [65291] section_ff08      PROGBITS        00000000 03fc50 000004 00  WA  0   0  4
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Sep 22 16:22:42 UTC 2023
    - 60.1K bytes
    - Viewed (0)
Back to top