Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for 1x28x28x64xf16 (0.19 sec)

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

             is_training = true
           }
            : (tensor<1x28x28x64xf32>, tensor<1x28x28x64xf32>,
               tensor<64xf32>, tensor<64xf32>, tensor<64xf32>, tensor<64xf32>)
           -> (tensor<1x28x28x64xf32>,
               tensor<64xf32>, tensor<64xf32>, tensor<64xf32>, tensor<64xf32>)
    
      func.return %x_backprop : tensor<1x28x28x64xf32>
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Oct 30 06:52:55 UTC 2023
    - 9K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tensorflow/tests/layout_optimization_layout_assignment_to_nhwc.mlir

      // CHECK: "tf.FusedBatchNormV3"
      // CHECK-SAME: (%[[ARG_TRANSPOSE]], %arg1, %arg1, %arg1, %arg1)
      // CHECK-SAME: data_format = "NHWC"
      // CHECK-SAME: (tensor<1x28x28x64xf32>, tensor<64xf32>,
      // CHECK-SAME: -> (tensor<1x28x28x64xf32>, tensor<64xf32>,
    
      // CHECK: %[[RES_PERM:.*]] = "tf.Const"()
      // CHECK-SAME: <{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
    - 4.5K bytes
    - Viewed (0)
Back to top