Python wrappers
Public Python APIs implemented by this engine symbol.Autograd node for element-wise ceiling: .
Piecewise-constant; derivative is zero almost everywhere and undefined
at integer boundaries. kHasGradient = false.
Math
(smallest integer not less than ).
Attributes
kSavesInputboolfalse.kHasGradientboolfalse.schema_v1OpSchemaOp name
"ceil" with AmpPolicy::KeepInput.Notes
Integer dtypes are a no-op. Negative values round toward zero (e.g.
ceil(-1.2) = -1).