NamedTensorProtoOrBuilder

পাবলিক ইন্টারফেস NamedTensorProtoOrBuilder
পরিচিত পরোক্ষ উপশ্রেণী

পাবলিক পদ্ধতি

বিমূর্ত স্ট্রিং
getName ()
 Name of the tensor.
বিমূর্ত com.google.protobuf.ByteString
getNameBytes ()
 Name of the tensor.
বিমূর্ত TensorProto
getTensor ()
 The client can populate a TensorProto using a tensorflow::Tensor`, or
 directly using the protobuf field accessors.
বিমূর্ত TensorProtoOrBuilder
getTensorOrBuilder ()
 The client can populate a TensorProto using a tensorflow::Tensor`, or
 directly using the protobuf field accessors.
বিমূর্ত বুলিয়ান
আছে টেনসর ()
 The client can populate a TensorProto using a tensorflow::Tensor`, or
 directly using the protobuf field accessors.

পাবলিক পদ্ধতি

সর্বজনীন বিমূর্ত স্ট্রিং getName ()

 Name of the tensor.
 
string name = 1;

সর্বজনীন বিমূর্ত com.google.protobuf.ByteString getNameBytes ()

 Name of the tensor.
 
string name = 1;

সর্বজনীন বিমূর্ত TensorProto getTensor ()

 The client can populate a TensorProto using a tensorflow::Tensor`, or
 directly using the protobuf field accessors.
 The client specifies whether the returned tensor values should be
 filled tensor fields (float_val, int_val, etc.) or encoded in a
 compact form in tensor.tensor_content.
 
.tensorflow.TensorProto tensor = 2;

সর্বজনীন বিমূর্ত TensorProtoOrBuilder getTensorOrBuilder ()

 The client can populate a TensorProto using a tensorflow::Tensor`, or
 directly using the protobuf field accessors.
 The client specifies whether the returned tensor values should be
 filled tensor fields (float_val, int_val, etc.) or encoded in a
 compact form in tensor.tensor_content.
 
.tensorflow.TensorProto tensor = 2;

পাবলিক বিমূর্ত বুলিয়ান hasTensor ()

 The client can populate a TensorProto using a tensorflow::Tensor`, or
 directly using the protobuf field accessors.
 The client specifies whether the returned tensor values should be
 filled tensor fields (float_val, int_val, etc.) or encoded in a
 compact form in tensor.tensor_content.
 
.tensorflow.TensorProto tensor = 2;