Struct tensorflow::ops::GRUBlockCell
source · pub struct GRUBlockCell { /* private fields */ }
Expand description
Builder for the GRUBlockCell
operation.
Implementations§
source§impl GRUBlockCell
impl GRUBlockCell
sourcepub fn add_control_input(self, op: Operation) -> Self
pub fn add_control_input(self, op: Operation) -> Self
Adds a control input.
Trait Implementations§
source§impl Debug for GRUBlockCell
impl Debug for GRUBlockCell
source§impl Default for GRUBlockCell
impl Default for GRUBlockCell
source§fn default() -> GRUBlockCell
fn default() -> GRUBlockCell
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl RefUnwindSafe for GRUBlockCell
impl Send for GRUBlockCell
impl Sync for GRUBlockCell
impl Unpin for GRUBlockCell
impl UnwindSafe for GRUBlockCell
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