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