mirror of
https://github.com/ml-explore/mlx.git
synced 2025-08-21 11:38:06 +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. */
|
/** Print the primitive. */
|
||||||
virtual void print(std::ostream& os) = 0;
|
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 {
|
virtual bool is_equivalent(const Primitive& other) const {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user