Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 15 of 15 for 50$ (0.19 sec)

  1. 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)
  2. src/cmd/vendor/golang.org/x/sys/windows/zerrors_windows.go

    	FACILITY_FVE                                                                            = 49
    	FACILITY_FWP                                                                            = 50
    	FACILITY_WINRM                                                                          = 51
    	FACILITY_NDIS                                                                           = 52
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 15 19:02:39 UTC 2021
    - 923.3K bytes
    - Viewed (0)
  3. 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)
  4. 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)
  5. 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