Skip to content

v0.2.9#164

Merged
FL03 merged 19 commits intomainfrom
v0.2.9
Nov 28, 2025
Merged

v0.2.9#164
FL03 merged 19 commits intomainfrom
v0.2.9

Conversation

@FL03
Copy link
Owner

@FL03 FL03 commented Nov 26, 2025

No description provided.

Signed-off-by: FL03 <[email protected]>
@FL03 FL03 added this to the v0.2.9 milestone Nov 26, 2025
@FL03 FL03 self-assigned this Nov 26, 2025
@FL03 FL03 added bug Something isn't working discussion Contributing in the repository discussion documentation Improvements or additions to documentation enhancement New feature or request rust Improvements or additions that update the Rust code dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code model Any additions or improvements to any models tracking Any issue used to track the progress of other issues test Additions, modifications, or issues related to any unit tests feature Designates any implemented feature macros Anything related to procedural macros benchmark Additions, modifications, or issues related to any benchmarks labels Nov 26, 2025
FL03 added 14 commits November 26, 2025 13:23
Signed-off-by: FL03 <[email protected]>
Signed-off-by: FL03 <[email protected]>
Signed-off-by: FL03 <[email protected]>
Signed-off-by: FL03 <[email protected]>
Signed-off-by: FL03 <[email protected]>
Signed-off-by: FL03 <[email protected]>
Signed-off-by: FL03 <[email protected]>
Signed-off-by: FL03 <[email protected]>
Signed-off-by: FL03 <[email protected]>
Signed-off-by: FL03 <[email protected]>
Signed-off-by: FL03 <[email protected]>
Signed-off-by: FL03 <[email protected]>
Signed-off-by: FL03 <[email protected]>
Signed-off-by: FL03 <[email protected]>
FL03 added 4 commits November 28, 2025 15:48
Signed-off-by: FL03 <[email protected]>
Signed-off-by: FL03 <[email protected]>
Signed-off-by: FL03 <[email protected]>
Signed-off-by: FL03 <[email protected]>
@FL03 FL03 marked this pull request as ready for review November 28, 2025 22:59
@FL03 FL03 merged commit 9ffca43 into main Nov 28, 2025
5 of 6 checks passed
@FL03 FL03 deleted the v0.2.9 branch November 28, 2025 22:59
Comment on lines +11 to +27
pub trait RawTensor<S, D>
where
S: RawTensorData<Elem = Self::Elem>,
{
type Elem;
type Cont<_R: RawTensorData<Elem = Self::Elem>, _D>: RawTensor<_R, _D, Elem = Self::Elem>;
/// returns the rank, or _dimensionality_, of the tensor
fn rank(&self) -> usize;
/// returns the shape of the tensor
fn shape(&self) -> &[usize];
/// returns the total number of elements in the tensor
fn len(&self) -> usize;

fn as_ptr(&self) -> *const Self::Elem;

fn as_mut_ptr(&mut self) -> *mut Self::Elem;
}

Check failure

Code scanning / clippy

trait RawTensor has a len method but no (possibly inherited) is_empty method Error

trait RawTensor has a len method but no (possibly inherited) is_empty method
@FL03 FL03 linked an issue Dec 11, 2025 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

benchmark Additions, modifications, or issues related to any benchmarks bug Something isn't working dependencies Pull requests that update a dependency file discussion Contributing in the repository discussion documentation Improvements or additions to documentation enhancement New feature or request feature Designates any implemented feature github_actions Pull requests that update GitHub Actions code macros Anything related to procedural macros model Any additions or improvements to any models rust Improvements or additions that update the Rust code test Additions, modifications, or issues related to any unit tests tracking Any issue used to track the progress of other issues

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Fix the rustdocs

1 participant