pub struct BaseInputSpec {
pub client: ComputeClient<TestRuntime>,
pub shape: Shape,
pub dtype: StorageType,
pub stride_spec: StrideSpec,
}Fields§
§client: ComputeClient<TestRuntime>§shape: Shape§dtype: StorageType§stride_spec: StrideSpecAuto Trait Implementations§
impl Freeze for BaseInputSpec
impl !RefUnwindSafe for BaseInputSpec
impl Send for BaseInputSpec
impl Sync for BaseInputSpec
impl Unpin for BaseInputSpec
impl UnsafeUnpin for BaseInputSpec
impl !UnwindSafe for BaseInputSpec
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more