Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ml-explore/mlx
/ offset
Function
offset
mlx/array.h:383–385 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
381
}
382
383
int64_t offset() const {
384
return array_desc_->offset;
385
}
386
387
enum Status {
388
// The output of a computation which has not been scheduled.
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected