aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/api_def/python_api/api_def_Log1p.pbtxt
blob: 6b451aa5466ba34f71648570eada171b9d52b70d (plain)
1
2
3
4
5
6
7
8
9
10
op {
  graph_op_name: "Log1p"
  endpoint {
    name: "math.log1p"
  }
  endpoint {
    name: "log1p"
    deprecation_message: "tf.log1p is deprecated, please use tf.math.log1p instead."
  }
}