mirror of
https://github.com/ml-explore/mlx.git
synced 2025-12-16 01:49:05 +08:00
Add Primitive::name and remove Primitive::print (#2365)
This commit is contained in:
@@ -500,7 +500,7 @@ array cross(
|
||||
void validate_eig(
|
||||
const array& a,
|
||||
const StreamOrDevice& stream,
|
||||
const std::string fname) {
|
||||
const std::string& fname) {
|
||||
check_cpu_stream(stream, fname);
|
||||
check_float_or_complex(a.dtype(), fname);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user