Uses of Class
org.tensorflow.framework.AssetFileDef
-
Packages that use AssetFileDef Package Description org.tensorflow.framework -
-
Uses of AssetFileDef in org.tensorflow.framework
Methods in org.tensorflow.framework that return AssetFileDef Modifier and Type Method Description AssetFileDef
AssetFileDef.Builder. build()
AssetFileDef
AssetFileDef.Builder. buildPartial()
AssetFileDef
MetaGraphDef.Builder. getAssetFileDef(int index)
Asset file def to be used with the defined graph.AssetFileDef
MetaGraphDef. getAssetFileDef(int index)
Asset file def to be used with the defined graph.AssetFileDef
MetaGraphDefOrBuilder. getAssetFileDef(int index)
Asset file def to be used with the defined graph.static AssetFileDef
AssetFileDef. getDefaultInstance()
AssetFileDef
AssetFileDef.Builder. getDefaultInstanceForType()
AssetFileDef
AssetFileDef. getDefaultInstanceForType()
static AssetFileDef
AssetFileDef. parseDelimitedFrom(InputStream input)
static AssetFileDef
AssetFileDef. parseDelimitedFrom(InputStream input, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)
static AssetFileDef
AssetFileDef. parseFrom(byte[] data)
static AssetFileDef
AssetFileDef. parseFrom(byte[] data, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)
static AssetFileDef
AssetFileDef. parseFrom(InputStream input)
static AssetFileDef
AssetFileDef. parseFrom(InputStream input, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)
static AssetFileDef
AssetFileDef. parseFrom(ByteBuffer data)
static AssetFileDef
AssetFileDef. parseFrom(ByteBuffer data, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)
static AssetFileDef
AssetFileDef. parseFrom(org.nd4j.shade.protobuf.ByteString data)
static AssetFileDef
AssetFileDef. parseFrom(org.nd4j.shade.protobuf.ByteString data, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)
static AssetFileDef
AssetFileDef. parseFrom(org.nd4j.shade.protobuf.CodedInputStream input)
static AssetFileDef
AssetFileDef. 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 AssetFileDef Modifier and Type Method Description List<AssetFileDef>
MetaGraphDef.Builder. getAssetFileDefList()
Asset file def to be used with the defined graph.List<AssetFileDef>
MetaGraphDef. getAssetFileDefList()
Asset file def to be used with the defined graph.List<AssetFileDef>
MetaGraphDefOrBuilder. getAssetFileDefList()
Asset file def to be used with the defined graph.org.nd4j.shade.protobuf.Parser<AssetFileDef>
AssetFileDef. getParserForType()
static org.nd4j.shade.protobuf.Parser<AssetFileDef>
AssetFileDef. parser()
Methods in org.tensorflow.framework with parameters of type AssetFileDef Modifier and Type Method Description MetaGraphDef.Builder
MetaGraphDef.Builder. addAssetFileDef(int index, AssetFileDef value)
Asset file def to be used with the defined graph.MetaGraphDef.Builder
MetaGraphDef.Builder. addAssetFileDef(AssetFileDef value)
Asset file def to be used with the defined graph.AssetFileDef.Builder
AssetFileDef.Builder. mergeFrom(AssetFileDef other)
static AssetFileDef.Builder
AssetFileDef. newBuilder(AssetFileDef prototype)
MetaGraphDef.Builder
MetaGraphDef.Builder. setAssetFileDef(int index, AssetFileDef value)
Asset file def to be used with the defined graph.Method parameters in org.tensorflow.framework with type arguments of type AssetFileDef Modifier and Type Method Description MetaGraphDef.Builder
MetaGraphDef.Builder. addAllAssetFileDef(Iterable<? extends AssetFileDef> values)
Asset file def to be used with the defined graph.
-