Crate caffe2op_tan

source ·

Structs

  • | Calculates the tangent of the given | input tensor, element-wise. |
  • | Calculates the hyperbolic tangent | of the given input tensor element-wise. | | This operation can be done in an in-place | fashion too, by providing the same input | and output blobs. | | Github Links: | | - https://github.com/pytorch/pytorch/blob/master/caffe2/operators/tanh_op.cc |