Struct tensorflow::OpList
source · pub struct OpList(_);
Expand description
Collection of OpDefs exposed from an external plugin
Trait Implementations§
source§impl PartialEq<OpList> for OpList
impl PartialEq<OpList> for OpList
impl Eq for OpList
impl StructuralEq for OpList
impl StructuralPartialEq for OpList
Auto Trait Implementations§
impl RefUnwindSafe for OpList
impl Send for OpList
impl Sync for OpList
impl Unpin for OpList
impl UnwindSafe for OpList
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