Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for R4 (0.03 sec)

  1. tensorflow/compiler/mlir/tensorflow/tests/tf-ops.mlir

      %shape3 = arith.constant dense<[-1, 100]> : tensor<2xi32>
      %r4 = "tf.Reshape"(%arg2, %shape3) : (tensor<10000xf32>, tensor<2xi32>) -> tensor<100x100xf32>
      %r5 = "tf.Reshape"(%arg0, %arg3) : (tensor<*xf32>, tensor<*xi32>) -> tensor<*xf32>
      %r6 = "tf.Reshape"(%arg2, %arg3) : (tensor<10000xf32>, tensor<*xi32>) -> tensor<*xf32>
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Oct 23 14:40:35 UTC 2023
    - 236.4K bytes
    - Viewed (0)
  2. src/reflect/all_test.go

    		in = append(in, TypeOf(1))
    	}
    	FuncOf(in, nil, false)
    }
    
    type R0 struct {
    	*R1
    	*R2
    	*R3
    	*R4
    }
    
    type R1 struct {
    	*R5
    	*R6
    	*R7
    	*R8
    }
    
    type R2 R1
    type R3 R1
    type R4 R1
    
    type R5 struct {
    	*R9
    	*R10
    	*R11
    	*R12
    }
    
    type R6 R5
    type R7 R5
    type R8 R5
    
    type R9 struct {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 218.8K bytes
    - Viewed (0)
Back to top