Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for 8x16x32x64xi32 (0.56 sec)

  1. tensorflow/compiler/mlir/tensorflow/tests/canonicalize.mlir

      %1 = "tf.Neg"(%0) : (tensor<8x16x32x64xi32>) -> tensor<8x16x32x64xi32>
      func.return %1: tensor<8x16x32x64xi32>
    
    // CHECK: return %arg0
    }
    
    // CHECK-LABEL: testDoubleReciprocal
    func.func @testDoubleReciprocal(%arg0: tensor<8x16x32x64xi32>) -> tensor<8x16x32x64xi32> {
      %0 = "tf.Reciprocal"(%arg0) : (tensor<8x16x32x64xi32>) -> tensor<8x16x32x64xi32>
      %1 = "tf.Reciprocal"(%0) : (tensor<8x16x32x64xi32>) -> tensor<8x16x32x64xi32>
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 09 22:07:10 UTC 2024
    - 132.1K bytes
    - Viewed (0)
Back to top