Package org.nd4j.ir
Interface MapperNamespace.MapperDeclarationOrBuilder
-
- All Superinterfaces:
org.nd4j.shade.protobuf.MessageLiteOrBuilder,org.nd4j.shade.protobuf.MessageOrBuilder
- All Known Implementing Classes:
MapperNamespace.MapperDeclaration,MapperNamespace.MapperDeclaration.Builder
- Enclosing class:
- MapperNamespace
public static interface MapperNamespace.MapperDeclarationOrBuilder extends org.nd4j.shade.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description booleancontainsIndexOverrides(long key)map<int64, int64> indexOverrides = 5;StringgetFrameworkName()string frameworkName = 1;org.nd4j.shade.protobuf.ByteStringgetFrameworkNameBytes()string frameworkName = 1;Map<Long,Long>getIndexOverrides()Deprecated.intgetIndexOverridesCount()map<int64, int64> indexOverrides = 5;Map<Long,Long>getIndexOverridesMap()map<int64, int64> indexOverrides = 5;longgetIndexOverridesOrDefault(long key, long defaultValue)map<int64, int64> indexOverrides = 5;longgetIndexOverridesOrThrow(long key)map<int64, int64> indexOverrides = 5;StringgetInputFrameworkOpName()string inputFrameworkOpName = 3;org.nd4j.shade.protobuf.ByteStringgetInputFrameworkOpNameBytes()string inputFrameworkOpName = 3;StringgetOpName()string opName = 2;org.nd4j.shade.protobuf.ByteStringgetOpNameBytes()string opName = 2;MapperNamespace.MappingRulegetRule(int index)the rules to apply for attributesintgetRuleCount()the rules to apply for attributesList<MapperNamespace.MappingRule>getRuleList()the rules to apply for attributesMapperNamespace.MappingRuleOrBuildergetRuleOrBuilder(int index)the rules to apply for attributesList<? extends MapperNamespace.MappingRuleOrBuilder>getRuleOrBuilderList()the rules to apply for attributesMapperNamespace.VariableResolutionTypegetVariableResolutionType().org.nd4j.ir.VariableResolutionType variableResolutionType = 6;intgetVariableResolutionTypeValue().org.nd4j.ir.VariableResolutionType variableResolutionType = 6;-
Methods inherited from interface org.nd4j.shade.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getFrameworkName
String getFrameworkName()
string frameworkName = 1;- Returns:
- The frameworkName.
-
getFrameworkNameBytes
org.nd4j.shade.protobuf.ByteString getFrameworkNameBytes()
string frameworkName = 1;- Returns:
- The bytes for frameworkName.
-
getOpName
String getOpName()
string opName = 2;- Returns:
- The opName.
-
getOpNameBytes
org.nd4j.shade.protobuf.ByteString getOpNameBytes()
string opName = 2;- Returns:
- The bytes for opName.
-
getInputFrameworkOpName
String getInputFrameworkOpName()
string inputFrameworkOpName = 3;- Returns:
- The inputFrameworkOpName.
-
getInputFrameworkOpNameBytes
org.nd4j.shade.protobuf.ByteString getInputFrameworkOpNameBytes()
string inputFrameworkOpName = 3;- Returns:
- The bytes for inputFrameworkOpName.
-
getRuleList
List<MapperNamespace.MappingRule> getRuleList()
the rules to apply for attributes
repeated .org.nd4j.ir.MappingRule rule = 4;
-
getRule
MapperNamespace.MappingRule getRule(int index)
the rules to apply for attributes
repeated .org.nd4j.ir.MappingRule rule = 4;
-
getRuleCount
int getRuleCount()
the rules to apply for attributes
repeated .org.nd4j.ir.MappingRule rule = 4;
-
getRuleOrBuilderList
List<? extends MapperNamespace.MappingRuleOrBuilder> getRuleOrBuilderList()
the rules to apply for attributes
repeated .org.nd4j.ir.MappingRule rule = 4;
-
getRuleOrBuilder
MapperNamespace.MappingRuleOrBuilder getRuleOrBuilder(int index)
the rules to apply for attributes
repeated .org.nd4j.ir.MappingRule rule = 4;
-
getIndexOverridesCount
int getIndexOverridesCount()
map<int64, int64> indexOverrides = 5;
-
containsIndexOverrides
boolean containsIndexOverrides(long key)
map<int64, int64> indexOverrides = 5;
-
getIndexOverrides
@Deprecated Map<Long,Long> getIndexOverrides()
Deprecated.UsegetIndexOverridesMap()instead.
-
getIndexOverridesOrDefault
long getIndexOverridesOrDefault(long key, long defaultValue)map<int64, int64> indexOverrides = 5;
-
getIndexOverridesOrThrow
long getIndexOverridesOrThrow(long key)
map<int64, int64> indexOverrides = 5;
-
getVariableResolutionTypeValue
int getVariableResolutionTypeValue()
.org.nd4j.ir.VariableResolutionType variableResolutionType = 6;- Returns:
- The enum numeric value on the wire for variableResolutionType.
-
getVariableResolutionType
MapperNamespace.VariableResolutionType getVariableResolutionType()
.org.nd4j.ir.VariableResolutionType variableResolutionType = 6;- Returns:
- The variableResolutionType.
-
-