.<=(_:_:)
Adds an element-wise less than or equal comparison operation to the current graph.
Declaration
static func .<= (lhs: BNNSGraph.Builder.Tensor<T>, rhs: BNNSGraph.Builder.Tensor<T>) -> BNNSGraph.Builder.Tensor<Bool>Adds an element-wise less than or equal comparison operation to the current graph.
static func .<= (lhs: BNNSGraph.Builder.Tensor<T>, rhs: BNNSGraph.Builder.Tensor<T>) -> BNNSGraph.Builder.Tensor<Bool>