Struct tensorflow::eager::raw_ops::ScalarSummary
source · pub struct ScalarSummary { /* private fields */ }
Expand description
ScalarSummary
See : https://www.tensorflow.org/api_docs/python/tf/raw_ops/ScalarSummary
Implementations§
source§impl ScalarSummary
impl ScalarSummary
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>>(
&self,
ctx: &'a Context,
tags: &T0,
values: &T1
) -> Result<TensorHandle<'a>>
pub fn call<'a, T0: ToTensorHandle<'a>, T1: ToTensorHandle<'a>>( &self, ctx: &'a Context, tags: &T0, values: &T1 ) -> Result<TensorHandle<'a>>
Execute scalar_summary.
Trait Implementations§
source§impl Clone for ScalarSummary
impl Clone for ScalarSummary
source§fn clone(&self) -> ScalarSummary
fn clone(&self) -> ScalarSummary
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 ScalarSummary
impl Debug for ScalarSummary
Auto Trait Implementations§
impl RefUnwindSafe for ScalarSummary
impl Send for ScalarSummary
impl Sync for ScalarSummary
impl Unpin for ScalarSummary
impl UnwindSafe for ScalarSummary
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