Crate caffe2op_floor

source ·

Structs

  • | Element-wise application of the floor | function ($y=floor(x)$) to the input | tensor X. Output tensor shape is the | same as the input tensor. This operator | can be used in an in-place fashion by | using the same input blob as the output | blob. | | Github Link: | | - https://github.com/pytorch/pytorch/blob/master/caffe2/operators/floor_op.cc |