mirror of
https://github.com/huggingface/candle.git
synced 2025-06-19 03:54:56 +00:00
Preliminary support for inplace ops. (#1921)
* Preliminary support for inplace ops. * Add a test.
This commit is contained in:
@ -74,7 +74,7 @@ pub mod utils;
|
||||
mod variable;
|
||||
|
||||
pub use cpu_backend::CpuStorage;
|
||||
pub use custom_op::{CustomOp1, CustomOp2, CustomOp3};
|
||||
pub use custom_op::{CustomOp1, CustomOp2, CustomOp3, InplaceOp1, InplaceOp2, InplaceOp3};
|
||||
pub use device::{Device, DeviceLocation, NdArray};
|
||||
pub use dtype::{DType, FloatDType, IntDType, WithDType};
|
||||
pub use error::{Error, Result};
|
||||
|
Reference in New Issue
Block a user