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