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