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