Uses of Class
org.tensorflow.framework.CostGraphDef.Node.OutputInfo
-
Packages that use CostGraphDef.Node.OutputInfo Package Description org.tensorflow.framework -
-
Uses of CostGraphDef.Node.OutputInfo in org.tensorflow.framework
Methods in org.tensorflow.framework that return CostGraphDef.Node.OutputInfo Modifier and Type Method Description CostGraphDef.Node.OutputInfo
CostGraphDef.Node.OutputInfo.Builder. build()
CostGraphDef.Node.OutputInfo
CostGraphDef.Node.OutputInfo.Builder. buildPartial()
static CostGraphDef.Node.OutputInfo
CostGraphDef.Node.OutputInfo. getDefaultInstance()
CostGraphDef.Node.OutputInfo
CostGraphDef.Node.OutputInfo.Builder. getDefaultInstanceForType()
CostGraphDef.Node.OutputInfo
CostGraphDef.Node.OutputInfo. getDefaultInstanceForType()
CostGraphDef.Node.OutputInfo
CostGraphDef.Node.Builder. getOutputInfo(int index)
repeated .tensorflow.CostGraphDef.Node.OutputInfo output_info = 5;
CostGraphDef.Node.OutputInfo
CostGraphDef.Node. getOutputInfo(int index)
repeated .tensorflow.CostGraphDef.Node.OutputInfo output_info = 5;
CostGraphDef.Node.OutputInfo
CostGraphDef.NodeOrBuilder. getOutputInfo(int index)
repeated .tensorflow.CostGraphDef.Node.OutputInfo output_info = 5;
static CostGraphDef.Node.OutputInfo
CostGraphDef.Node.OutputInfo. parseDelimitedFrom(InputStream input)
static CostGraphDef.Node.OutputInfo
CostGraphDef.Node.OutputInfo. parseDelimitedFrom(InputStream input, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)
static CostGraphDef.Node.OutputInfo
CostGraphDef.Node.OutputInfo. parseFrom(byte[] data)
static CostGraphDef.Node.OutputInfo
CostGraphDef.Node.OutputInfo. parseFrom(byte[] data, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)
static CostGraphDef.Node.OutputInfo
CostGraphDef.Node.OutputInfo. parseFrom(InputStream input)
static CostGraphDef.Node.OutputInfo
CostGraphDef.Node.OutputInfo. parseFrom(InputStream input, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)
static CostGraphDef.Node.OutputInfo
CostGraphDef.Node.OutputInfo. parseFrom(ByteBuffer data)
static CostGraphDef.Node.OutputInfo
CostGraphDef.Node.OutputInfo. parseFrom(ByteBuffer data, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)
static CostGraphDef.Node.OutputInfo
CostGraphDef.Node.OutputInfo. parseFrom(org.nd4j.shade.protobuf.ByteString data)
static CostGraphDef.Node.OutputInfo
CostGraphDef.Node.OutputInfo. parseFrom(org.nd4j.shade.protobuf.ByteString data, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)
static CostGraphDef.Node.OutputInfo
CostGraphDef.Node.OutputInfo. parseFrom(org.nd4j.shade.protobuf.CodedInputStream input)
static CostGraphDef.Node.OutputInfo
CostGraphDef.Node.OutputInfo. 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.OutputInfo Modifier and Type Method Description List<CostGraphDef.Node.OutputInfo>
CostGraphDef.Node.Builder. getOutputInfoList()
repeated .tensorflow.CostGraphDef.Node.OutputInfo output_info = 5;
List<CostGraphDef.Node.OutputInfo>
CostGraphDef.Node. getOutputInfoList()
repeated .tensorflow.CostGraphDef.Node.OutputInfo output_info = 5;
List<CostGraphDef.Node.OutputInfo>
CostGraphDef.NodeOrBuilder. getOutputInfoList()
repeated .tensorflow.CostGraphDef.Node.OutputInfo output_info = 5;
org.nd4j.shade.protobuf.Parser<CostGraphDef.Node.OutputInfo>
CostGraphDef.Node.OutputInfo. getParserForType()
static org.nd4j.shade.protobuf.Parser<CostGraphDef.Node.OutputInfo>
CostGraphDef.Node.OutputInfo. parser()
Methods in org.tensorflow.framework with parameters of type CostGraphDef.Node.OutputInfo Modifier and Type Method Description CostGraphDef.Node.Builder
CostGraphDef.Node.Builder. addOutputInfo(int index, CostGraphDef.Node.OutputInfo value)
repeated .tensorflow.CostGraphDef.Node.OutputInfo output_info = 5;
CostGraphDef.Node.Builder
CostGraphDef.Node.Builder. addOutputInfo(CostGraphDef.Node.OutputInfo value)
repeated .tensorflow.CostGraphDef.Node.OutputInfo output_info = 5;
CostGraphDef.Node.OutputInfo.Builder
CostGraphDef.Node.OutputInfo.Builder. mergeFrom(CostGraphDef.Node.OutputInfo other)
static CostGraphDef.Node.OutputInfo.Builder
CostGraphDef.Node.OutputInfo. newBuilder(CostGraphDef.Node.OutputInfo prototype)
CostGraphDef.Node.Builder
CostGraphDef.Node.Builder. setOutputInfo(int index, CostGraphDef.Node.OutputInfo value)
repeated .tensorflow.CostGraphDef.Node.OutputInfo output_info = 5;
Method parameters in org.tensorflow.framework with type arguments of type CostGraphDef.Node.OutputInfo Modifier and Type Method Description CostGraphDef.Node.Builder
CostGraphDef.Node.Builder. addAllOutputInfo(Iterable<? extends CostGraphDef.Node.OutputInfo> values)
repeated .tensorflow.CostGraphDef.Node.OutputInfo output_info = 5;
-