Struct tensorflow::FunctionOptions
source · pub struct FunctionOptions { /* private fields */ }
Expand description
Options that can be passed during function creation.
Implementations§
Trait Implementations§
source§impl Debug for FunctionOptions
impl Debug for FunctionOptions
Auto Trait Implementations§
impl RefUnwindSafe for FunctionOptions
impl !Send for FunctionOptions
impl !Sync for FunctionOptions
impl Unpin for FunctionOptions
impl UnwindSafe for FunctionOptions
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