pub unsafe trait AsLayer {
// Provided methods
fn as_layer(&self) -> &ILayer { ... }
fn as_layer_pin_mut(&mut self) -> Pin<&mut ILayer> { ... }
}Provided Methods§
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".
Implementors§
impl AsLayer for IActivationLayer
impl AsLayer for IAssertionLayer
impl AsLayer for IAttentionBoundaryLayer
impl AsLayer for IAttentionInputLayer
impl AsLayer for IAttentionOutputLayer
impl AsLayer for ICastLayer
impl AsLayer for IConcatenationLayer
impl AsLayer for IConditionLayer
impl AsLayer for IConstantLayer
impl AsLayer for IConvolutionLayer
impl AsLayer for ICumulativeLayer
impl AsLayer for IDeconvolutionLayer
impl AsLayer for IDequantizeLayer
impl AsLayer for IDistCollectiveLayer
Available on crate feature
v_1_4 only.impl AsLayer for IDynamicQuantizeLayer
impl AsLayer for IEinsumLayer
impl AsLayer for IElementWiseLayer
impl AsLayer for IFillLayer
impl AsLayer for IGatherLayer
impl AsLayer for IGridSampleLayer
impl AsLayer for IIdentityLayer
impl AsLayer for IIfConditionalInputLayer
impl AsLayer for IIfConditionalOutputLayer
impl AsLayer for IIteratorLayer
impl AsLayer for IKVCacheUpdateLayer
impl AsLayer for ILRNLayer
impl AsLayer for ILayer
impl AsLayer for ILoopBoundaryLayer
impl AsLayer for ILoopOutputLayer
impl AsLayer for IMatrixMultiplyLayer
impl AsLayer for IMoELayer
Available on crate feature
v_1_4 only.