Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for 7y364d (0.05 sec)

  1. staging/src/k8s.io/apimachinery/pkg/util/duration/duration_test.go

    		{d: 5 * 365 * 24 * time.Hour, want: "5y"},
    		{d: 6 * 365 * 24 * time.Hour, want: "6y"},
    		{d: 7 * 365 * 24 * time.Hour, want: "7y"},
    		{d: 8*365*24*time.Hour - time.Millisecond, want: "7y364d"},
    		{d: 8 * 365 * 24 * time.Hour, want: "8y"},
    		{d: 8*365*24*time.Hour + 364*24*time.Hour, want: "8y"},
    		{d: 9 * 365 * 24 * time.Hour, want: "9y"},
    	}
    	for _, tt := range tests {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Apr 17 18:04:52 UTC 2020
    - 4.5K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tensorflow/g3doc/space_to_depth.md

        based on the cost. As the size of the kernel is relatively small, this won't
        add additional cost to TPU device time. Below is the logic to transform the
        kernel of shape [7, 7, 3, 64] to [4, 4, 12, 84].
    
        ```python
        conv0 = tf.compat.v1.layers.Conv2D(
         filters=filters,
         kernel_size=kernel_size,
         strides=2,
         padding=('SAME' if strides == 1 else 'VALID'),
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Sat Oct 24 02:51:43 UTC 2020
    - 8.3K bytes
    - Viewed (0)
Back to top