Struct tensorflow::eager::raw_ops::ImageSummary
source · pub struct ImageSummary { /* private fields */ }
Expand description
ImageSummary
See : https://www.tensorflow.org/api_docs/python/tf/raw_ops/ImageSummary
Implementations§
source§impl ImageSummary
impl ImageSummary
sourcepub fn max_images<ArgType: Into<i64>>(self, value: ArgType) -> Self
pub fn max_images<ArgType: Into<i64>>(self, value: ArgType) -> Self
Sets the max_images
attribute.
sourcepub fn bad_color<T: TensorType, ArgType: Into<Tensor<T>>>(
self,
value: ArgType
) -> Self
pub fn bad_color<T: TensorType, ArgType: Into<Tensor<T>>>( self, value: ArgType ) -> Self
Sets the bad_color
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>>(
&self,
ctx: &'a Context,
tag: &T0,
tensor: &T1
) -> Result<TensorHandle<'a>>
pub fn call<'a, T0: ToTensorHandle<'a>, T1: ToTensorHandle<'a>>( &self, ctx: &'a Context, tag: &T0, tensor: &T1 ) -> Result<TensorHandle<'a>>
Execute image_summary.
Trait Implementations§
source§impl Debug for ImageSummary
impl Debug for ImageSummary
Auto Trait Implementations§
impl !RefUnwindSafe for ImageSummary
impl !Send for ImageSummary
impl !Sync for ImageSummary
impl Unpin for ImageSummary
impl !UnwindSafe for ImageSummary
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