mirror of
https://github.com/ml-explore/mlx.git
synced 2025-08-20 10:27:41 +08:00
spelling: overridden
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
116a5b3d89
commit
8f39b89759
@ -84,7 +84,7 @@ class Primitive {
|
||||
/** Print the primitive. */
|
||||
virtual void print(std::ostream& os) = 0;
|
||||
|
||||
/** Equivalence check defaults to false unless overriden by the primitive */
|
||||
/** Equivalence check defaults to false unless overridden by the primitive */
|
||||
virtual bool is_equivalent(const Primitive& other) const {
|
||||
return false;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user