fnfloor_inplace_op→TensorImplPtrint floor_inplace_op(const int & a)sourceeditIn-place floor: writes ⌊x⌋\lfloor x \rfloor⌊x⌋ back into a.Math ai←⌊ai⌋a_i \leftarrow \lfloor a_i \rfloorai←⌊ai⌋ See Also floor_op — out-of-place counterpart.ParametersaTensorImplPtrTensor to floor in place. Must be non-null.ReturnsTensorImplPtrThe same pointer as a.