सार्वजनिक इंटरफ़ेस नामांकितTensorProtoOrBuilder
| ज्ञात अप्रत्यक्ष उपवर्ग |
सार्वजनिक तरीके
| सार स्ट्रिंग | नाम प्राप्त करें () Name of the tensor. |
| सार com.google.protobuf.ByteString | getNameबाइट्स () 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; सार्वजनिक सार बूलियन हैटेन्सर ()
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;