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