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