pub struct BoostedTreesCreateQuantileStreamResource { /* private fields */ }
Expand description
BoostedTreesCreateQuantileStreamResource
See : https://www.tensorflow.org/api_docs/python/tf/raw_ops/BoostedTreesCreateQuantileStreamResource
Implementations§
source§impl BoostedTreesCreateQuantileStreamResource
impl BoostedTreesCreateQuantileStreamResource
sourcepub fn max_elements<ArgType: Into<i64>>(self, value: ArgType) -> Self
pub fn max_elements<ArgType: Into<i64>>(self, value: ArgType) -> Self
Sets the max_elements
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, T0: ToTensorHandle<'a>, T1: ToTensorHandle<'a>, T2: ToTensorHandle<'a>>(
&self,
ctx: &'a Context,
quantile_stream_resource_handle: &T0,
epsilon: &T1,
num_streams: &T2
) -> Result<()>
pub fn call<'a, T0: ToTensorHandle<'a>, T1: ToTensorHandle<'a>, T2: ToTensorHandle<'a>>( &self, ctx: &'a Context, quantile_stream_resource_handle: &T0, epsilon: &T1, num_streams: &T2 ) -> Result<()>
Execute boosted_trees_create_quantile_stream_resource.
Trait Implementations§
source§impl Clone for BoostedTreesCreateQuantileStreamResource
impl Clone for BoostedTreesCreateQuantileStreamResource
source§fn clone(&self) -> BoostedTreesCreateQuantileStreamResource
fn clone(&self) -> BoostedTreesCreateQuantileStreamResource
Returns a copy 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 RefUnwindSafe for BoostedTreesCreateQuantileStreamResource
impl Send for BoostedTreesCreateQuantileStreamResource
impl Sync for BoostedTreesCreateQuantileStreamResource
impl Unpin for BoostedTreesCreateQuantileStreamResource
impl UnwindSafe for BoostedTreesCreateQuantileStreamResource
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