Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for 15x28x28x1xf32 (0.11 sec)

  1. tensorflow/compiler/mlir/lite/tests/optimize.mlir

      %1 = "tfl.div"(%0, %cst2) {fused_activation_function = "NONE"} : (tensor<1x28x23x1xf32>, tensor<f32>) -> tensor<1x28x23x1xf32>
    
      func.return %1 : tensor<1x28x23x1xf32>
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 16 20:31:41 UTC 2024
    - 284.1K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tf2xla/tests/legalize-tf.mlir

        explicit_paddings = [],
        padding = "VALID",
        strides = [1, 1, 1, 1],
        use_cudnn_on_gpu = true
      } : (tensor<4xi32>, tensor<3x3x1x32xf32>, tensor<100x26x26x32xf32>) -> tensor<100x28x28x1xf32>
      func.return %result : tensor<100x28x28x1xf32>
    }
    
    // -----
    
    // CHECK-LABEL: @conv2d_backprop_input_grouped
    func.func @conv2d_backprop_input_grouped(
        %filter: tensor<2x2x5x21xf32>,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon May 06 18:46:23 UTC 2024
    - 335.5K bytes
    - Viewed (0)
Back to top