Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for 3x3x64x64xf16 (0.1 sec)

  1. tensorflow/compiler/mlir/tensorflow/tests/layout_optimization_layout_assignment_gpu_cc_60.mlir

           } : (tensor<1x28x28x64xf16>, tensor<3x3x64x64xf16>)
            -> tensor<1x26x26x64xf16>
    
      func.return %0 : tensor<1x26x26x64xf16>
    }
    
    // CHECK-LABEL: func @transposeConv2DBackpropFilter_f16
    func.func @transposeConv2DBackpropFilter_f16(
      %input:        tensor<1x28x28x64xf16>,
      %filter_size:  tensor<4xi32>,
      %out_backprop: tensor<1x28x28x64xf16>
    ) -> tensor<1x1x64x64xf16> {
    
      // CHECK: "tf.Conv2DBackpropFilter"
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 21 08:41:18 UTC 2022
    - 5.8K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tensorflow/tests/layout_optimization_layout_assignment_gpu_cc_70.mlir

             strides = [1, 1, 1, 1]
           } : (tensor<1x64x28x28xf16>, tensor<4xi32>, tensor<1x64x28x28xf16>)
            -> tensor<1x1x64x64xf16>
    
      func.return %0 : tensor<1x1x64x64xf16>
    }
    
    // CHECK-LABEL: func @transposeConv2DBackpropInput_f32
    func.func @transposeConv2DBackpropInput_f32(
      %input_size:   tensor<4xi32>,
      %filter:       tensor<1x28x28x64xf32>,
      %out_backprop: tensor<1x28x28x64xf32>
    ) -> tensor<1x28x28x64xf32> {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 21 08:41:18 UTC 2022
    - 8.5K bytes
    - Viewed (0)
Back to top