blob: a358ad2d8852dbadeaf886ef5f48170f064010f8 [file] [log] [blame]
builtin.func @test(%V__0 : tensor<?x1x?xi64> { python_test_attrs.static_type = tensor<1x1x1xi64> }, %V__1 : tensor<?x?x1xi1> { python_test_attrs.static_type = tensor<1x60x1xi1> }) -> tensor<?x?x?xi64> {
%0 = "tf.Squeeze"(%V__0) { squeeze_dims = [ 0 : i64, 2 : i64 ] } : (tensor<?x1x?xi64>) -> tensor<1xi64>
%1 = "tf.Shape"(%V__1) : (tensor<?x?x1xi1>) -> tensor<3xi32>
%2 = "tf.BroadcastTo"(%0, %1) : (tensor<1xi64>, tensor<3xi32>) -> tensor<?x?x?xi64>
return %2 : tensor<?x?x?xi64>
}