Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ml-explore/mlx
/ ArrayAt
Method
ArrayAt
python/src/array.cpp:30–30 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
28
class ArrayAt {
29
public:
30
ArrayAt(mx::array x) : x_(std::move(x)) {}
31
ArrayAt& set_indices(nb::object indices) {
32
initialized_ = true;
33
indices_ = indices;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected