NamedTensorProtoOrBuilder

giao diện công cộng NamedTensorProtoOrBuilder
Các lớp con gián tiếp đã biết

Phương pháp công khai

chuỗi trừu tượng
lấy Tên ()
 Name of the tensor.
trừu tượng com.google.protobuf.ByteString
getNameBytes ()
 Name of the tensor.
trừu tượng TensorProto
getTensor ()
 The client can populate a TensorProto using a tensorflow::Tensor`, or
 directly using the protobuf field accessors.
trừu tượng TensorProtoOrBuilder
getTensorOrBuilder ()
 The client can populate a TensorProto using a tensorflow::Tensor`, or
 directly using the protobuf field accessors.
trừu tượng boolean
hasTensor ()
 The client can populate a TensorProto using a tensorflow::Tensor`, or
 directly using the protobuf field accessors.

Phương pháp công khai

Chuỗi tóm tắt công khai getName ()

string name = 1;

 Name of the tensor.
 
= 1;

tóm tắt công khai com.google.protobuf.ByteString getNameBytes ()

string name = 1;

 Name of the tensor.
 
= 1;

tóm tắt công khai 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;

tóm tắt công khai 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;

boolean trừu tượng công khai 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;