Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for 12345x (0.12 sec)

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

    		},
    		numErrs: 1,
    	}, {
    		name: "empty multi-port port[0] name",
    		tweakSvc: func(s *core.Service) {
    			s.Spec.Ports[0].Name = ""
    			s.Spec.Ports = append(s.Spec.Ports, core.ServicePort{Name: "p", Protocol: "TCP", Port: 12345, TargetPort: intstr.FromInt32(12345)})
    		},
    		numErrs: 1,
    	}, {
    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. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

    Some examples:
    
    (1) For the following input of shape `[1, 2, 2, 1]` and block_size of 2:
    
    ```
    x = [[[[1], [2]], [[3], [4]]]]
    ```
    
    The output tensor has shape `[4, 1, 1, 1]` and value:
    
    ```
    [[[[1]]], [[[2]]], [[[3]]], [[[4]]]]
    ```
    
    (2) For the following input of shape `[1, 2, 2, 3]` and block_size of 2:
    
    ```
    x = [[[[1, 2, 3], [4, 5, 6]],
    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