کلاس نهایی استاتیک عمومی AssetFileDef.Builder
An asset file def for a single file or a set of sharded files with the same name.
tensorflow.AssetFileDef
روش های عمومی
AssetFileDef.Builder | addRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor فیلد، مقدار Object) |
AssetFileDef | ساختن () |
AssetFileDef | ساخت جزئی () |
AssetFileDef.Builder | روشن () |
AssetFileDef.Builder | clearField (فیلد com.google.protobuf.Descriptors.FieldDescriptor) |
AssetFileDef.Builder | clearFilename () The filename within an assets directory. |
AssetFileDef.Builder | clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof) |
AssetFileDef.Builder | clearTensorInfo () The tensor to bind the asset filename to. |
AssetFileDef.Builder | کلون () |
AssetFileDef | |
نهایی static com.google.protobuf.Descriptors.Descriptor | |
com.google.protobuf.Descriptors.Descriptor | |
رشته | getFilename () The filename within an assets directory. |
com.google.protobuf.ByteString | getFilenameBytes () The filename within an assets directory. |
TensorInfo | getTensorInfo () The tensor to bind the asset filename to. |
TensorInfo.Builder | getTensorInfoBuilder () The tensor to bind the asset filename to. |
TensorInfoOrBuilder | getTensorInfoOrBuilder () The tensor to bind the asset filename to. |
بولی | hasTensorInfo () The tensor to bind the asset filename to. |
بولی نهایی | |
AssetFileDef.Builder | mergeFrom (ورودی com.google.protobuf.CodedInputStream، com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
AssetFileDef.Builder | mergeFrom (com.google.protobuf.Message other) |
AssetFileDef.Builder | |
AssetFileDef.Builder نهایی | mergeUnknownFields (com.google.protobuf.UnknownFieldSetknownFields) |
AssetFileDef.Builder | setField (com.google.protobuf.Descriptors.FieldDescriptor فیلد، مقدار Object) |
AssetFileDef.Builder | setFilename (مقدار رشته) The filename within an assets directory. |
AssetFileDef.Builder | setFilenameBytes (مقدار com.google.protobuf.ByteString) The filename within an assets directory. |
AssetFileDef.Builder | setRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor، نمایه int، مقدار Object) |
AssetFileDef.Builder | |
AssetFileDef.Builder | |
AssetFileDef.Builder نهایی | setUnknownFields (com.google.protobuf.UnknownFieldSetknownFields) |
روش های ارثی
روش های عمومی
عمومی AssetFileDef.Builder addRepeatedField (فیلد com.google.protobuf.Descriptors.FieldDescriptor، مقدار Object)
عمومی AssetFileDef.Builder clearFilename ()
The filename within an assets directory. Note: does not include the path prefix, i.e. directories. For an asset at /tmp/path/vocab.txt, the filename would be "vocab.txt".
string filename = 2;
عمومی AssetFileDef.Builder clearTensorInfo ()
The tensor to bind the asset filename to.
.tensorflow.TensorInfo tensor_info = 1;
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor ()
عمومی com.google.protobuf.Descriptors.Descriptor getDescriptorForType ()
رشته عمومی getFilename ()
The filename within an assets directory. Note: does not include the path prefix, i.e. directories. For an asset at /tmp/path/vocab.txt, the filename would be "vocab.txt".
string filename = 2;
عمومی com.google.protobuf.ByteString getFilenameBytes ()
The filename within an assets directory. Note: does not include the path prefix, i.e. directories. For an asset at /tmp/path/vocab.txt, the filename would be "vocab.txt".
string filename = 2;
عمومی TensorInfo getTensorInfo ()
The tensor to bind the asset filename to.
.tensorflow.TensorInfo tensor_info = 1;
عمومی TensorInfo.Builder getTensorInfoBuilder ()
The tensor to bind the asset filename to.
.tensorflow.TensorInfo tensor_info = 1;
عمومی TensorInfoOrBuilder getTensorInfoOrBuilder ()
The tensor to bind the asset filename to.
.tensorflow.TensorInfo tensor_info = 1;
hasTensorInfo بولین عمومی ()
The tensor to bind the asset filename to.
.tensorflow.TensorInfo tensor_info = 1;
بولین نهایی عمومی isInitialized ()
عمومی AssetFileDef.Builder mergeFrom (com.google.protobuf.CodedInputStream ورودی، com.google.protobuf.ExtensionRegistryLite extensionRegistry)
پرتاب می کند
IOException |
---|
عمومی AssetFileDef.Builder mergeTensorInfo (مقدار TensorInfo )
The tensor to bind the asset filename to.
.tensorflow.TensorInfo tensor_info = 1;
نهایی عمومی AssetFileDef.Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSetknownFields)
عمومی AssetFileDef.Builder setField (com.google.protobuf.Descriptors.FieldDescriptor فیلد، مقدار Object)
عمومی AssetFileDef.Builder setFilename (مقدار رشته)
The filename within an assets directory. Note: does not include the path prefix, i.e. directories. For an asset at /tmp/path/vocab.txt, the filename would be "vocab.txt".
string filename = 2;
عمومی AssetFileDef.Builder setFilenameBytes (مقدار com.google.protobuf.ByteString)
The filename within an assets directory. Note: does not include the path prefix, i.e. directories. For an asset at /tmp/path/vocab.txt, the filename would be "vocab.txt".
string filename = 2;
عمومی AssetFileDef.Builder setRepeatedField (فیلد com.google.protobuf.Descriptors.FieldDescriptor، نمایه int، مقدار Object)
عمومی AssetFileDef.Builder setTensorInfo ( TensorInfo.Builder builderForValue)
The tensor to bind the asset filename to.
.tensorflow.TensorInfo tensor_info = 1;
عمومی AssetFileDef.Builder setTensorInfo (مقدار TensorInfo )
The tensor to bind the asset filename to.
.tensorflow.TensorInfo tensor_info = 1;