public static interface MapperNamespace.MapperDeclarationOrBuilder
extends org.nd4j.shade.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsIndexOverrides(long key)
map<int64, int64> indexOverrides = 5; |
String |
getFrameworkName()
string frameworkName = 1; |
org.nd4j.shade.protobuf.ByteString |
getFrameworkNameBytes()
string frameworkName = 1; |
Map<Long,Long> |
getIndexOverrides()
Deprecated.
|
int |
getIndexOverridesCount()
map<int64, int64> indexOverrides = 5; |
Map<Long,Long> |
getIndexOverridesMap()
map<int64, int64> indexOverrides = 5; |
long |
getIndexOverridesOrDefault(long key,
long defaultValue)
map<int64, int64> indexOverrides = 5; |
long |
getIndexOverridesOrThrow(long key)
map<int64, int64> indexOverrides = 5; |
String |
getInputFrameworkOpName()
string inputFrameworkOpName = 3; |
org.nd4j.shade.protobuf.ByteString |
getInputFrameworkOpNameBytes()
string inputFrameworkOpName = 3; |
String |
getOpName()
string opName = 2; |
org.nd4j.shade.protobuf.ByteString |
getOpNameBytes()
string opName = 2; |
MapperNamespace.MappingRule |
getRule(int index)
the rules to apply for attributes
|
int |
getRuleCount()
the rules to apply for attributes
|
List<MapperNamespace.MappingRule> |
getRuleList()
the rules to apply for attributes
|
MapperNamespace.MappingRuleOrBuilder |
getRuleOrBuilder(int index)
the rules to apply for attributes
|
List<? extends MapperNamespace.MappingRuleOrBuilder> |
getRuleOrBuilderList()
the rules to apply for attributes
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getFrameworkName()
string frameworkName = 1;org.nd4j.shade.protobuf.ByteString getFrameworkNameBytes()
string frameworkName = 1;String getOpName()
string opName = 2;org.nd4j.shade.protobuf.ByteString getOpNameBytes()
string opName = 2;String getInputFrameworkOpName()
string inputFrameworkOpName = 3;org.nd4j.shade.protobuf.ByteString getInputFrameworkOpNameBytes()
string inputFrameworkOpName = 3;List<MapperNamespace.MappingRule> getRuleList()
the rules to apply for attributes
repeated .org.nd4j.ir.MappingRule rule = 4;MapperNamespace.MappingRule getRule(int index)
the rules to apply for attributes
repeated .org.nd4j.ir.MappingRule rule = 4;int getRuleCount()
the rules to apply for attributes
repeated .org.nd4j.ir.MappingRule rule = 4;List<? extends MapperNamespace.MappingRuleOrBuilder> getRuleOrBuilderList()
the rules to apply for attributes
repeated .org.nd4j.ir.MappingRule rule = 4;MapperNamespace.MappingRuleOrBuilder getRuleOrBuilder(int index)
the rules to apply for attributes
repeated .org.nd4j.ir.MappingRule rule = 4;int getIndexOverridesCount()
map<int64, int64> indexOverrides = 5;boolean containsIndexOverrides(long key)
map<int64, int64> indexOverrides = 5;@Deprecated Map<Long,Long> getIndexOverrides()
getIndexOverridesMap() instead.long getIndexOverridesOrDefault(long key,
long defaultValue)
map<int64, int64> indexOverrides = 5;long getIndexOverridesOrThrow(long key)
map<int64, int64> indexOverrides = 5;Copyright © 2021. All rights reserved.