pub unsafe trait AsLayerTyped: AsLayer {
const TYPE: LayerType;
}Required Associated Constants§
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".
Implementors§
Source§impl AsLayerTyped for IActivationLayer
impl AsLayerTyped for IActivationLayer
Source§impl AsLayerTyped for IAssertionLayer
impl AsLayerTyped for IAssertionLayer
Source§impl AsLayerTyped for IAttentionInputLayer
impl AsLayerTyped for IAttentionInputLayer
Source§impl AsLayerTyped for IAttentionOutputLayer
impl AsLayerTyped for IAttentionOutputLayer
Source§impl AsLayerTyped for ICastLayer
impl AsLayerTyped for ICastLayer
Source§impl AsLayerTyped for IConcatenationLayer
impl AsLayerTyped for IConcatenationLayer
Source§impl AsLayerTyped for IConditionLayer
impl AsLayerTyped for IConditionLayer
Source§impl AsLayerTyped for IConstantLayer
impl AsLayerTyped for IConstantLayer
Source§impl AsLayerTyped for IConvolutionLayer
impl AsLayerTyped for IConvolutionLayer
Source§impl AsLayerTyped for ICumulativeLayer
impl AsLayerTyped for ICumulativeLayer
Source§impl AsLayerTyped for IDeconvolutionLayer
impl AsLayerTyped for IDeconvolutionLayer
Source§impl AsLayerTyped for IDequantizeLayer
impl AsLayerTyped for IDequantizeLayer
Source§impl AsLayerTyped for IDistCollectiveLayer
Available on crate feature v_1_4 only.
impl AsLayerTyped for IDistCollectiveLayer
Available on crate feature
v_1_4 only.Source§impl AsLayerTyped for IDynamicQuantizeLayer
impl AsLayerTyped for IDynamicQuantizeLayer
Source§impl AsLayerTyped for IEinsumLayer
impl AsLayerTyped for IEinsumLayer
Source§impl AsLayerTyped for IElementWiseLayer
impl AsLayerTyped for IElementWiseLayer
Source§impl AsLayerTyped for IFillLayer
impl AsLayerTyped for IFillLayer
Source§impl AsLayerTyped for IGatherLayer
impl AsLayerTyped for IGatherLayer
Source§impl AsLayerTyped for IGridSampleLayer
impl AsLayerTyped for IGridSampleLayer
Source§impl AsLayerTyped for IIdentityLayer
impl AsLayerTyped for IIdentityLayer
Source§impl AsLayerTyped for IIteratorLayer
impl AsLayerTyped for IIteratorLayer
Source§impl AsLayerTyped for IKVCacheUpdateLayer
impl AsLayerTyped for IKVCacheUpdateLayer
Source§impl AsLayerTyped for ILoopBoundaryLayer
impl AsLayerTyped for ILoopBoundaryLayer
Source§impl AsLayerTyped for ILoopOutputLayer
impl AsLayerTyped for ILoopOutputLayer
Source§impl AsLayerTyped for IMatrixMultiplyLayer
impl AsLayerTyped for IMatrixMultiplyLayer
Source§impl AsLayerTyped for IMoELayer
Available on crate feature v_1_4 only.
impl AsLayerTyped for IMoELayer
Available on crate feature
v_1_4 only.