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 AssetFileDefAssetFileDef.Builder. build()AssetFileDefAssetFileDef.Builder. buildPartial()AssetFileDefMetaGraphDef.Builder. getAssetFileDef(int index)Asset file def to be used with the defined graph.AssetFileDefMetaGraphDef. getAssetFileDef(int index)Asset file def to be used with the defined graph.AssetFileDefMetaGraphDefOrBuilder. getAssetFileDef(int index)Asset file def to be used with the defined graph.static AssetFileDefAssetFileDef. getDefaultInstance()AssetFileDefAssetFileDef.Builder. getDefaultInstanceForType()AssetFileDefAssetFileDef. getDefaultInstanceForType()static AssetFileDefAssetFileDef. parseDelimitedFrom(InputStream input)static AssetFileDefAssetFileDef. parseDelimitedFrom(InputStream input, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)static AssetFileDefAssetFileDef. parseFrom(byte[] data)static AssetFileDefAssetFileDef. parseFrom(byte[] data, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)static AssetFileDefAssetFileDef. parseFrom(InputStream input)static AssetFileDefAssetFileDef. parseFrom(InputStream input, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)static AssetFileDefAssetFileDef. parseFrom(ByteBuffer data)static AssetFileDefAssetFileDef. parseFrom(ByteBuffer data, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)static AssetFileDefAssetFileDef. parseFrom(org.nd4j.shade.protobuf.ByteString data)static AssetFileDefAssetFileDef. parseFrom(org.nd4j.shade.protobuf.ByteString data, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)static AssetFileDefAssetFileDef. parseFrom(org.nd4j.shade.protobuf.CodedInputStream input)static AssetFileDefAssetFileDef. 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.BuilderMetaGraphDef.Builder. addAssetFileDef(int index, AssetFileDef value)Asset file def to be used with the defined graph.MetaGraphDef.BuilderMetaGraphDef.Builder. addAssetFileDef(AssetFileDef value)Asset file def to be used with the defined graph.AssetFileDef.BuilderAssetFileDef.Builder. mergeFrom(AssetFileDef other)static AssetFileDef.BuilderAssetFileDef. newBuilder(AssetFileDef prototype)MetaGraphDef.BuilderMetaGraphDef.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.BuilderMetaGraphDef.Builder. addAllAssetFileDef(Iterable<? extends AssetFileDef> values)Asset file def to be used with the defined graph.
-