Struct tensorflow::ops::BesselI1Inst
source · pub struct BesselI1Inst {
pub op: Operation,
}
Expand description
An instance of ‘BesselI1’ Operation with it’s Outputs and Inputs exposed as methods.
Fields§
§op: Operation
An instance of a fully built BesselI1 Operation in a Tensorflow graph.
Implementations§
Trait Implementations§
source§impl Clone for BesselI1Inst
impl Clone for BesselI1Inst
source§fn clone(&self) -> BesselI1Inst
fn clone(&self) -> BesselI1Inst
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for BesselI1Inst
impl Debug for BesselI1Inst
source§impl From<BesselI1Inst> for Operation
impl From<BesselI1Inst> for Operation
source§fn from(inst: BesselI1Inst) -> Operation
fn from(inst: BesselI1Inst) -> Operation
Converts to this type from the input type.
Auto Trait Implementations§
impl RefUnwindSafe for BesselI1Inst
impl Send for BesselI1Inst
impl Sync for BesselI1Inst
impl Unpin for BesselI1Inst
impl UnwindSafe for BesselI1Inst
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