Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for 1x2xbf16 (0.11 sec)

  1. tensorflow/compiler/mlir/tf2xla/tests/legalize-tf.mlir

    func.func @floordiv_bf16(%arg0: tensor<2xbf16>) -> tensor<2xbf16> {
      // CHECK-NEXT:  mhlo.convert
      // CHECK-NEXT:  mhlo.convert
      // CHECK-NEXT:  chlo.broadcast_divide
      // CHECK-NEXT:  mhlo.floor
      // CHECK-NEXT:  mhlo.convert
      // CHECK-NEXT:  return
      %0 = "tf.FloorDiv"(%arg0, %arg0) : (tensor<2xbf16>, tensor<2xbf16>) -> tensor<2xbf16>
      func.return %0: tensor<2xbf16>
    }
    
    // -----
    
    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