Package org.nd4j.ir
Interface MapperNamespace.MappingRuleOrBuilder
-
- All Superinterfaces:
org.nd4j.shade.protobuf.MessageLiteOrBuilder,org.nd4j.shade.protobuf.MessageOrBuilder
- All Known Implementing Classes:
MapperNamespace.MappingRule,MapperNamespace.MappingRule.Builder
- Enclosing class:
- MapperNamespace
public static interface MapperNamespace.MappingRuleOrBuilder extends org.nd4j.shade.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description booleancontainsInputToOutput(String key)map<string, string> inputToOutput = 17;StringgetFunctionName()string functionName = 2;org.nd4j.shade.protobuf.ByteStringgetFunctionNameBytes()string functionName = 2;StringgetInputBooleanName(int index)repeated string inputBooleanName = 11;org.nd4j.shade.protobuf.ByteStringgetInputBooleanNameBytes(int index)repeated string inputBooleanName = 11;intgetInputBooleanNameCount()repeated string inputBooleanName = 11;List<String>getInputBooleanNameList()repeated string inputBooleanName = 11;StringgetInputDataTypeName(int index)repeated string inputDataTypeName = 15;org.nd4j.shade.protobuf.ByteStringgetInputDataTypeNameBytes(int index)repeated string inputDataTypeName = 15;intgetInputDataTypeNameCount()repeated string inputDataTypeName = 15;List<String>getInputDataTypeNameList()repeated string inputDataTypeName = 15;StringgetInputDoubleName(int index)repeated string inputDoubleName = 9;org.nd4j.shade.protobuf.ByteStringgetInputDoubleNameBytes(int index)repeated string inputDoubleName = 9;intgetInputDoubleNameCount()repeated string inputDoubleName = 9;List<String>getInputDoubleNameList()repeated string inputDoubleName = 9;StringgetInputFloatName(int index)repeated string inputFloatName = 7;org.nd4j.shade.protobuf.ByteStringgetInputFloatNameBytes(int index)repeated string inputFloatName = 7;intgetInputFloatNameCount()repeated string inputFloatName = 7;List<String>getInputFloatNameList()repeated string inputFloatName = 7;StringgetInputFrameworkOpName()string inputFrameworkOpName = 20;org.nd4j.shade.protobuf.ByteStringgetInputFrameworkOpNameBytes()string inputFrameworkOpName = 20;StringgetInputIntName(int index)repeated string inputIntName = 5;org.nd4j.shade.protobuf.ByteStringgetInputIntNameBytes(int index)repeated string inputIntName = 5;intgetInputIntNameCount()repeated string inputIntName = 5;List<String>getInputIntNameList()repeated string inputIntName = 5;StringgetInputStringAttrName(int index)repeated string inputStringAttrName = 3;org.nd4j.shade.protobuf.ByteStringgetInputStringAttrNameBytes(int index)repeated string inputStringAttrName = 3;intgetInputStringAttrNameCount()repeated string inputStringAttrName = 3;List<String>getInputStringAttrNameList()repeated string inputStringAttrName = 3;StringgetInputTensorName(int index)repeated string inputTensorName = 13;org.nd4j.shade.protobuf.ByteStringgetInputTensorNameBytes(int index)repeated string inputTensorName = 13;intgetInputTensorNameCount()repeated string inputTensorName = 13;List<String>getInputTensorNameList()repeated string inputTensorName = 13;Map<String,String>getInputToOutput()Deprecated.intgetInputToOutputCount()map<string, string> inputToOutput = 17;Map<String,String>getInputToOutputMap()map<string, string> inputToOutput = 17;StringgetInputToOutputOrDefault(String key, String defaultValue)map<string, string> inputToOutput = 17;StringgetInputToOutputOrThrow(String key)map<string, string> inputToOutput = 17;StringgetOutputBooleanName(int index)repeated string outputBooleanName = 12;org.nd4j.shade.protobuf.ByteStringgetOutputBooleanNameBytes(int index)repeated string outputBooleanName = 12;intgetOutputBooleanNameCount()repeated string outputBooleanName = 12;List<String>getOutputBooleanNameList()repeated string outputBooleanName = 12;StringgetOutputDataTypeName(int index)repeated string outputDataTypeName = 16;org.nd4j.shade.protobuf.ByteStringgetOutputDataTypeNameBytes(int index)repeated string outputDataTypeName = 16;intgetOutputDataTypeNameCount()repeated string outputDataTypeName = 16;List<String>getOutputDataTypeNameList()repeated string outputDataTypeName = 16;StringgetOutputDoubleName(int index)repeated string outputDoubleName = 10;org.nd4j.shade.protobuf.ByteStringgetOutputDoubleNameBytes(int index)repeated string outputDoubleName = 10;intgetOutputDoubleNameCount()repeated string outputDoubleName = 10;List<String>getOutputDoubleNameList()repeated string outputDoubleName = 10;StringgetOutputFloatName(int index)repeated string outputFloatName = 8;org.nd4j.shade.protobuf.ByteStringgetOutputFloatNameBytes(int index)repeated string outputFloatName = 8;intgetOutputFloatNameCount()repeated string outputFloatName = 8;List<String>getOutputFloatNameList()repeated string outputFloatName = 8;StringgetOutputIntName(int index)repeated string outputIntName = 6;org.nd4j.shade.protobuf.ByteStringgetOutputIntNameBytes(int index)repeated string outputIntName = 6;intgetOutputIntNameCount()repeated string outputIntName = 6;List<String>getOutputIntNameList()repeated string outputIntName = 6;StringgetOutputStringAttrName(int index)repeated string outputStringAttrName = 4;org.nd4j.shade.protobuf.ByteStringgetOutputStringAttrNameBytes(int index)repeated string outputStringAttrName = 4;intgetOutputStringAttrNameCount()repeated string outputStringAttrName = 4;List<String>getOutputStringAttrNameList()repeated string outputStringAttrName = 4;StringgetOutputTensorName(int index)repeated string outputTensorName = 14;org.nd4j.shade.protobuf.ByteStringgetOutputTensorNameBytes(int index)repeated string outputTensorName = 14;intgetOutputTensorNameCount()repeated string outputTensorName = 14;List<String>getOutputTensorNameList()repeated string outputTensorName = 14;StringgetRuleName()string ruleName = 1;org.nd4j.shade.protobuf.ByteStringgetRuleNameBytes()string ruleName = 1;StringgetRuleType()string ruleType = 18;org.nd4j.shade.protobuf.ByteStringgetRuleTypeBytes()string ruleType = 18;MapperNamespace.TransformerArgsgetTransformerArgs(int index)repeated .org.nd4j.ir.TransformerArgs transformerArgs = 19;intgetTransformerArgsCount()repeated .org.nd4j.ir.TransformerArgs transformerArgs = 19;List<MapperNamespace.TransformerArgs>getTransformerArgsList()repeated .org.nd4j.ir.TransformerArgs transformerArgs = 19;MapperNamespace.TransformerArgsOrBuildergetTransformerArgsOrBuilder(int index)repeated .org.nd4j.ir.TransformerArgs transformerArgs = 19;List<? extends MapperNamespace.TransformerArgsOrBuilder>getTransformerArgsOrBuilderList()repeated .org.nd4j.ir.TransformerArgs transformerArgs = 19;-
Methods inherited from interface org.nd4j.shade.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getRuleName
String getRuleName()
string ruleName = 1;- Returns:
- The ruleName.
-
getRuleNameBytes
org.nd4j.shade.protobuf.ByteString getRuleNameBytes()
string ruleName = 1;- Returns:
- The bytes for ruleName.
-
getFunctionName
String getFunctionName()
string functionName = 2;- Returns:
- The functionName.
-
getFunctionNameBytes
org.nd4j.shade.protobuf.ByteString getFunctionNameBytes()
string functionName = 2;- Returns:
- The bytes for functionName.
-
getInputStringAttrNameList
List<String> getInputStringAttrNameList()
repeated string inputStringAttrName = 3;- Returns:
- A list containing the inputStringAttrName.
-
getInputStringAttrNameCount
int getInputStringAttrNameCount()
repeated string inputStringAttrName = 3;- Returns:
- The count of inputStringAttrName.
-
getInputStringAttrName
String getInputStringAttrName(int index)
repeated string inputStringAttrName = 3;- Parameters:
index- The index of the element to return.- Returns:
- The inputStringAttrName at the given index.
-
getInputStringAttrNameBytes
org.nd4j.shade.protobuf.ByteString getInputStringAttrNameBytes(int index)
repeated string inputStringAttrName = 3;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the inputStringAttrName at the given index.
-
getOutputStringAttrNameList
List<String> getOutputStringAttrNameList()
repeated string outputStringAttrName = 4;- Returns:
- A list containing the outputStringAttrName.
-
getOutputStringAttrNameCount
int getOutputStringAttrNameCount()
repeated string outputStringAttrName = 4;- Returns:
- The count of outputStringAttrName.
-
getOutputStringAttrName
String getOutputStringAttrName(int index)
repeated string outputStringAttrName = 4;- Parameters:
index- The index of the element to return.- Returns:
- The outputStringAttrName at the given index.
-
getOutputStringAttrNameBytes
org.nd4j.shade.protobuf.ByteString getOutputStringAttrNameBytes(int index)
repeated string outputStringAttrName = 4;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the outputStringAttrName at the given index.
-
getInputIntNameList
List<String> getInputIntNameList()
repeated string inputIntName = 5;- Returns:
- A list containing the inputIntName.
-
getInputIntNameCount
int getInputIntNameCount()
repeated string inputIntName = 5;- Returns:
- The count of inputIntName.
-
getInputIntName
String getInputIntName(int index)
repeated string inputIntName = 5;- Parameters:
index- The index of the element to return.- Returns:
- The inputIntName at the given index.
-
getInputIntNameBytes
org.nd4j.shade.protobuf.ByteString getInputIntNameBytes(int index)
repeated string inputIntName = 5;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the inputIntName at the given index.
-
getOutputIntNameList
List<String> getOutputIntNameList()
repeated string outputIntName = 6;- Returns:
- A list containing the outputIntName.
-
getOutputIntNameCount
int getOutputIntNameCount()
repeated string outputIntName = 6;- Returns:
- The count of outputIntName.
-
getOutputIntName
String getOutputIntName(int index)
repeated string outputIntName = 6;- Parameters:
index- The index of the element to return.- Returns:
- The outputIntName at the given index.
-
getOutputIntNameBytes
org.nd4j.shade.protobuf.ByteString getOutputIntNameBytes(int index)
repeated string outputIntName = 6;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the outputIntName at the given index.
-
getInputFloatNameList
List<String> getInputFloatNameList()
repeated string inputFloatName = 7;- Returns:
- A list containing the inputFloatName.
-
getInputFloatNameCount
int getInputFloatNameCount()
repeated string inputFloatName = 7;- Returns:
- The count of inputFloatName.
-
getInputFloatName
String getInputFloatName(int index)
repeated string inputFloatName = 7;- Parameters:
index- The index of the element to return.- Returns:
- The inputFloatName at the given index.
-
getInputFloatNameBytes
org.nd4j.shade.protobuf.ByteString getInputFloatNameBytes(int index)
repeated string inputFloatName = 7;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the inputFloatName at the given index.
-
getOutputFloatNameList
List<String> getOutputFloatNameList()
repeated string outputFloatName = 8;- Returns:
- A list containing the outputFloatName.
-
getOutputFloatNameCount
int getOutputFloatNameCount()
repeated string outputFloatName = 8;- Returns:
- The count of outputFloatName.
-
getOutputFloatName
String getOutputFloatName(int index)
repeated string outputFloatName = 8;- Parameters:
index- The index of the element to return.- Returns:
- The outputFloatName at the given index.
-
getOutputFloatNameBytes
org.nd4j.shade.protobuf.ByteString getOutputFloatNameBytes(int index)
repeated string outputFloatName = 8;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the outputFloatName at the given index.
-
getInputDoubleNameList
List<String> getInputDoubleNameList()
repeated string inputDoubleName = 9;- Returns:
- A list containing the inputDoubleName.
-
getInputDoubleNameCount
int getInputDoubleNameCount()
repeated string inputDoubleName = 9;- Returns:
- The count of inputDoubleName.
-
getInputDoubleName
String getInputDoubleName(int index)
repeated string inputDoubleName = 9;- Parameters:
index- The index of the element to return.- Returns:
- The inputDoubleName at the given index.
-
getInputDoubleNameBytes
org.nd4j.shade.protobuf.ByteString getInputDoubleNameBytes(int index)
repeated string inputDoubleName = 9;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the inputDoubleName at the given index.
-
getOutputDoubleNameList
List<String> getOutputDoubleNameList()
repeated string outputDoubleName = 10;- Returns:
- A list containing the outputDoubleName.
-
getOutputDoubleNameCount
int getOutputDoubleNameCount()
repeated string outputDoubleName = 10;- Returns:
- The count of outputDoubleName.
-
getOutputDoubleName
String getOutputDoubleName(int index)
repeated string outputDoubleName = 10;- Parameters:
index- The index of the element to return.- Returns:
- The outputDoubleName at the given index.
-
getOutputDoubleNameBytes
org.nd4j.shade.protobuf.ByteString getOutputDoubleNameBytes(int index)
repeated string outputDoubleName = 10;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the outputDoubleName at the given index.
-
getInputBooleanNameList
List<String> getInputBooleanNameList()
repeated string inputBooleanName = 11;- Returns:
- A list containing the inputBooleanName.
-
getInputBooleanNameCount
int getInputBooleanNameCount()
repeated string inputBooleanName = 11;- Returns:
- The count of inputBooleanName.
-
getInputBooleanName
String getInputBooleanName(int index)
repeated string inputBooleanName = 11;- Parameters:
index- The index of the element to return.- Returns:
- The inputBooleanName at the given index.
-
getInputBooleanNameBytes
org.nd4j.shade.protobuf.ByteString getInputBooleanNameBytes(int index)
repeated string inputBooleanName = 11;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the inputBooleanName at the given index.
-
getOutputBooleanNameList
List<String> getOutputBooleanNameList()
repeated string outputBooleanName = 12;- Returns:
- A list containing the outputBooleanName.
-
getOutputBooleanNameCount
int getOutputBooleanNameCount()
repeated string outputBooleanName = 12;- Returns:
- The count of outputBooleanName.
-
getOutputBooleanName
String getOutputBooleanName(int index)
repeated string outputBooleanName = 12;- Parameters:
index- The index of the element to return.- Returns:
- The outputBooleanName at the given index.
-
getOutputBooleanNameBytes
org.nd4j.shade.protobuf.ByteString getOutputBooleanNameBytes(int index)
repeated string outputBooleanName = 12;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the outputBooleanName at the given index.
-
getInputTensorNameList
List<String> getInputTensorNameList()
repeated string inputTensorName = 13;- Returns:
- A list containing the inputTensorName.
-
getInputTensorNameCount
int getInputTensorNameCount()
repeated string inputTensorName = 13;- Returns:
- The count of inputTensorName.
-
getInputTensorName
String getInputTensorName(int index)
repeated string inputTensorName = 13;- Parameters:
index- The index of the element to return.- Returns:
- The inputTensorName at the given index.
-
getInputTensorNameBytes
org.nd4j.shade.protobuf.ByteString getInputTensorNameBytes(int index)
repeated string inputTensorName = 13;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the inputTensorName at the given index.
-
getOutputTensorNameList
List<String> getOutputTensorNameList()
repeated string outputTensorName = 14;- Returns:
- A list containing the outputTensorName.
-
getOutputTensorNameCount
int getOutputTensorNameCount()
repeated string outputTensorName = 14;- Returns:
- The count of outputTensorName.
-
getOutputTensorName
String getOutputTensorName(int index)
repeated string outputTensorName = 14;- Parameters:
index- The index of the element to return.- Returns:
- The outputTensorName at the given index.
-
getOutputTensorNameBytes
org.nd4j.shade.protobuf.ByteString getOutputTensorNameBytes(int index)
repeated string outputTensorName = 14;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the outputTensorName at the given index.
-
getInputDataTypeNameList
List<String> getInputDataTypeNameList()
repeated string inputDataTypeName = 15;- Returns:
- A list containing the inputDataTypeName.
-
getInputDataTypeNameCount
int getInputDataTypeNameCount()
repeated string inputDataTypeName = 15;- Returns:
- The count of inputDataTypeName.
-
getInputDataTypeName
String getInputDataTypeName(int index)
repeated string inputDataTypeName = 15;- Parameters:
index- The index of the element to return.- Returns:
- The inputDataTypeName at the given index.
-
getInputDataTypeNameBytes
org.nd4j.shade.protobuf.ByteString getInputDataTypeNameBytes(int index)
repeated string inputDataTypeName = 15;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the inputDataTypeName at the given index.
-
getOutputDataTypeNameList
List<String> getOutputDataTypeNameList()
repeated string outputDataTypeName = 16;- Returns:
- A list containing the outputDataTypeName.
-
getOutputDataTypeNameCount
int getOutputDataTypeNameCount()
repeated string outputDataTypeName = 16;- Returns:
- The count of outputDataTypeName.
-
getOutputDataTypeName
String getOutputDataTypeName(int index)
repeated string outputDataTypeName = 16;- Parameters:
index- The index of the element to return.- Returns:
- The outputDataTypeName at the given index.
-
getOutputDataTypeNameBytes
org.nd4j.shade.protobuf.ByteString getOutputDataTypeNameBytes(int index)
repeated string outputDataTypeName = 16;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the outputDataTypeName at the given index.
-
getInputToOutputCount
int getInputToOutputCount()
map<string, string> inputToOutput = 17;
-
containsInputToOutput
boolean containsInputToOutput(String key)
map<string, string> inputToOutput = 17;
-
getInputToOutput
@Deprecated Map<String,String> getInputToOutput()
Deprecated.UsegetInputToOutputMap()instead.
-
getInputToOutputMap
Map<String,String> getInputToOutputMap()
map<string, string> inputToOutput = 17;
-
getInputToOutputOrDefault
String getInputToOutputOrDefault(String key, String defaultValue)
map<string, string> inputToOutput = 17;
-
getInputToOutputOrThrow
String getInputToOutputOrThrow(String key)
map<string, string> inputToOutput = 17;
-
getRuleType
String getRuleType()
string ruleType = 18;- Returns:
- The ruleType.
-
getRuleTypeBytes
org.nd4j.shade.protobuf.ByteString getRuleTypeBytes()
string ruleType = 18;- Returns:
- The bytes for ruleType.
-
getTransformerArgsList
List<MapperNamespace.TransformerArgs> getTransformerArgsList()
repeated .org.nd4j.ir.TransformerArgs transformerArgs = 19;
-
getTransformerArgs
MapperNamespace.TransformerArgs getTransformerArgs(int index)
repeated .org.nd4j.ir.TransformerArgs transformerArgs = 19;
-
getTransformerArgsCount
int getTransformerArgsCount()
repeated .org.nd4j.ir.TransformerArgs transformerArgs = 19;
-
getTransformerArgsOrBuilderList
List<? extends MapperNamespace.TransformerArgsOrBuilder> getTransformerArgsOrBuilderList()
repeated .org.nd4j.ir.TransformerArgs transformerArgs = 19;
-
getTransformerArgsOrBuilder
MapperNamespace.TransformerArgsOrBuilder getTransformerArgsOrBuilder(int index)
repeated .org.nd4j.ir.TransformerArgs transformerArgs = 19;
-
getInputFrameworkOpName
String getInputFrameworkOpName()
string inputFrameworkOpName = 20;- Returns:
- The inputFrameworkOpName.
-
getInputFrameworkOpNameBytes
org.nd4j.shade.protobuf.ByteString getInputFrameworkOpNameBytes()
string inputFrameworkOpName = 20;- Returns:
- The bytes for inputFrameworkOpName.
-
-