อินเทอร์เฟซสาธารณะ NamedTensorProtoOrBuilder
| คลาสย่อยทางอ้อมที่รู้จัก |
วิธีการสาธารณะ
| สตริงที่เป็นนามธรรม | รับชื่อ () Name of the tensor. |
| นามธรรม com.google.protobuf.ByteString | getNameBytes () Name of the tensor. |
| นามธรรม TensorProto | รับเทนเซอร์ () 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;