NSObject.Function_instanceMethodForSelector_ret, NSObject.Function_methodForSelector_ret| Modifier | Constructor and Description |
|---|---|
protected |
MLCConvolutionDescriptor(org.moe.natj.general.Pointer peer) |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
accessInstanceVariablesDirectly() |
static MLCConvolutionDescriptor |
alloc() |
static MLCConvolutionDescriptor |
allocWithZone(org.moe.natj.general.ptr.VoidPtr zone) |
static boolean |
automaticallyNotifiesObserversForKey(java.lang.String key) |
static void |
cancelPreviousPerformRequestsWithTarget(java.lang.Object aTarget) |
static void |
cancelPreviousPerformRequestsWithTargetSelectorObject(java.lang.Object aTarget,
org.moe.natj.objc.SEL aSelector,
java.lang.Object anArgument) |
static NSArray<java.lang.String> |
classFallbacksForKeyedArchiver() |
static org.moe.natj.objc.Class |
classForKeyedUnarchiver() |
static MLCConvolutionDescriptor |
convolutionTransposeDescriptorWithKernelSizesInputFeatureChannelCountOutputFeatureChannelCountGroupCountStridesDilationRatesPaddingPolicyPaddingSizes(NSArray<? extends NSNumber> kernelSizes,
long inputFeatureChannelCount,
long outputFeatureChannelCount,
long groupCount,
NSArray<? extends NSNumber> strides,
NSArray<? extends NSNumber> dilationRates,
int paddingPolicy,
NSArray<? extends NSNumber> paddingSizes)
Create a MLCConvolutionDescriptor object for convolution transpose
|
static MLCConvolutionDescriptor |
convolutionTransposeDescriptorWithKernelSizesInputFeatureChannelCountOutputFeatureChannelCountStridesPaddingPolicyPaddingSizes(NSArray<? extends NSNumber> kernelSizes,
long inputFeatureChannelCount,
long outputFeatureChannelCount,
NSArray<? extends NSNumber> strides,
int paddingPolicy,
NSArray<? extends NSNumber> paddingSizes)
Create a MLCConvolutionDescriptor object for convolution transpose
|
static MLCConvolutionDescriptor |
convolutionTransposeDescriptorWithKernelWidthKernelHeightInputFeatureChannelCountOutputFeatureChannelCount(long kernelWidth,
long kernelHeight,
long inputFeatureChannelCount,
long outputFeatureChannelCount)
Create a MLCConvolutionDescriptor object for convolution transpose
|
int |
convolutionType()
[@property] convolutionType
|
java.lang.Object |
copyWithZone(org.moe.natj.general.ptr.VoidPtr zone) |
static java.lang.String |
debugDescription_static() |
static MLCConvolutionDescriptor |
depthwiseConvolutionDescriptorWithKernelSizesInputFeatureChannelCountChannelMultiplierStridesDilationRatesPaddingPolicyPaddingSizes(NSArray<? extends NSNumber> kernelSizes,
long inputFeatureChannelCount,
long channelMultiplier,
NSArray<? extends NSNumber> strides,
NSArray<? extends NSNumber> dilationRates,
int paddingPolicy,
NSArray<? extends NSNumber> paddingSizes)
Create a MLCConvolutionDescriptor object for depthwise convolution
|
static MLCConvolutionDescriptor |
depthwiseConvolutionDescriptorWithKernelSizesInputFeatureChannelCountChannelMultiplierStridesPaddingPolicyPaddingSizes(NSArray<? extends NSNumber> kernelSizes,
long inputFeatureChannelCount,
long channelMultiplier,
NSArray<? extends NSNumber> strides,
int paddingPolicy,
NSArray<? extends NSNumber> paddingSizes)
Create a MLCConvolutionDescriptor object for depthwise convolution
|
static MLCConvolutionDescriptor |
depthwiseConvolutionDescriptorWithKernelWidthKernelHeightInputFeatureChannelCountChannelMultiplier(long kernelWidth,
long kernelHeight,
long inputFeatureChannelCount,
long channelMultiplier)
Create a MLCConvolutionDescriptor object for depthwise convolution
|
static java.lang.String |
description_static() |
static MLCConvolutionDescriptor |
descriptorWithKernelSizesInputFeatureChannelCountOutputFeatureChannelCountGroupCountStridesDilationRatesPaddingPolicyPaddingSizes(NSArray<? extends NSNumber> kernelSizes,
long inputFeatureChannelCount,
long outputFeatureChannelCount,
long groupCount,
NSArray<? extends NSNumber> strides,
NSArray<? extends NSNumber> dilationRates,
int paddingPolicy,
NSArray<? extends NSNumber> paddingSizes)
Create a MLCConvolutionDescriptor object
|
static MLCConvolutionDescriptor |
descriptorWithKernelSizesInputFeatureChannelCountOutputFeatureChannelCountStridesPaddingPolicyPaddingSizes(NSArray<? extends NSNumber> kernelSizes,
long inputFeatureChannelCount,
long outputFeatureChannelCount,
NSArray<? extends NSNumber> strides,
int paddingPolicy,
NSArray<? extends NSNumber> paddingSizes)
Create a MLCConvolutionDescriptor object
|
static MLCConvolutionDescriptor |
descriptorWithKernelWidthKernelHeightInputFeatureChannelCountOutputFeatureChannelCount(long kernelWidth,
long kernelHeight,
long inputFeatureChannelCount,
long outputFeatureChannelCount)
Create a MLCConvolutionDescriptor object
|
static MLCConvolutionDescriptor |
descriptorWithTypeKernelSizesInputFeatureChannelCountOutputFeatureChannelCountGroupCountStridesDilationRatesPaddingPolicyPaddingSizes(int convolutionType,
NSArray<? extends NSNumber> kernelSizes,
long inputFeatureChannelCount,
long outputFeatureChannelCount,
long groupCount,
NSArray<? extends NSNumber> strides,
NSArray<? extends NSNumber> dilationRates,
int paddingPolicy,
NSArray<? extends NSNumber> paddingSizes)
Creates a convolution descriptor with the specified convolution type.
|
long |
dilationRateInX()
[@property] dilationRateInX
|
long |
dilationRateInY()
[@property] dilationRateInY
|
long |
groupCount()
[@property] groupCount
|
static long |
hash_static() |
MLCConvolutionDescriptor |
init() |
long |
inputFeatureChannelCount()
[@property] inputFeatureChannelCount
|
static NSObject.Function_instanceMethodForSelector_ret |
instanceMethodForSelector(org.moe.natj.objc.SEL aSelector) |
static NSMethodSignature |
instanceMethodSignatureForSelector(org.moe.natj.objc.SEL aSelector) |
static boolean |
instancesRespondToSelector(org.moe.natj.objc.SEL aSelector) |
boolean |
isConvolutionTranspose()
[@property] isConvolutionTranspose
|
static boolean |
isSubclassOfClass(org.moe.natj.objc.Class aClass) |
long |
kernelHeight()
[@property] kernelHeight
|
long |
kernelWidth()
[@property] kernelWidth
|
static NSSet<java.lang.String> |
keyPathsForValuesAffectingValueForKey(java.lang.String key) |
static MLCConvolutionDescriptor |
new_objc() |
long |
outputFeatureChannelCount()
[@property] outputFeatureChannelCount
|
int |
paddingPolicy()
[@property] paddingPolicy
|
long |
paddingSizeInX()
[@property] paddingSizeInX
|
long |
paddingSizeInY()
[@property] paddingSizeInY
|
static boolean |
resolveClassMethod(org.moe.natj.objc.SEL sel) |
static boolean |
resolveInstanceMethod(org.moe.natj.objc.SEL sel) |
static void |
setVersion_static(long aVersion) |
long |
strideInX()
[@property] strideInX
|
long |
strideInY()
[@property] strideInY
|
static org.moe.natj.objc.Class |
superclass_static() |
boolean |
usesDepthwiseConvolution()
[@property] usesDepthwiseConvolution
|
static long |
version_static() |
accessibilityActivate, accessibilityActivationPoint, accessibilityAssistiveTechnologyFocusedIdentifiers, accessibilityAttributedHint, accessibilityAttributedLabel, accessibilityAttributedUserInputLabels, accessibilityAttributedValue, accessibilityContainerType, accessibilityCustomActions, accessibilityCustomRotors, accessibilityDecrement, accessibilityDragSourceDescriptors, accessibilityDropPointDescriptors, accessibilityElementAtIndex, accessibilityElementCount, accessibilityElementDidBecomeFocused, accessibilityElementDidLoseFocus, accessibilityElementIsFocused, accessibilityElements, accessibilityElementsHidden, accessibilityFrame, accessibilityHint, accessibilityIncrement, accessibilityLabel, accessibilityLanguage, accessibilityNavigationStyle, accessibilityPath, accessibilityPerformEscape, accessibilityPerformMagicTap, accessibilityRespondsToUserInteraction, accessibilityScroll, accessibilityTextualContext, accessibilityTraits, accessibilityUserInputLabels, accessibilityValue, accessibilityViewIsModal, addObserverForKeyPathOptionsContext, attemptRecoveryFromErrorOptionIndex, attemptRecoveryFromErrorOptionIndexDelegateDidRecoverSelectorContextInfo, autoContentAccessingProxy, awakeAfterUsingCoder, awakeFromNib, class_objc, classForCoder, classForKeyedArchiver, copy, dealloc, debugDescription, description, dictionaryWithValuesForKeys, didChangeValueForKey, didChangeValueForKeyWithSetMutationUsingObjects, didChangeValuesAtIndexesForKey, doesNotRecognizeSelector, fileManagerShouldProceedAfterError, fileManagerWillProcessPath, finalize_objc, forwardingTargetForSelector, forwardInvocation, hash, indexOfAccessibilityElement, isAccessibilityElement, isEqual, isKindOfClass, isMemberOfClass, isProxy, methodForSelector, methodSignatureForSelector, mutableArrayValueForKey, mutableArrayValueForKeyPath, mutableCopy, mutableOrderedSetValueForKey, mutableOrderedSetValueForKeyPath, mutableSetValueForKey, mutableSetValueForKeyPath, observationInfo, observeValueForKeyPathOfObjectChangeContext, performSelector, performSelectorInBackgroundWithObject, performSelectorOnMainThreadWithObjectWaitUntilDone, performSelectorOnMainThreadWithObjectWaitUntilDoneModes, performSelectorOnThreadWithObjectWaitUntilDone, performSelectorOnThreadWithObjectWaitUntilDoneModes, performSelectorWithObject, performSelectorWithObjectAfterDelay, performSelectorWithObjectAfterDelayInModes, performSelectorWithObjectWithObject, prepareForInterfaceBuilder, provideImageDataBytesPerRowOrigin_Size_UserInfo, removeObserverForKeyPath, removeObserverForKeyPathContext, replacementObjectForCoder, replacementObjectForKeyedArchiver, respondsToSelector, self, setAccessibilityActivationPoint, setAccessibilityAttributedHint, setAccessibilityAttributedLabel, setAccessibilityAttributedUserInputLabels, setAccessibilityAttributedValue, setAccessibilityContainerType, setAccessibilityCustomActions, setAccessibilityCustomRotors, setAccessibilityDragSourceDescriptors, setAccessibilityDropPointDescriptors, setAccessibilityElements, setAccessibilityElementsHidden, setAccessibilityFrame, setAccessibilityHint, setAccessibilityLabel, setAccessibilityLanguage, setAccessibilityNavigationStyle, setAccessibilityPath, setAccessibilityRespondsToUserInteraction, setAccessibilityTextualContext, setAccessibilityTraits, setAccessibilityUserInputLabels, setAccessibilityValue, setAccessibilityViewIsModal, setIsAccessibilityElement, setNilValueForKey, setObservationInfo, setShouldGroupAccessibilityChildren, setValueForKey, setValueForKeyPath, setValueForUndefinedKey, setValuesForKeysWithDictionary, shouldGroupAccessibilityChildren, superclass, validateValueForKeyError, validateValueForKeyPathError, valueForKey, valueForKeyPath, valueForUndefinedKey, willChangeValueForKey, willChangeValueForKeyWithSetMutationUsingObjects, willChangeValuesAtIndexesForKeyprotected MLCConvolutionDescriptor(org.moe.natj.general.Pointer peer)
public static boolean accessInstanceVariablesDirectly()
public static MLCConvolutionDescriptor alloc()
public static MLCConvolutionDescriptor allocWithZone(org.moe.natj.general.ptr.VoidPtr zone)
public static boolean automaticallyNotifiesObserversForKey(java.lang.String key)
public static void cancelPreviousPerformRequestsWithTarget(java.lang.Object aTarget)
public static void cancelPreviousPerformRequestsWithTargetSelectorObject(java.lang.Object aTarget,
org.moe.natj.objc.SEL aSelector,
java.lang.Object anArgument)
public static NSArray<java.lang.String> classFallbacksForKeyedArchiver()
public static org.moe.natj.objc.Class classForKeyedUnarchiver()
public static MLCConvolutionDescriptor convolutionTransposeDescriptorWithKernelSizesInputFeatureChannelCountOutputFeatureChannelCountGroupCountStridesDilationRatesPaddingPolicyPaddingSizes(NSArray<? extends NSNumber> kernelSizes, long inputFeatureChannelCount, long outputFeatureChannelCount, long groupCount, NSArray<? extends NSNumber> strides, NSArray<? extends NSNumber> dilationRates, int paddingPolicy, NSArray<? extends NSNumber> paddingSizes)
kernelSizes - The kernel sizes in x and yinputFeatureChannelCount - The number of feature channels in the input tensoroutputFeatureChannelCount - The number of feature channels in the output tensorgroupCount - Number of groupsstrides - The kernel strides in x and ydilationRates - The dilation rates in x and ypaddingPolicy - The padding policypaddingSizes - The padding sizes in x and y if padding policy is MLCPaddingPolicyUsePaddingSIzepublic static MLCConvolutionDescriptor convolutionTransposeDescriptorWithKernelSizesInputFeatureChannelCountOutputFeatureChannelCountStridesPaddingPolicyPaddingSizes(NSArray<? extends NSNumber> kernelSizes, long inputFeatureChannelCount, long outputFeatureChannelCount, NSArray<? extends NSNumber> strides, int paddingPolicy, NSArray<? extends NSNumber> paddingSizes)
kernelSizes - The kernel sizes in x and yinputFeatureChannelCount - The number of feature channels in the input tensoroutputFeatureChannelCount - The number of feature channels in the output tensorstrides - The kernel strides in x and ypaddingPolicy - The padding policypaddingSizes - The padding sizes in x and y if padding policy is MLCPaddingPolicyUsePaddingSIzepublic static MLCConvolutionDescriptor convolutionTransposeDescriptorWithKernelWidthKernelHeightInputFeatureChannelCountOutputFeatureChannelCount(long kernelWidth, long kernelHeight, long inputFeatureChannelCount, long outputFeatureChannelCount)
kernelWidth - The kernel size in xkernelHeight - The kernel size in xinputFeatureChannelCount - The number of feature channels in the input tensoroutputFeatureChannelCount - The number of feature channels in the output tensorpublic int convolutionType()
The type of convolution.
public java.lang.Object copyWithZone(org.moe.natj.general.ptr.VoidPtr zone)
copyWithZone in interface NSCopyingpublic static java.lang.String debugDescription_static()
public static MLCConvolutionDescriptor depthwiseConvolutionDescriptorWithKernelSizesInputFeatureChannelCountChannelMultiplierStridesDilationRatesPaddingPolicyPaddingSizes(NSArray<? extends NSNumber> kernelSizes, long inputFeatureChannelCount, long channelMultiplier, NSArray<? extends NSNumber> strides, NSArray<? extends NSNumber> dilationRates, int paddingPolicy, NSArray<? extends NSNumber> paddingSizes)
kernelSizes - The kernel sizes in x and yinputFeatureChannelCount - The number of feature channels in the input tensorchannelMultiplier - The channel multiplierstrides - The kernel strides in x and ydilationRates - The dilation rates in x and ypaddingPolicy - The padding policypaddingSizes - The padding sizes in x and y if padding policy is MLCPaddingPolicyUsePaddingSIzepublic static MLCConvolutionDescriptor depthwiseConvolutionDescriptorWithKernelSizesInputFeatureChannelCountChannelMultiplierStridesPaddingPolicyPaddingSizes(NSArray<? extends NSNumber> kernelSizes, long inputFeatureChannelCount, long channelMultiplier, NSArray<? extends NSNumber> strides, int paddingPolicy, NSArray<? extends NSNumber> paddingSizes)
kernelSizes - The kernel sizes in x and yinputFeatureChannelCount - The number of feature channels in the input tensorchannelMultiplier - The channel multiplierstrides - The kernel strides in x and ypaddingPolicy - The padding policypaddingSizes - The padding sizes in x and y if padding policy is MLCPaddingPolicyUsePaddingSIzepublic static MLCConvolutionDescriptor depthwiseConvolutionDescriptorWithKernelWidthKernelHeightInputFeatureChannelCountChannelMultiplier(long kernelWidth, long kernelHeight, long inputFeatureChannelCount, long channelMultiplier)
kernelWidth - The kernel size in xkernelHeight - The kernel size in xinputFeatureChannelCount - The number of feature channels in the input tensorchannelMultiplier - The channel multiplierpublic static java.lang.String description_static()
public static MLCConvolutionDescriptor descriptorWithKernelSizesInputFeatureChannelCountOutputFeatureChannelCountGroupCountStridesDilationRatesPaddingPolicyPaddingSizes(NSArray<? extends NSNumber> kernelSizes, long inputFeatureChannelCount, long outputFeatureChannelCount, long groupCount, NSArray<? extends NSNumber> strides, NSArray<? extends NSNumber> dilationRates, int paddingPolicy, NSArray<? extends NSNumber> paddingSizes)
kernelSizes - The kernel sizes in x and yinputFeatureChannelCount - The number of feature channels in the input tensoroutputFeatureChannelCount - The number of feature channels in the output tensorgroupCount - Number of groupsstrides - The kernel strides in x and ydilationRates - The dilation rates in x and ypaddingPolicy - The padding policypaddingSizes - The padding sizes in x and y if padding policy is MLCPaddingPolicyUsePaddingSIzepublic static MLCConvolutionDescriptor descriptorWithKernelSizesInputFeatureChannelCountOutputFeatureChannelCountStridesPaddingPolicyPaddingSizes(NSArray<? extends NSNumber> kernelSizes, long inputFeatureChannelCount, long outputFeatureChannelCount, NSArray<? extends NSNumber> strides, int paddingPolicy, NSArray<? extends NSNumber> paddingSizes)
kernelSizes - The kernel sizes in x and yinputFeatureChannelCount - The number of feature channels in the input tensoroutputFeatureChannelCount - The number of feature channels in the output tensorstrides - The kernel strides in x and ypaddingPolicy - The padding policypaddingSizes - The padding sizes in x and y if padding policy is MLCPaddingPolicyUsePaddingSIzepublic static MLCConvolutionDescriptor descriptorWithKernelWidthKernelHeightInputFeatureChannelCountOutputFeatureChannelCount(long kernelWidth, long kernelHeight, long inputFeatureChannelCount, long outputFeatureChannelCount)
kernelWidth - The kernel size in xkernelHeight - The kernel size in xinputFeatureChannelCount - The number of feature channels in the input tensoroutputFeatureChannelCount - The number of feature channels in the output tensorpublic static MLCConvolutionDescriptor descriptorWithTypeKernelSizesInputFeatureChannelCountOutputFeatureChannelCountGroupCountStridesDilationRatesPaddingPolicyPaddingSizes(int convolutionType, NSArray<? extends NSNumber> kernelSizes, long inputFeatureChannelCount, long outputFeatureChannelCount, long groupCount, NSArray<? extends NSNumber> strides, NSArray<? extends NSNumber> dilationRates, int paddingPolicy, NSArray<? extends NSNumber> paddingSizes)
convolutionType - The type of convolution.kernelSizes - The kernel sizes in x and y.inputFeatureChannelCount - The number of feature channels in the input tensor.outputFeatureChannelCount - The number of feature channels in the output tensor. When the convolution type is \p MLCConvolutionTypeDepthwise , this value must be a multiple of \p inputFeatureChannelCount .groupCount - The number of groups.strides - The kernel strides in x and y.dilationRates - The dilation rates in x and y.paddingPolicy - The padding policy.paddingSizes - The padding sizes in x and y if padding policy is \p MLCPaddingPolicyUsePaddingSize .public long dilationRateInX()
The dilation rate i.e. stride of elements in the kernel in x.
public long dilationRateInY()
The dilation rate i.e. stride of elements in the kernel in y.
public long groupCount()
Number of blocked connections from input channels to output channels
public static long hash_static()
public MLCConvolutionDescriptor init()
public long inputFeatureChannelCount()
Number of channels in the input tensor
public static NSObject.Function_instanceMethodForSelector_ret instanceMethodForSelector(org.moe.natj.objc.SEL aSelector)
public static NSMethodSignature instanceMethodSignatureForSelector(org.moe.natj.objc.SEL aSelector)
public static boolean instancesRespondToSelector(org.moe.natj.objc.SEL aSelector)
public boolean isConvolutionTranspose()
A flag to indicate if this is a convolution transpose
public static boolean isSubclassOfClass(org.moe.natj.objc.Class aClass)
public long kernelHeight()
The convolution kernel size in y.
public long kernelWidth()
The convolution kernel size in x.
public static NSSet<java.lang.String> keyPathsForValuesAffectingValueForKey(java.lang.String key)
public static MLCConvolutionDescriptor new_objc()
public long outputFeatureChannelCount()
Number of channels in the output tensor
public int paddingPolicy()
The padding policy to use.
public long paddingSizeInX()
The pooling size in x (left and right) to use if paddingPolicy is MLCPaddingPolicyUsePaddingSize
public long paddingSizeInY()
The pooling size in y (top and bottom) to use if paddingPolicy is MLCPaddingPolicyUsePaddingSize
public static boolean resolveClassMethod(org.moe.natj.objc.SEL sel)
public static boolean resolveInstanceMethod(org.moe.natj.objc.SEL sel)
public static void setVersion_static(long aVersion)
public long strideInX()
The stride of the kernel in x.
public long strideInY()
The stride of the kernel in y.
public static org.moe.natj.objc.Class superclass_static()
public boolean usesDepthwiseConvolution()
A flag to indicate depthwise convolution
public static long version_static()