Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 7 of 7 for 50$ (0.32 sec)

  1. okhttp-idna-mapping-table/src/main/resources/okhttp3/internal/idna/IdnaMappingTable.txt

    024C          ; mapped                 ; 024D          # 5.0  LATIN CAPITAL LETTER R WITH STROKE
    024D          ; valid                                  # 5.0  LATIN SMALL LETTER R WITH STROKE
    024E          ; mapped                 ; 024F          # 5.0  LATIN CAPITAL LETTER Y WITH STROKE
    024F          ; valid                                  # 5.0  LATIN SMALL LETTER Y WITH STROKE
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Sat Feb 10 11:25:47 UTC 2024
    - 854.1K bytes
    - Viewed (0)
  2. src/cmd/compile/internal/ssa/rewriteARM64.go

    		v.AddArg2(a, v0)
    		return true
    	}
    	// match: (MADD a x (MOVDconst [c]))
    	// cond: c%5 == 0 && isPowerOfTwo64(c/5)
    	// result: (ADDshiftLL a (ADDshiftLL <x.Type> x x [2]) [log64(c/5)])
    	for {
    		a := v_0
    		x := v_1
    		if v_2.Op != OpARM64MOVDconst {
    			break
    		}
    		c := auxIntToInt64(v_2.AuxInt)
    		if !(c%5 == 0 && isPowerOfTwo64(c/5)) {
    			break
    		}
    		v.reset(OpARM64ADDshiftLL)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 15:49:20 UTC 2024
    - 608.6K bytes
    - Viewed (0)
  3. pkg/apis/core/validation/validation_test.go

    			Searches: []string{
    				generateTestSearchPathFunc(1),
    				generateTestSearchPathFunc(50),
    				generateTestSearchPathFunc(50),
    				generateTestSearchPathFunc(50),
    				generateTestSearchPathFunc(50),
    				generateTestSearchPathFunc(50),
    			},
    		},
    		expectedError: false,
    	}, {
    		desc: "valid: 2048 characters in search path list",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 857.7K bytes
    - Viewed (0)
  4. tests/integration/pilot/testdata/gateway-api-crd.yaml

    
                            For example, if two backends are specified with equal weights, and one is
                            invalid, 50 percent of traffic MUST receive an `UNAVAILABLE` status.
                            Implementations may choose how that 50 percent is determined.
    
    
                            Support: Core for Kubernetes Service
    
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 09 02:01:51 UTC 2024
    - 912.2K bytes
    - Viewed (0)
  5. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

    value is computed as \\( \sqrt{a^2 + b^2}\\).
    
    For example:
    
    >>> x = tf.complex(3.0, 4.0)
    >>> print((tf.raw_ops.ComplexAbs(x=x, Tout=tf.dtypes.float32, name=None)).numpy())
    5.0
      }];
    
      let arguments = (ins
        TensorOf<[TF_Complex128, TF_Complex64]>:$x
      );
    
      let results = (outs
        TF_F32OrF64Tensor:$y
      );
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
  6. src/cmd/compile/internal/ssa/rewriteAMD64.go

    		v0.AddArg2(x, x)
    		v.AddArg(v0)
    		return true
    	}
    	// match: (MULLconst [c] x)
    	// cond: c%5 == 0 && isPowerOfTwo32(c/5)
    	// result: (SHLLconst [int8(log32(c/5))] (LEAL4 <v.Type> x x))
    	for {
    		c := auxIntToInt32(v.AuxInt)
    		x := v_0
    		if !(c%5 == 0 && isPowerOfTwo32(c/5)) {
    			break
    		}
    		v.reset(OpAMD64SHLLconst)
    		v.AuxInt = int8ToAuxInt(int8(log32(c / 5)))
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Mar 12 19:38:41 UTC 2024
    - 712.7K bytes
    - Viewed (0)
  7. RELEASE.md

        modules are under `tf.lite` and source code is now under `tensorflow/lite`
        rather than `tensorflow/contrib/lite`.
    *   TensorFlow GPU binaries are now built against CUDA 10 and TensorRT 5.0.
    *   Support for Python3.7 on all operating systems.
    *   Moved NCCL to core.
    
    ## Behavioral changes
    
    *   Disallow conversion of python floating types to uint32/64 (matching behavior
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 730.3K bytes
    - Viewed (0)
Back to top