Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for src2 (0.1 sec)

  1. tensorflow/compiler/mlir/tf2xla/tests/legalize-tf.mlir

      // CHECK-NEXT: %[[red1:.*]] = mhlo.reduce(%[[cmul]] init: %[[init]]) applies mhlo.add across dimensions = [0, 1, 2] : (tensor<8x8x8x8xf32>, tensor<f32>) -> tensor<8xf32>
      // CHECK-NEXT: %[[scr2:.*]] = mhlo.convert %[[red1]] : tensor<8xf32>
    
      // CHECK-NEXT: %[[mul2:.*]] = mhlo.multiply %arg2, %[[scr1]] : tensor<8xf32>
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon May 06 18:46:23 UTC 2024
    - 335.5K bytes
    - Viewed (0)
  2. pkg/registry/core/service/storage/storage_test.go

    			// Force the same IPs and ports
    			svc2 := tc.svc.DeepCopy()
    			svc2.Name += "2"
    			svc2.Spec.ClusterIP = createdSvc.Spec.ClusterIP
    			svc2.Spec.ClusterIPs = createdSvc.Spec.ClusterIPs
    			svc2.Spec.Ports = createdSvc.Spec.Ports
    
    			// Create again
    			_, err = storage.Create(ctx, svc2, rest.ValidateAllObjectFunc, &metav1.CreateOptions{})
    			if err != nil {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 440.2K bytes
    - Viewed (0)
Back to top