Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for 10x8x12x12x64xf32 (0.13 sec)

  1. tensorflow/compiler/mlir/tensorflow/tests/tf-ops.mlir

      // expected-error @+1 {{requires orig_input to be rank 4}}
      %result = "tf.MaxPoolGrad"(%orig_input, %orig_output, %grad) {
         data_format = "NHWC",
         ksize = [1, 2, 2, 1],
         padding = "VALID",
         strides = [1, 2, 2, 1]
      } : (tensor<f32>, tensor<10x12x12x64xf32>, tensor<10x12x12x64xf32>) -> tensor<10x24x24x64xf32>
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Oct 23 14:40:35 UTC 2023
    - 236.4K bytes
    - Viewed (0)
Back to top