Verify mlx.core.full() is already fully implemented - #557
Merged
Conversation
Copilot
AI
changed the title
[WIP] Implement mlx.core.full() functionality
Verify mlx.core.full() is already fully implemented
Oct 22, 2025
sydneyrenee
marked this pull request as ready for review
October 24, 2025 17:45
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This PR confirms that
mlx.core.full()is already fully implemented in the codebase. No new code changes were required.Implementation Status
The
mlx.core.full()function was previously implemented and includes:C++ Native Implementation
node/src/native/array.cc(lines 1652-1754)dtypeparameter with intelligent type inferencestreamparameter for device controlInit()at line 2215TypeScript API
node/src/core/array.ts(lines 304-312)full(shape: readonly number[], value: number, dtype?: DType): MLXArraymlx.core.fulland top-levelmlx.fullTest Coverage
node/test/core/array.test.ts(lines 75-78)mlx.core.full([3], 7.5, 'float64')Python API Parity
The implementation matches the Python MLX API signature:
Usage Example
Closes issue requesting implementation of
mlx.core.full().Original prompt
Fixes #505
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.