Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for 1000L (0.07 sec)

  1. pkg/apis/core/validation/validation_test.go

    			core.ResourceMemory:                   resource.MustParse("10000"),
    			core.ResourceRequestsCPU:              resource.MustParse("100"),
    			core.ResourceRequestsMemory:           resource.MustParse("10000"),
    			core.ResourceLimitsCPU:                resource.MustParse("100"),
    			core.ResourceLimitsMemory:             resource.MustParse("10000"),
    			core.ResourcePods:                     resource.MustParse("10"),
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 857.7K bytes
    - Viewed (0)
  2. src/cmd/vendor/golang.org/x/sys/windows/zerrors_windows.go

    	WSABASEERR                                                                syscall.Errno = 10000
    	WSAEINTR                                                                  syscall.Errno = 10004
    	WSAEBADF                                                                  syscall.Errno = 10009
    	WSAEACCES                                                                 syscall.Errno = 10013
    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. okhttp-idna-mapping-table/src/main/resources/okhttp3/internal/idna/IdnaMappingTable.txt

    FFFE..FFFF    ; disallowed                             # 1.1  <noncharacter-FFFE>..<noncharacter-FFFF>
    10000..1000B  ; valid                                  # 4.0  LINEAR B SYLLABLE B008 A..LINEAR B SYLLABLE B046 JE
    1000C         ; disallowed                             # NA   <reserved-1000C>
    1000D..10026  ; valid                                  # 4.0  LINEAR B SYLLABLE B036 JO..LINEAR B SYLLABLE B032 QO
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Sat Feb 10 11:25:47 UTC 2024
    - 854.1K bytes
    - Viewed (0)
  4. src/testdata/Isaac.Newton-Opticks.txt

    of the Prism was 62-1/2 Degrees, the half of that Angle 31 deg. 15 min.
    is the Angle of Incidence of the Rays at their going out of the Glass
    into the Air[F]; and the Sine of this Angle is 5188, the Radius being
    10000. When the Axis of this Prism was parallel to the Horizon, and the
    Refraction of the Rays at their Incidence on this Prism equal to that at
    their Emergence out of it, I observed with a Quadrant the Angle which
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Oct 01 16:16:21 UTC 2018
    - 553.9K bytes
    - Viewed (0)
  5. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

     * $ x $ if $ x >= 0 $
    
    Examples:
    
    >>> tf.nn.elu(1.0)
    <tf.Tensor: shape=(), dtype=float32, numpy=1.0>
    >>> tf.nn.elu(0.0)
    <tf.Tensor: shape=(), dtype=float32, numpy=0.0>
    >>> tf.nn.elu(-1000.0)
    <tf.Tensor: shape=(), dtype=float32, numpy=-1.0>
    
    See [Fast and Accurate Deep Network Learning by Exponential Linear Units (ELUs)
    ](http://arxiv.org/abs/1511.07289)
      }];
    
      let arguments = (ins
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
Back to top