Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for 1x1x1x1x4xi32 (0.12 sec)

  1. tensorflow/compiler/mlir/lite/stablehlo/tests/fold_broadcast.mlir

      %0 = mhlo.constant dense<[[[[0, 1, 2, 3]]]]> : tensor<1x1x1x4xi32>
      %1 = mhlo.constant dense<[[[[0, 1, 2, 3]], [[0, 1, 2, 3]]]]> : tensor<1x2x1x4xi32>
      %2 = "mhlo.broadcast_in_dim"(%0) <{broadcast_dimensions = dense<[0, 1, 2, 3]> : tensor<4xi64>}> : (tensor<1x1x1x4xi32>) -> tensor<1x2x1x4xi32>
      %3 = mhlo.multiply %1, %2 : tensor<1x2x1x4xi32>
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Sat Apr 06 15:32:52 UTC 2024
    - 4.1K bytes
    - Viewed (0)
Back to top