পাবলিক ইন্টারফেস StructuredValueOrBuilder
পরিচিত পরোক্ষ উপশ্রেণী |
পাবলিক পদ্ধতি
বিমূর্ত বুলিয়ান | getBoolValue () Represents a boolean value. |
বিমূর্ত BoundedTensorSpecProto | getBoundedTensorSpecValue () Represents a value for tf.BoundedTensorSpec. |
বিমূর্ত BoundedTensorSpecProtoOrBuilder | getBoundedTensorSpecValueOrBuilder () Represents a value for tf.BoundedTensorSpec. |
বিমূর্ত DictValue | getDictValue () Represents a dict `Value`. |
বিমূর্ত DictValueOrBuilder | getDictValueOrBuilder () Represents a dict `Value`. |
বিমূর্ত ডবল | getFloat64Value () Represents a double-precision floating-point value (a Python `float`). |
বিমূর্ত দীর্ঘ | getInt64Value () Represents a signed integer value, limited to 64 bits. |
বিমূর্ত StructuredValue.KindCase | getKindCase () |
বিমূর্ত তালিকা মান | getListValue () Represents a list of `Value`. |
বিমূর্ত ListValueOrBuilder | getListValueOrBuilder () Represents a list of `Value`. |
বিমূর্ত NamedTupleValue | getNamedTupleValue () Represents Python's namedtuple. |
বিমূর্ত NamedTupleValueOrBuilder | getNamedTupleValueOrBuilder () Represents Python's namedtuple. |
বিমূর্ত NoneValue | getNoneValue () Represents None. |
বিমূর্ত NoneValueOrBuilder | getNoneValueOrBuilder () Represents None. |
বিমূর্ত স্ট্রিং | getStringValue () Represents a string of Unicode characters stored in a Python `str`. |
বিমূর্ত com.google.protobuf.ByteString | getStringValueBytes () Represents a string of Unicode characters stored in a Python `str`. |
বিমূর্ত ডেটা টাইপ | getTensorDtypeValue () Represents an enum value for dtype. |
বিমূর্ত int | getTensorDtypeValueValue () Represents an enum value for dtype. |
বিমূর্ত TensorShapeProto | getTensorShapeValue () Represents a TensorShape. |
বিমূর্ত TensorShapeProtoOrBuilder | getTensorShapeValueOrBuilder () Represents a TensorShape. |
বিমূর্ত TensorSpecProto | getTensorSpecValue () Represents a value for tf.TensorSpec. |
বিমূর্ত TensorSpecProtoOrBuilder | getTensorSpecValueOrBuilder () Represents a value for tf.TensorSpec. |
বিমূর্ত TupleValue | getTupleValue () Represents a tuple of `Value`. |
বিমূর্ত TupleValueOrBuilder | getTupleValueOrBuilder () Represents a tuple of `Value`. |
বিমূর্ত TypeSpecProto | getTypeSpecValue () Represents a value for tf.TypeSpec. |
বিমূর্ত TypeSpecProtoOrBuilder | getTypeSpecValueOrBuilder () Represents a value for tf.TypeSpec. |
বিমূর্ত বুলিয়ান | hasBoundedTensorSpecValue () Represents a value for tf.BoundedTensorSpec. |
বিমূর্ত বুলিয়ান | hasDictValue () Represents a dict `Value`. |
বিমূর্ত বুলিয়ান | hasListValue () Represents a list of `Value`. |
বিমূর্ত বুলিয়ান | hasNamedTupleValue () Represents Python's namedtuple. |
বিমূর্ত বুলিয়ান | hasNoneValue () Represents None. |
বিমূর্ত বুলিয়ান | hasTensorShapeValue () Represents a TensorShape. |
বিমূর্ত বুলিয়ান | hasTensorSpecValue () Represents a value for tf.TensorSpec. |
বিমূর্ত বুলিয়ান | hasTupleValue () Represents a tuple of `Value`. |
বিমূর্ত বুলিয়ান | hasTypeSpecValue () Represents a value for tf.TypeSpec. |
পাবলিক পদ্ধতি
সর্বজনীন বিমূর্ত বুলিয়ান getBoolValue ()
Represents a boolean value.
bool bool_value = 14;
পাবলিক বিমূর্ত BoundedTensorSpecProto getBoundedTensorSpecValue ()
Represents a value for tf.BoundedTensorSpec.
.tensorflow.BoundedTensorSpecProto bounded_tensor_spec_value = 35;
সর্বজনীন বিমূর্ত BoundedTensorSpecProtoOrBuilder getBoundedTensorSpecValueOrBuilder ()
Represents a value for tf.BoundedTensorSpec.
.tensorflow.BoundedTensorSpecProto bounded_tensor_spec_value = 35;
সর্বজনীন বিমূর্ত DictValue getDictValue ()
Represents a dict `Value`.
.tensorflow.DictValue dict_value = 53;
সর্বজনীন বিমূর্ত DictValueOrBuilder getDictValueOrBuilder ()
Represents a dict `Value`.
.tensorflow.DictValue dict_value = 53;
পাবলিক বিমূর্ত ডাবল getFloat64Value ()
Represents a double-precision floating-point value (a Python `float`).
double float64_value = 11;
পাবলিক বিমূর্ত দীর্ঘ getInt64Value ()
Represents a signed integer value, limited to 64 bits. Larger values from Python's arbitrary-precision integers are unsupported.
sint64 int64_value = 12;
সর্বজনীন বিমূর্ত তালিকা মান getListValue ()
Represents a list of `Value`.
.tensorflow.ListValue list_value = 51;
সর্বজনীন বিমূর্ত ListValueOrBuilder getListValueOrBuilder ()
Represents a list of `Value`.
.tensorflow.ListValue list_value = 51;
সর্বজনীন বিমূর্ত NamedTupleValue getNamedTupleValue ()
Represents Python's namedtuple.
.tensorflow.NamedTupleValue named_tuple_value = 54;
সর্বজনীন বিমূর্ত NamedTupleValueOrBuilder getNamedTupleValueOrBuilder ()
Represents Python's namedtuple.
.tensorflow.NamedTupleValue named_tuple_value = 54;
সর্বজনীন বিমূর্ত NoneValueOrBuilder getNoneValueOrBuilder ()
Represents None.
.tensorflow.NoneValue none_value = 1;
সর্বজনীন বিমূর্ত স্ট্রিং getStringValue ()
Represents a string of Unicode characters stored in a Python `str`. In Python 3, this is exactly what type `str` is. In Python 2, this is the UTF-8 encoding of the characters. For strings with ASCII characters only (as often used in TensorFlow code) there is effectively no difference between the language versions. The obsolescent `unicode` type of Python 2 is not supported here.
string string_value = 13;
সর্বজনীন বিমূর্ত com.google.protobuf.ByteString getStringValueBytes ()
Represents a string of Unicode characters stored in a Python `str`. In Python 3, this is exactly what type `str` is. In Python 2, this is the UTF-8 encoding of the characters. For strings with ASCII characters only (as often used in TensorFlow code) there is effectively no difference between the language versions. The obsolescent `unicode` type of Python 2 is not supported here.
string string_value = 13;
সর্বজনীন বিমূর্ত ডেটা টাইপ getTensorDtypeValue ()
Represents an enum value for dtype.
.tensorflow.DataType tensor_dtype_value = 32;
পাবলিক বিমূর্ত int getTensorDtypeValueValue ()
Represents an enum value for dtype.
.tensorflow.DataType tensor_dtype_value = 32;
সর্বজনীন বিমূর্ত TensorShapeProto getTensorShapeValue ()
Represents a TensorShape.
.tensorflow.TensorShapeProto tensor_shape_value = 31;
সর্বজনীন বিমূর্ত TensorShapeProtoOrBuilder getTensorShapeValueOrBuilder ()
Represents a TensorShape.
.tensorflow.TensorShapeProto tensor_shape_value = 31;
সর্বজনীন বিমূর্ত TensorSpecProto getTensorSpecValue ()
Represents a value for tf.TensorSpec.
.tensorflow.TensorSpecProto tensor_spec_value = 33;
সর্বজনীন বিমূর্ত TensorSpecProtoOrBuilder getTensorSpecValueOrBuilder ()
Represents a value for tf.TensorSpec.
.tensorflow.TensorSpecProto tensor_spec_value = 33;
সর্বজনীন বিমূর্ত TupleValue getTupleValue ()
Represents a tuple of `Value`.
.tensorflow.TupleValue tuple_value = 52;
সর্বজনীন বিমূর্ত TupleValueOrBuilder getTupleValueOrBuilder ()
Represents a tuple of `Value`.
.tensorflow.TupleValue tuple_value = 52;
সর্বজনীন বিমূর্ত TypeSpecProto getTypeSpecValue ()
Represents a value for tf.TypeSpec.
.tensorflow.TypeSpecProto type_spec_value = 34;
সর্বজনীন বিমূর্ত TypeSpecProtoOrBuilder getTypeSpecValueOrBuilder ()
Represents a value for tf.TypeSpec.
.tensorflow.TypeSpecProto type_spec_value = 34;
পাবলিক বিমূর্ত বুলিয়ান hasBoundedTensorSpecValue ()
Represents a value for tf.BoundedTensorSpec.
.tensorflow.BoundedTensorSpecProto bounded_tensor_spec_value = 35;
পাবলিক বিমূর্ত বুলিয়ান hasDictValue ()
Represents a dict `Value`.
.tensorflow.DictValue dict_value = 53;
সর্বজনীন বিমূর্ত বুলিয়ান hasListValue ()
Represents a list of `Value`.
.tensorflow.ListValue list_value = 51;
পাবলিক বিমূর্ত বুলিয়ান hasNamedTupleValue ()
Represents Python's namedtuple.
.tensorflow.NamedTupleValue named_tuple_value = 54;
সর্বজনীন বিমূর্ত বুলিয়ান hasNoneValue ()
Represents None.
.tensorflow.NoneValue none_value = 1;
পাবলিক বিমূর্ত বুলিয়ান আছে টেনসরশেপ ভ্যালু ()
Represents a TensorShape.
.tensorflow.TensorShapeProto tensor_shape_value = 31;
পাবলিক বিমূর্ত বুলিয়ান hasTensorSpecValue ()
Represents a value for tf.TensorSpec.
.tensorflow.TensorSpecProto tensor_spec_value = 33;
পাবলিক বিমূর্ত বুলিয়ান hasTupleValue ()
Represents a tuple of `Value`.
.tensorflow.TupleValue tuple_value = 52;
সর্বজনীন বিমূর্ত বুলিয়ান hasTypeSpecValue ()
Represents a value for tf.TypeSpec.
.tensorflow.TypeSpecProto type_spec_value = 34;
পাবলিক ইন্টারফেস StructuredValueOrBuilder
পরিচিত পরোক্ষ উপশ্রেণী |
পাবলিক পদ্ধতি
বিমূর্ত বুলিয়ান | getBoolValue () Represents a boolean value. |
বিমূর্ত BoundedTensorSpecProto | getBoundedTensorSpecValue () Represents a value for tf.BoundedTensorSpec. |
বিমূর্ত BoundedTensorSpecProtoOrBuilder | getBoundedTensorSpecValueOrBuilder () Represents a value for tf.BoundedTensorSpec. |
বিমূর্ত DictValue | getDictValue () Represents a dict `Value`. |
বিমূর্ত DictValueOrBuilder | getDictValueOrBuilder () Represents a dict `Value`. |
বিমূর্ত ডবল | getFloat64Value () Represents a double-precision floating-point value (a Python `float`). |
বিমূর্ত দীর্ঘ | getInt64Value () Represents a signed integer value, limited to 64 bits. |
বিমূর্ত StructuredValue.KindCase | getKindCase () |
বিমূর্ত তালিকা মান | getListValue () Represents a list of `Value`. |
বিমূর্ত ListValueOrBuilder | getListValueOrBuilder () Represents a list of `Value`. |
বিমূর্ত NamedTupleValue | getNamedTupleValue () Represents Python's namedtuple. |
বিমূর্ত NamedTupleValueOrBuilder | getNamedTupleValueOrBuilder () Represents Python's namedtuple. |
বিমূর্ত NoneValue | getNoneValue () Represents None. |
বিমূর্ত NoneValueOrBuilder | getNoneValueOrBuilder () Represents None. |
বিমূর্ত স্ট্রিং | getStringValue () Represents a string of Unicode characters stored in a Python `str`. |
বিমূর্ত com.google.protobuf.ByteString | getStringValueBytes () Represents a string of Unicode characters stored in a Python `str`. |
বিমূর্ত ডেটা টাইপ | getTensorDtypeValue () Represents an enum value for dtype. |
বিমূর্ত int | getTensorDtypeValueValue () Represents an enum value for dtype. |
বিমূর্ত TensorShapeProto | getTensorShapeValue () Represents a TensorShape. |
বিমূর্ত TensorShapeProtoOrBuilder | getTensorShapeValueOrBuilder () Represents a TensorShape. |
বিমূর্ত TensorSpecProto | getTensorSpecValue () Represents a value for tf.TensorSpec. |
বিমূর্ত TensorSpecProtoOrBuilder | getTensorSpecValueOrBuilder () Represents a value for tf.TensorSpec. |
বিমূর্ত TupleValue | getTupleValue () Represents a tuple of `Value`. |
বিমূর্ত TupleValueOrBuilder | getTupleValueOrBuilder () Represents a tuple of `Value`. |
বিমূর্ত TypeSpecProto | getTypeSpecValue () Represents a value for tf.TypeSpec. |
বিমূর্ত TypeSpecProtoOrBuilder | getTypeSpecValueOrBuilder () Represents a value for tf.TypeSpec. |
বিমূর্ত বুলিয়ান | hasBoundedTensorSpecValue () Represents a value for tf.BoundedTensorSpec. |
বিমূর্ত বুলিয়ান | hasDictValue () Represents a dict `Value`. |
বিমূর্ত বুলিয়ান | hasListValue () Represents a list of `Value`. |
বিমূর্ত বুলিয়ান | hasNamedTupleValue () Represents Python's namedtuple. |
বিমূর্ত বুলিয়ান | hasNoneValue () Represents None. |
বিমূর্ত বুলিয়ান | hasTensorShapeValue () Represents a TensorShape. |
বিমূর্ত বুলিয়ান | hasTensorSpecValue () Represents a value for tf.TensorSpec. |
বিমূর্ত বুলিয়ান | hasTupleValue () Represents a tuple of `Value`. |
বিমূর্ত বুলিয়ান | hasTypeSpecValue () Represents a value for tf.TypeSpec. |
পাবলিক পদ্ধতি
সর্বজনীন বিমূর্ত বুলিয়ান getBoolValue ()
Represents a boolean value.
bool bool_value = 14;
পাবলিক বিমূর্ত BoundedTensorSpecProto getBoundedTensorSpecValue ()
Represents a value for tf.BoundedTensorSpec.
.tensorflow.BoundedTensorSpecProto bounded_tensor_spec_value = 35;
সর্বজনীন বিমূর্ত BoundedTensorSpecProtoOrBuilder getBoundedTensorSpecValueOrBuilder ()
Represents a value for tf.BoundedTensorSpec.
.tensorflow.BoundedTensorSpecProto bounded_tensor_spec_value = 35;
সর্বজনীন বিমূর্ত DictValue getDictValue ()
Represents a dict `Value`.
.tensorflow.DictValue dict_value = 53;
সর্বজনীন বিমূর্ত DictValueOrBuilder getDictValueOrBuilder ()
Represents a dict `Value`.
.tensorflow.DictValue dict_value = 53;
পাবলিক বিমূর্ত ডাবল getFloat64Value ()
Represents a double-precision floating-point value (a Python `float`).
double float64_value = 11;
পাবলিক বিমূর্ত দীর্ঘ getInt64Value ()
Represents a signed integer value, limited to 64 bits. Larger values from Python's arbitrary-precision integers are unsupported.
sint64 int64_value = 12;
সর্বজনীন বিমূর্ত তালিকা মান getListValue ()
Represents a list of `Value`.
.tensorflow.ListValue list_value = 51;
সর্বজনীন বিমূর্ত ListValueOrBuilder getListValueOrBuilder ()
Represents a list of `Value`.
.tensorflow.ListValue list_value = 51;
সর্বজনীন বিমূর্ত NamedTupleValue getNamedTupleValue ()
Represents Python's namedtuple.
.tensorflow.NamedTupleValue named_tuple_value = 54;
সর্বজনীন বিমূর্ত NamedTupleValueOrBuilder getNamedTupleValueOrBuilder ()
Represents Python's namedtuple.
.tensorflow.NamedTupleValue named_tuple_value = 54;
সর্বজনীন বিমূর্ত NoneValueOrBuilder getNoneValueOrBuilder ()
Represents None.
.tensorflow.NoneValue none_value = 1;
সর্বজনীন বিমূর্ত স্ট্রিং getStringValue ()
Represents a string of Unicode characters stored in a Python `str`. In Python 3, this is exactly what type `str` is. In Python 2, this is the UTF-8 encoding of the characters. For strings with ASCII characters only (as often used in TensorFlow code) there is effectively no difference between the language versions. The obsolescent `unicode` type of Python 2 is not supported here.
string string_value = 13;
সর্বজনীন বিমূর্ত com.google.protobuf.ByteString getStringValueBytes ()
Represents a string of Unicode characters stored in a Python `str`. In Python 3, this is exactly what type `str` is. In Python 2, this is the UTF-8 encoding of the characters. For strings with ASCII characters only (as often used in TensorFlow code) there is effectively no difference between the language versions. The obsolescent `unicode` type of Python 2 is not supported here.
string string_value = 13;
সর্বজনীন বিমূর্ত ডেটা টাইপ getTensorDtypeValue ()
Represents an enum value for dtype.
.tensorflow.DataType tensor_dtype_value = 32;
পাবলিক বিমূর্ত int getTensorDtypeValueValue ()
Represents an enum value for dtype.
.tensorflow.DataType tensor_dtype_value = 32;
সর্বজনীন বিমূর্ত TensorShapeProto getTensorShapeValue ()
Represents a TensorShape.
.tensorflow.TensorShapeProto tensor_shape_value = 31;
সর্বজনীন বিমূর্ত TensorShapeProtoOrBuilder getTensorShapeValueOrBuilder ()
Represents a TensorShape.
.tensorflow.TensorShapeProto tensor_shape_value = 31;
সর্বজনীন বিমূর্ত TensorSpecProto getTensorSpecValue ()
Represents a value for tf.TensorSpec.
.tensorflow.TensorSpecProto tensor_spec_value = 33;
সর্বজনীন বিমূর্ত TensorSpecProtoOrBuilder getTensorSpecValueOrBuilder ()
Represents a value for tf.TensorSpec.
.tensorflow.TensorSpecProto tensor_spec_value = 33;
সর্বজনীন বিমূর্ত TupleValue getTupleValue ()
Represents a tuple of `Value`.
.tensorflow.TupleValue tuple_value = 52;
সর্বজনীন বিমূর্ত TupleValueOrBuilder getTupleValueOrBuilder ()
Represents a tuple of `Value`.
.tensorflow.TupleValue tuple_value = 52;
সর্বজনীন বিমূর্ত TypeSpecProto getTypeSpecValue ()
Represents a value for tf.TypeSpec.
.tensorflow.TypeSpecProto type_spec_value = 34;
সর্বজনীন বিমূর্ত TypeSpecProtoOrBuilder getTypeSpecValueOrBuilder ()
Represents a value for tf.TypeSpec.
.tensorflow.TypeSpecProto type_spec_value = 34;
পাবলিক বিমূর্ত বুলিয়ান hasBoundedTensorSpecValue ()
Represents a value for tf.BoundedTensorSpec.
.tensorflow.BoundedTensorSpecProto bounded_tensor_spec_value = 35;
পাবলিক বিমূর্ত বুলিয়ান hasDictValue ()
Represents a dict `Value`.
.tensorflow.DictValue dict_value = 53;
সর্বজনীন বিমূর্ত বুলিয়ান hasListValue ()
Represents a list of `Value`.
.tensorflow.ListValue list_value = 51;
সর্বজনীন বিমূর্ত বুলিয়ান hasNamedTupleValue ()
Represents Python's namedtuple.
.tensorflow.NamedTupleValue named_tuple_value = 54;
সর্বজনীন বিমূর্ত বুলিয়ান hasNoneValue ()
Represents None.
.tensorflow.NoneValue none_value = 1;
পাবলিক বিমূর্ত বুলিয়ান আছে টেনসরশেপ ভ্যালু ()
Represents a TensorShape.
.tensorflow.TensorShapeProto tensor_shape_value = 31;
পাবলিক বিমূর্ত বুলিয়ান hasTensorSpecValue ()
Represents a value for tf.TensorSpec.
.tensorflow.TensorSpecProto tensor_spec_value = 33;
পাবলিক বিমূর্ত বুলিয়ান hasTupleValue ()
Represents a tuple of `Value`.
.tensorflow.TupleValue tuple_value = 52;
সর্বজনীন বিমূর্ত বুলিয়ান hasTypeSpecValue ()
Represents a value for tf.TypeSpec.
.tensorflow.TypeSpecProto type_spec_value = 34;