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