Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for 7x7x3x64xf32 (0.11 sec)

  1. tensorflow/compiler/mlir/tensorflow/g3doc/space_to_depth.md

         return ...
       }
       func @_func(%input: tensor<2x224x224x3xf32>,
                   %filter: tensor<7x7x3x64xf32>) {
         %6 = "tf.Conv2D"(%input, %filter)  {strides = [1, 2, 2, 1]}:
                     (tensor<2x230x230x3xf32>, tensor<7x7x3x64xf32>) ->
          tensor<2x112x112x64xf32>
       }
    }
    
    // With this pass, the program will be transformed into:
    module {
       func @while_body {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Sat Oct 24 02:51:43 UTC 2020
    - 8.3K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tensorflow/tests/layout_optimization_to_nhwc.mlir

                                 %arg1: tensor<64xf32>,          // batch_norm args
                                 %arg2: tensor<256xf32>,          // batch_norm args
                                 %arg3: tensor<7x7x3x64xf32>,    // conv filter #0
                                 %arg4: tensor<1x1x64x256xf32>   // conv filter #1
                                ) -> tensor<?x256xf32> {
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Oct 30 06:52:55 UTC 2023
    - 7.3K bytes
    - Viewed (0)
Back to top