Uses of Interface
org.nd4j.imports.descriptors.properties.AttributeAdapter
-
-
Uses of AttributeAdapter in org.nd4j.autodiff.functions
Methods in org.nd4j.autodiff.functions that return types with arguments of type AttributeAdapter Modifier and Type Method Description Map<String,Map<String,AttributeAdapter>>DifferentialFunction. attributeAdaptersForFunction()Returns theAttributeAdapters for each of the possible ops for import (typically tensorflow and onnx) SeeAttributeAdapterfor more information on what the adapter does. -
Uses of AttributeAdapter in org.nd4j.imports.descriptors.properties.adapters
Classes in org.nd4j.imports.descriptors.properties.adapters that implement AttributeAdapter Modifier and Type Class Description classBooleanAdapterclassConditionalFieldValueIntIndexArrayAdapterclassConditionalFieldValueNDArrayShapeAdapterclassDataTypeAdapterclassIntArrayIntIndexAdapterclassNDArrayShapeAdapterclassSizeThresholdIntArrayIntIndexAdapterclassStringEqualsAdapterclassStringNotEqualsAdapter -
Uses of AttributeAdapter in org.nd4j.linalg.api.ops.impl.controlflow.compat
Methods in org.nd4j.linalg.api.ops.impl.controlflow.compat that return types with arguments of type AttributeAdapter Modifier and Type Method Description Map<String,Map<String,AttributeAdapter>>BaseCompatOp. attributeAdaptersForFunction() -
Uses of AttributeAdapter in org.nd4j.linalg.api.ops.impl.layers.convolution
Methods in org.nd4j.linalg.api.ops.impl.layers.convolution that return types with arguments of type AttributeAdapter Modifier and Type Method Description Map<String,Map<String,AttributeAdapter>>Conv2D. attributeAdaptersForFunction()Map<String,Map<String,AttributeAdapter>>Conv3D. attributeAdaptersForFunction()Map<String,Map<String,AttributeAdapter>>DeConv2DTF. attributeAdaptersForFunction()Map<String,Map<String,AttributeAdapter>>DepthwiseConv2D. attributeAdaptersForFunction() -
Uses of AttributeAdapter in org.nd4j.linalg.api.ops.impl.transforms.custom
Methods in org.nd4j.linalg.api.ops.impl.transforms.custom that return types with arguments of type AttributeAdapter Modifier and Type Method Description Map<String,Map<String,AttributeAdapter>>CumProd. attributeAdaptersForFunction()Map<String,Map<String,AttributeAdapter>>CumSum. attributeAdaptersForFunction()Map<String,Map<String,AttributeAdapter>>Dilation2D. attributeAdaptersForFunction()Map<String,Map<String,AttributeAdapter>>MirrorPad. attributeAdaptersForFunction()Map<String,Map<String,AttributeAdapter>>ParallelConcat. attributeAdaptersForFunction() -
Uses of AttributeAdapter in org.nd4j.linalg.api.ops.impl.transforms.dtype
Methods in org.nd4j.linalg.api.ops.impl.transforms.dtype that return types with arguments of type AttributeAdapter Modifier and Type Method Description Map<String,Map<String,AttributeAdapter>>Cast. attributeAdaptersForFunction()
-