Uses of Class
org.tensorflow.framework.CostGraphDef.Node.InputInfo
-
Packages that use CostGraphDef.Node.InputInfo Package Description org.tensorflow.framework -
-
Uses of CostGraphDef.Node.InputInfo in org.tensorflow.framework
Methods in org.tensorflow.framework that return CostGraphDef.Node.InputInfo Modifier and Type Method Description CostGraphDef.Node.InputInfo
CostGraphDef.Node.InputInfo.Builder. build()
CostGraphDef.Node.InputInfo
CostGraphDef.Node.InputInfo.Builder. buildPartial()
static CostGraphDef.Node.InputInfo
CostGraphDef.Node.InputInfo. getDefaultInstance()
CostGraphDef.Node.InputInfo
CostGraphDef.Node.InputInfo.Builder. getDefaultInstanceForType()
CostGraphDef.Node.InputInfo
CostGraphDef.Node.InputInfo. getDefaultInstanceForType()
CostGraphDef.Node.InputInfo
CostGraphDef.Node.Builder. getInputInfo(int index)
repeated .tensorflow.CostGraphDef.Node.InputInfo input_info = 4;
CostGraphDef.Node.InputInfo
CostGraphDef.Node. getInputInfo(int index)
repeated .tensorflow.CostGraphDef.Node.InputInfo input_info = 4;
CostGraphDef.Node.InputInfo
CostGraphDef.NodeOrBuilder. getInputInfo(int index)
repeated .tensorflow.CostGraphDef.Node.InputInfo input_info = 4;
static CostGraphDef.Node.InputInfo
CostGraphDef.Node.InputInfo. parseDelimitedFrom(InputStream input)
static CostGraphDef.Node.InputInfo
CostGraphDef.Node.InputInfo. parseDelimitedFrom(InputStream input, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)
static CostGraphDef.Node.InputInfo
CostGraphDef.Node.InputInfo. parseFrom(byte[] data)
static CostGraphDef.Node.InputInfo
CostGraphDef.Node.InputInfo. parseFrom(byte[] data, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)
static CostGraphDef.Node.InputInfo
CostGraphDef.Node.InputInfo. parseFrom(InputStream input)
static CostGraphDef.Node.InputInfo
CostGraphDef.Node.InputInfo. parseFrom(InputStream input, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)
static CostGraphDef.Node.InputInfo
CostGraphDef.Node.InputInfo. parseFrom(ByteBuffer data)
static CostGraphDef.Node.InputInfo
CostGraphDef.Node.InputInfo. parseFrom(ByteBuffer data, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)
static CostGraphDef.Node.InputInfo
CostGraphDef.Node.InputInfo. parseFrom(org.nd4j.shade.protobuf.ByteString data)
static CostGraphDef.Node.InputInfo
CostGraphDef.Node.InputInfo. parseFrom(org.nd4j.shade.protobuf.ByteString data, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)
static CostGraphDef.Node.InputInfo
CostGraphDef.Node.InputInfo. parseFrom(org.nd4j.shade.protobuf.CodedInputStream input)
static CostGraphDef.Node.InputInfo
CostGraphDef.Node.InputInfo. parseFrom(org.nd4j.shade.protobuf.CodedInputStream input, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in org.tensorflow.framework that return types with arguments of type CostGraphDef.Node.InputInfo Modifier and Type Method Description List<CostGraphDef.Node.InputInfo>
CostGraphDef.Node.Builder. getInputInfoList()
repeated .tensorflow.CostGraphDef.Node.InputInfo input_info = 4;
List<CostGraphDef.Node.InputInfo>
CostGraphDef.Node. getInputInfoList()
repeated .tensorflow.CostGraphDef.Node.InputInfo input_info = 4;
List<CostGraphDef.Node.InputInfo>
CostGraphDef.NodeOrBuilder. getInputInfoList()
repeated .tensorflow.CostGraphDef.Node.InputInfo input_info = 4;
org.nd4j.shade.protobuf.Parser<CostGraphDef.Node.InputInfo>
CostGraphDef.Node.InputInfo. getParserForType()
static org.nd4j.shade.protobuf.Parser<CostGraphDef.Node.InputInfo>
CostGraphDef.Node.InputInfo. parser()
Methods in org.tensorflow.framework with parameters of type CostGraphDef.Node.InputInfo Modifier and Type Method Description CostGraphDef.Node.Builder
CostGraphDef.Node.Builder. addInputInfo(int index, CostGraphDef.Node.InputInfo value)
repeated .tensorflow.CostGraphDef.Node.InputInfo input_info = 4;
CostGraphDef.Node.Builder
CostGraphDef.Node.Builder. addInputInfo(CostGraphDef.Node.InputInfo value)
repeated .tensorflow.CostGraphDef.Node.InputInfo input_info = 4;
CostGraphDef.Node.InputInfo.Builder
CostGraphDef.Node.InputInfo.Builder. mergeFrom(CostGraphDef.Node.InputInfo other)
static CostGraphDef.Node.InputInfo.Builder
CostGraphDef.Node.InputInfo. newBuilder(CostGraphDef.Node.InputInfo prototype)
CostGraphDef.Node.Builder
CostGraphDef.Node.Builder. setInputInfo(int index, CostGraphDef.Node.InputInfo value)
repeated .tensorflow.CostGraphDef.Node.InputInfo input_info = 4;
Method parameters in org.tensorflow.framework with type arguments of type CostGraphDef.Node.InputInfo Modifier and Type Method Description CostGraphDef.Node.Builder
CostGraphDef.Node.Builder. addAllInputInfo(Iterable<? extends CostGraphDef.Node.InputInfo> values)
repeated .tensorflow.CostGraphDef.Node.InputInfo input_info = 4;
-