---
title: ceil()
framework: accelerate
role: symbol
role_heading: Instance Method
path: accelerate/bnnsgraph/builder/tensor/ceil()
---

# ceil()

Adds an element-wise ceiling operation to the current graph.

## Declaration

```swift
func ceil() -> BNNSGraph.Builder.Tensor<T>
```
