mirror of
https://github.com/ml-explore/mlx.git
synced 2025-08-21 12:06:42 +08:00
remove unused includes
This commit is contained in:
parent
f7cea9563d
commit
49e3e99da3
@ -1,22 +1,13 @@
|
||||
|
||||
// Copyright © 2023 Apple Inc.
|
||||
|
||||
#include <limits>
|
||||
#include <numeric>
|
||||
#include <ostream>
|
||||
#include <string>
|
||||
#include <variant>
|
||||
|
||||
#include <pybind11/iostream.h>
|
||||
#include <pybind11/pybind11.h>
|
||||
#include <pybind11/stl.h>
|
||||
|
||||
#include "mlx/linalg.h"
|
||||
#include "mlx/ops.h"
|
||||
#include "mlx/utils.h"
|
||||
|
||||
#include "python/src/load.h"
|
||||
#include "python/src/overloaded.h"
|
||||
#include "python/src/utils.h"
|
||||
|
||||
namespace py = pybind11;
|
||||
|
@ -1,8 +0,0 @@
|
||||
// Copyright © 2023 Apple Inc.
|
||||
|
||||
template <typename... Ts>
|
||||
struct overloaded : Ts... {
|
||||
using Ts::operator()...;
|
||||
};
|
||||
template <class... Ts>
|
||||
overloaded(Ts...) -> overloaded<Ts...>;
|
Loading…
Reference in New Issue
Block a user