Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 11 of 11 for 4x4x4x4xf32 (0.18 sec)

  1. tensorflow/compiler/mlir/tfr/tests/decompose.mlir

    // CHECK-NEXT: return %[[back]] : tensor<f32>
    }
    
    // CHECK: attribute_cast
    func.func @attribute_cast(%arg0: tensor<1x4x4x1xf32>) -> tensor<1x2x2x1xf32> {
      %0 = "tfr.cast"(%arg0) : (tensor<1x4x4x1xf32>) -> !tfr.tensor
      %stride_i32 = arith.constant 2 : i32
      %1 = tfr.call @tf__my_max_pool(%0, %stride_i32, %stride_i32) : (!tfr.tensor, i32, i32) -> !tfr.tensor
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Oct 30 06:52:55 UTC 2023
    - 16.7K bytes
    - Viewed (0)
Back to top