---
title: ".<=(_:_:)"
framework: accelerate
role: symbol
role_heading: Operator
path: "accelerate/bnnsgraph/builder/tensor/'._=(_:_:)-20vpj"
---

# .<=(_:_:)

Adds an element-wise less than or equal comparison operation to the current graph.

## Declaration

```swift
static func .<= (lhs: BNNSGraph.Builder.Tensor<T>, rhs: BNNSGraph.Builder.Tensor<T>) -> BNNSGraph.Builder.Tensor<Bool>
```
