pub struct BoostedTreesEnsembleResourceHandleOp { /* private fields */ }
Expand description
BoostedTreesEnsembleResourceHandleOp
See : https://www.tensorflow.org/api_docs/python/tf/raw_ops/BoostedTreesEnsembleResourceHandleOp
Implementations§
Source§impl BoostedTreesEnsembleResourceHandleOp
impl BoostedTreesEnsembleResourceHandleOp
Sourcepub fn container<ArgType: Into<String>>(self, value: ArgType) -> Self
pub fn container<ArgType: Into<String>>(self, value: ArgType) -> Self
Sets the container
attribute.
Sets the shared_name
attribute.
Sourcepub fn target_device_name<ArgType: Into<String>>(self, value: ArgType) -> Self
pub fn target_device_name<ArgType: Into<String>>(self, value: ArgType) -> Self
Sets the `` attribute.
Sourcepub fn call<'a>(&self, ctx: &'a Context) -> Result<TensorHandle<'a>>
pub fn call<'a>(&self, ctx: &'a Context) -> Result<TensorHandle<'a>>
Execute boosted_trees_ensemble_resource_handle_op.
Trait Implementations§
Source§impl Clone for BoostedTreesEnsembleResourceHandleOp
impl Clone for BoostedTreesEnsembleResourceHandleOp
Source§fn clone(&self) -> BoostedTreesEnsembleResourceHandleOp
fn clone(&self) -> BoostedTreesEnsembleResourceHandleOp
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreAuto Trait Implementations§
impl Freeze for BoostedTreesEnsembleResourceHandleOp
impl RefUnwindSafe for BoostedTreesEnsembleResourceHandleOp
impl Send for BoostedTreesEnsembleResourceHandleOp
impl Sync for BoostedTreesEnsembleResourceHandleOp
impl Unpin for BoostedTreesEnsembleResourceHandleOp
impl UnwindSafe for BoostedTreesEnsembleResourceHandleOp
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