modeci_mdf.functions.onnx.equal

modeci_mdf.functions.onnx.equal(*args, **kwargs)

Returns the tensor resulted from performing the equal logical operation elementwise on the input tensors A and B (with Numpy-style broadcasting support).

This operator supports multidirectional (i.e., Numpy-style) broadcasting; for more details please check [the doc](Broadcasting.md).