Uses of Class
org.nd4j.imports.descriptors.properties.PropertyMapping
-
-
Uses of PropertyMapping in org.nd4j.autodiff.functions
Methods in org.nd4j.autodiff.functions that return types with arguments of type PropertyMapping Modifier and Type Method Description Map<String,Map<String,PropertyMapping>>DifferentialFunction. mappingsForFunction()Returns the mappings for a given function ( for tensorflow and onnx import mapping properties of this function). -
Uses of PropertyMapping in org.nd4j.linalg.api.ops
Methods in org.nd4j.linalg.api.ops that return types with arguments of type PropertyMapping Modifier and Type Method Description Map<String,Map<String,PropertyMapping>>DynamicCustomOp. mappingsForFunction() -
Uses of PropertyMapping 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 PropertyMapping Modifier and Type Method Description Map<String,Map<String,PropertyMapping>>BaseCompatOp. mappingsForFunction() -
Uses of PropertyMapping in org.nd4j.linalg.api.ops.impl.layers.convolution
-
Uses of PropertyMapping in org.nd4j.linalg.api.ops.impl.reduce
Methods in org.nd4j.linalg.api.ops.impl.reduce that return types with arguments of type PropertyMapping Modifier and Type Method Description Map<String,Map<String,PropertyMapping>>Mmul. mappingsForFunction() -
Uses of PropertyMapping in org.nd4j.linalg.api.ops.impl.shape
-
Uses of PropertyMapping in org.nd4j.linalg.api.ops.impl.shape.tensorops
Methods in org.nd4j.linalg.api.ops.impl.shape.tensorops that return types with arguments of type PropertyMapping Modifier and Type Method Description Map<String,Map<String,PropertyMapping>>TensorArraySize. mappingsForFunction() -
Uses of PropertyMapping 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 PropertyMapping Modifier and Type Method Description Map<String,Map<String,PropertyMapping>>CumProd. mappingsForFunction()Map<String,Map<String,PropertyMapping>>CumSum. mappingsForFunction()Map<String,Map<String,PropertyMapping>>Dilation2D. mappingsForFunction()Map<String,Map<String,PropertyMapping>>DynamicPartition. mappingsForFunction()Map<String,Map<String,PropertyMapping>>MirrorPad. mappingsForFunction()Map<String,Map<String,PropertyMapping>>ParallelConcat. mappingsForFunction()Map<String,Map<String,PropertyMapping>>ReverseSequence. mappingsForFunction() -
Uses of PropertyMapping 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 PropertyMapping Modifier and Type Method Description Map<String,Map<String,PropertyMapping>>Cast. mappingsForFunction()
-