Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for 1x26x26x64xf16 (0.12 sec)

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

             strides = [1, 1, 1, 1]
           } : (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> {
    
    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

             padding = "VALID",
             strides = [1, 1, 1, 1]
           } : (tensor<1x28x28x64xf32>, tensor<3x3x64x64xf32>)
            -> tensor<1x26x26x64xf32>
    
      func.return %0 : tensor<1x26x26x64xf32>
    }
    
    // CHECK-LABEL: func @transposeConv2D_1x1_f32
    func.func @transposeConv2D_1x1_f32(%input: tensor<1x64x28x28xf32>, %filter: tensor<1x1x64x64xf32>) -> tensor<1x64x28x28xf32> {
    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