Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for nums (0.05 sec)

  1. RELEASE.md

            architecture. To disable them, build with
            `--define=tensorflow_mkldnn_contraction_kernel=0`.
        *   `tf.linspace(start, stop, num)` now always uses "stop" as last value
            (for num > 1)
        *   Added top-k to precision and recall to keras metrics.
        *   Add a ragged size op and register it to the op dispatcher
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 730.3K bytes
    - Viewed (0)
  2. CHANGELOG/CHANGELOG-1.19.md

    - Fixed bug that caused cAdvisor to incorrectly detect single-socket multi-NUMA topology. ([#99209](https://github.com/kubernetes/kubernetes/pull/99209), [@iwankgb](https://github.com/iwankgb)) [SIG Node]
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jan 05 05:42:32 UTC 2022
    - 489.7K bytes
    - Viewed (0)
  3. pkg/apis/core/validation/validation_test.go

    		{
    			name: "valid alpha name",
    			vol: core.Volume{
    				Name: "empty",
    				VolumeSource: core.VolumeSource{
    					EmptyDir: &core.EmptyDirVolumeSource{},
    				},
    			},
    		}, {
    			name: "valid num name",
    			vol: core.Volume{
    				Name: "123",
    				VolumeSource: core.VolumeSource{
    					EmptyDir: &core.EmptyDirVolumeSource{},
    				},
    			},
    		}, {
    			name: "valid alphanum name",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 857.7K bytes
    - Viewed (0)
Back to top