aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/api_def/python_api/api_def_Tile.pbtxt
blob: 0b9053a529558b2e725f2facc343f09b3763113e (plain)
1
2
3
4
5
6
7
8
9
10
op {
  graph_op_name: "Tile"
  endpoint {
    name: "manip.tile"
  }
  endpoint {
    name: "tile"
    deprecation_message: "tf.tile is deprecated, please use tf.manip.tile instead."
  }
}