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