Struct tensorflow::ops::DecodeJSONExample
source · pub struct DecodeJSONExample { /* private fields */ }
Expand description
Builder for the DecodeJSONExample
operation.
Implementations§
source§impl DecodeJSONExample
impl DecodeJSONExample
sourcepub fn add_control_input(self, op: Operation) -> Self
pub fn add_control_input(self, op: Operation) -> Self
Adds a control input.
sourcepub fn build<O0: Into<Output>>(
&self,
json_examples: O0,
scope: &mut Scope
) -> Result<Operation>
pub fn build<O0: Into<Output>>( &self, json_examples: O0, scope: &mut Scope ) -> Result<Operation>
Builds the DecodeJSONExample
operation.
sourcepub fn build_instance(
&self,
json_examples: Output,
scope: &mut Scope
) -> Result<DecodeJSONExampleInst>
pub fn build_instance( &self, json_examples: Output, scope: &mut Scope ) -> Result<DecodeJSONExampleInst>
Builds a new instance of ‘DecodeJSONExample’ Operation with it’s Outputs and Inputs exposed as methods.
Trait Implementations§
source§impl Debug for DecodeJSONExample
impl Debug for DecodeJSONExample
source§impl Default for DecodeJSONExample
impl Default for DecodeJSONExample
source§fn default() -> DecodeJSONExample
fn default() -> DecodeJSONExample
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl RefUnwindSafe for DecodeJSONExample
impl Send for DecodeJSONExample
impl Sync for DecodeJSONExample
impl Unpin for DecodeJSONExample
impl UnwindSafe for DecodeJSONExample
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