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