Search Options

Results per page
Sort
Preferred Languages
Advance

Results 81 - 90 of 481 for 1011 (0.04 sec)

  1. src/cmd/internal/obj/riscv/cpu.go

    	AMRET
    	ASRET
    	ADRET
    
    	// 3.2.3: Wait for Interrupt
    	AWFI
    
    	// 4.2.1: Supervisor Memory-Management Fence Instruction
    	ASFENCEVMA
    
    	//
    	// RISC-V Bit-Manipulation ISA-extensions (1.0)
    	//
    
    	// 1.1: Address Generation Instructions (Zba)
    	AADDUW
    	ASH1ADD
    	ASH1ADDUW
    	ASH2ADD
    	ASH2ADDUW
    	ASH3ADD
    	ASH3ADDUW
    	ASLLIUW
    
    	// 1.2: Basic Bit Manipulation (Zbb)
    	AANDN
    	AORN
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Mar 20 14:19:33 UTC 2024
    - 13.1K bytes
    - Viewed (0)
  2. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/attributes/MultipleVariantSelectionIntegrationTest.groovy

                        capability('org.test', 'cap', '1.0')
                    }
                    variant('runtime') {
                        attribute('custom', 'c2')
                        capability('org.test', 'cap', conflict ? '1.0' : '1.1')
                    }
                }
            }
    
            buildFile << """
                dependencies {
                    conf('org:test:1.0') {
                        attributes {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Jan 29 22:29:19 UTC 2024
    - 26.2K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/tf2xla/tests/legalize-tf-prefer-tf2xla.mlir

        data_format = "NHWC", dilations = [1, 1, 1, 1], epsilon = 9.99999974E-5 : f32, explicit_paddings = [], filter_format = "HWIO", fused_ops = ["BiasAdd", "Relu"], leakyrelu_alpha = 2.000000e-01 : f32, num_args = 2 : i64, operandSegmentSizes = array<i32: 1, 1, 2, 2>, padding = "SAME", strides = [1, 1, 1, 1], use_cudnn_on_gpu = true
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Sat Apr 06 15:32:52 UTC 2024
    - 15.8K bytes
    - Viewed (0)
  4. src/regexp/find_test.go

    		`!"#$%&'()*+,-./:;<=>?@[\]^_{|}~`, build(1, 0, 31)},
    	{`[\!\"\#\$\%\&\'\(\)\*\+\,\-\.\/\:\;\<\=\>\?\@\[\\\]\^\_\{\|\}\~]+`,
    		`!"#$%&'()*+,-./:;<=>?@[\]^_{|}~`, build(1, 0, 31)},
    	{"\\`", "`", build(1, 0, 1)},
    	{"[\\`]+", "`", build(1, 0, 1)},
    
    	{"\ufffd", "\xff", build(1, 0, 1)},
    	{"\ufffd", "hello\xffworld", build(1, 5, 6)},
    	{`.*`, "hello\xffworld", build(1, 0, 11)},
    	{`\x{fffd}`, "\xc2\x00", build(1, 0, 1)},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Oct 11 15:28:50 UTC 2021
    - 16.3K bytes
    - Viewed (0)
  5. src/cmd/asm/internal/asm/testdata/riscv64.s

    	FNMADDD	F1, F2, F3, F4				// 4f82201a
    
    	// 12.6: Double-Precision Floating-Point Classify Instruction
    	FCLASSD	F0, X5					// d31200e2
    
    	// RISC-V Bit-Manipulation ISA-extensions (1.0)
    	// 1.1: Address Generation Instructions (Zba)
    	ADDUW		X10, X11, X12			// 3b86a508
    	ADDUW		X10, X11			// bb85a508
    	SH1ADD		X11, X12, X13			// b326b620
    	SH1ADD		X11, X12			// 3326b620
    	SH1ADDUW	X12, X13, X14			// 3ba7c620
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Mar 22 04:42:21 UTC 2024
    - 16.7K bytes
    - Viewed (0)
  6. docs/em/docs/tutorial/bigger-applications.md

    {!../../../docs_src/bigger_applications/app/main.py!}
    ```
    
    ### πŸ”Œ `APIRouter`β“‚ `users` &amp; `items`
    
    πŸ”œ, ➑️ πŸ”Œ `router`β“‚ βšͺ️➑️ πŸ” `users` &amp; `items`:
    
    ```Python hl_lines="10-11" title="app/main.py"
    {!../../../docs_src/bigger_applications/app/main.py!}
    ```
    
    !!! info
        `users.router` πŸ”Œ `APIRouter` πŸ”˜ πŸ“ `app/routers/users.py`.
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Thu Apr 18 19:53:19 UTC 2024
    - 15.6K bytes
    - Viewed (0)
  7. tensorflow/compiler/mlir/tensorflow/tests/tpu_sharding_identification.mlir

      %1:2 = "tf.TPUPartitionedOutputV2"(%0) {device = "", partition_dims = [2, 1]} : (tensor<2x2xf32>) -> (tensor<1x2xf32>, tensor<1x2xf32>)
      return %1#0, %1#1 : tensor<1x2xf32>, tensor<1x2xf32>
    }
    func.func @_func(%arg0: tensor<2x4xf32>, %arg1: tensor<4x2xf32>) -> tensor<2x2xf32> {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Feb 20 19:07:52 UTC 2024
    - 47.5K bytes
    - Viewed (0)
  8. src/strconv/ftoaryu.go

    	}
    	// As a special case, computation might still be exact, if exponent
    	// was negative and if it amounts to computing an exact division.
    	// In that case, we ignore all lower bits.
    	// Note that division by 10^11 cannot be exact as 5^11 has 26 bits.
    	if q < 0 && q >= -10 && divisibleByPower5(uint64(mant), -q) {
    		exact = true
    		d0 = true
    	}
    	// Remove extra lower bits and keep rounding info.
    	extra := uint(-dexp2)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Sep 09 00:28:56 UTC 2022
    - 15.7K bytes
    - Viewed (0)
  9. docs/de/docs/tutorial/bigger-applications.md

    {!../../../docs_src/bigger_applications/app/main.py!}
    ```
    
    
    ### Die `APIRouter` fΓΌr `users` und `items` inkludieren
    
    Inkludieren wir nun die `router` aus diesen Submodulen `users` und `items`:
    
    ```Python hl_lines="10-11" title="app/main.py"
    {!../../../docs_src/bigger_applications/app/main.py!}
    ```
    
    !!! info
        `users.router` enthΓ€lt den `APIRouter` in der Datei `app/routers/users.py`.
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Sat Mar 30 20:27:59 UTC 2024
    - 21.1K bytes
    - Viewed (0)
  10. src/math/big/floatconv_test.go

    		{"% .3g", -1.0, "-1"},
    		{"% .3g", 1.0, " 1"},
    		{"%b", float32(1.0), "8388608p-23"},
    		{"%b", 1.0, "4503599627370496p-52"},
    
    		// from fmt/fmt_test.go: old test/fmt_test.go
    		{"%e", 1.0, "1.000000e+00"},
    		{"%e", 1234.5678e3, "1.234568e+06"},
    		{"%e", 1234.5678e-8, "1.234568e-05"},
    		{"%e", -7.0, "-7.000000e+00"},
    		{"%e", -1e-9, "-1.000000e-09"},
    		{"%f", 1234.5678e3, "1234567.800000"},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Dec 13 18:45:54 UTC 2021
    - 24.3K bytes
    - Viewed (0)
Back to top