Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for 200x24x24x64xf32 (0.11 sec)

  1. tensorflow/compiler/mlir/tf2xla/tests/legalize-tf.mlir

      // CHECK: }) : (tensor<10x24x24x64xf32>, tensor<10x12x12x64xf32>, tensor<f32>) -> tensor<10x24x24x64xf32>
      // CHECK: return %[[RESULT]] : tensor<10x24x24x64xf32>
      %result = "tf.MaxPoolGrad"(%orig_input, %orig_output, %grad) {
         data_format = "NHWC",
         ksize = [1, 2, 2, 1],
         padding = "VALID",
         strides = [1, 2, 2, 1]
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon May 06 18:46:23 UTC 2024
    - 335.5K bytes
    - Viewed (0)
Back to top