pub struct TFRecordDataset { /* private fields */ }
Expand description
Builder for the TFRecordDataset
operation.
Implementations§
Source§impl TFRecordDataset
impl TFRecordDataset
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 TFRecordDataset
impl Debug for TFRecordDataset
Source§impl Default for TFRecordDataset
impl Default for TFRecordDataset
Source§fn default() -> TFRecordDataset
fn default() -> TFRecordDataset
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for TFRecordDataset
impl RefUnwindSafe for TFRecordDataset
impl Send for TFRecordDataset
impl Sync for TFRecordDataset
impl Unpin for TFRecordDataset
impl UnwindSafe for TFRecordDataset
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