Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for DataFormatVecPermute (0.31 sec)

  1. tensorflow/compiler/mlir/tensorflow/tests/layout_optimization_layout_assignment_to_nchw.mlir

    func.func @transposeConv2DBackpropFilter(
      %input: tensor<1x32x32x3xf32>,
      %filter_sizes: tensor<4xi32>,
      %out_backprop: tensor<1x32x32x8xf32>
    ) -> tensor<1x1x3x8xf32> {
    
      // CHECK: %[[FILTER_PERM:[0-9]*]] = "tf.DataFormatVecPermute"
      // CHECK-SAME: dst_format = "NCHW"
      // CHECK-SAME: src_format = "NHWC"
    
      // CHECK: %[[ARG_PERM:.*]] = "tf.Const"() <{value = dense<[0, 3, 1, 2]> : tensor<4xi64>}>
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Oct 30 06:52:55 UTC 2023
    - 9K bytes
    - Viewed (0)
Back to top