Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for 1x1x64x64xf32 (0.46 sec)

  1. tensorflow/compiler/mlir/tensorflow/tests/layout_optimization_layout_assignment_gpu_cc_70.mlir

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

             strides = [1, 1, 1, 1]
           } : (tensor<1x28x28x64xf16>, tensor<4xi32>, tensor<1x28x28x64xf16>)
            -> tensor<1x1x64x64xf16>
    
      func.return %0 : tensor<1x1x64x64xf16>
    }
    
    // CHECK-LABEL: func @transposeConv2DBackpropInput_f16
    func.func @transposeConv2DBackpropInput_f16(
      %input_size:   tensor<4xi32>,
      %filter:       tensor<1x28x28x64xf16>,
      %out_backprop: tensor<1x28x28x64xf16>
    ) -> tensor<1x28x28x64xf16> {
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 21 08:41:18 UTC 2022
    - 5.8K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/lite/stablehlo/tests/composite-lowering.mlir

      return %1 : tensor<4x8x64x64xf32>
    }
    func.func private @XlaCallModule_tfl.resize_nearest_neighbor.impl_1(%arg0: tensor<4x8x32x32xf32>) -> tensor<4x8x64x64xf32> {
      %0 = call @XlaCallModule__resize_1(%arg0) : (tensor<4x8x32x32xf32>) -> tensor<4x8x64x64xf32>
      return %0 : tensor<4x8x64x64xf32>
    }
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Jun 06 18:45:51 UTC 2024
    - 32.6K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/lite/tests/prepare-tf.mlir

      func.return %1 : tensor<1x4x64x64xf32>
    }
    
    // CHECK-LABEL: @AvoidPadStridedSliceNewAxisMaskOnUnknownShapes
    func.func @AvoidPadStridedSliceNewAxisMaskOnUnknownShapes(%arg0: tensor<?x?xf32>) -> tensor<1x?x?x1xf32> {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed May 29 07:26:59 UTC 2024
    - 59.8K bytes
    - Viewed (0)
Back to top