Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for aBCD (2.7 sec)

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

    						Gateway:    "http://abcd/efg",
    						System:     "test-system",
    						VolumeName: "test-vol-1",
    					},
    				},
    			},
    		}, {
    			name: "ScaleIO with empty name",
    			vol: core.Volume{
    				Name: "scaleio-volume",
    				VolumeSource: core.VolumeSource{
    					ScaleIO: &core.ScaleIOVolumeSource{
    						Gateway:    "http://abcd/efg",
    						System:     "test-system",
    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

    tf.reduce_join(a, 0, separator=".") ==> ["a.c", "b.d"]
    tf.reduce_join(a, [0, 1]) ==> "acbd"
    tf.reduce_join(a, [1, 0]) ==> "abcd"
    tf.reduce_join(a, []) ==> [["a", "b"], ["c", "d"]]
    tf.reduce_join(a) = tf.reduce_join(a, [1, 0]) ==> "abcd"
    ```
      }];
    
      let arguments = (ins
        Arg<TF_StrTensor, [{The input to be joined.  All reduced indices must have non-zero size.}]>:$inputs,
    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