Struct tensorflow::eager::raw_ops::StringJoin
source · pub struct StringJoin { /* private fields */ }
Expand description
StringJoin
See : https://www.tensorflow.org/api_docs/python/tf/raw_ops/StringJoin
Implementations§
source§impl StringJoin
impl StringJoin
sourcepub fn separator<ArgType: Into<String>>(self, value: ArgType) -> Self
pub fn separator<ArgType: Into<String>>(self, value: ArgType) -> Self
Sets the separator
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>>(
&self,
ctx: &'a Context,
inputs: &[&T0]
) -> Result<TensorHandle<'a>>
pub fn call<'a, T0: ToTensorHandle<'a>>( &self, ctx: &'a Context, inputs: &[&T0] ) -> Result<TensorHandle<'a>>
Execute string_join.
Trait Implementations§
source§impl Clone for StringJoin
impl Clone for StringJoin
source§fn clone(&self) -> StringJoin
fn clone(&self) -> StringJoin
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 moresource§impl Debug for StringJoin
impl Debug for StringJoin
Auto Trait Implementations§
impl RefUnwindSafe for StringJoin
impl Send for StringJoin
impl Sync for StringJoin
impl Unpin for StringJoin
impl UnwindSafe for StringJoin
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