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