パブリック インターフェイス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. |
| 抽象ブール値 | hasTensor () The client can populate a TensorProto using a tensorflow::Tensor`, or directly using the protobuf field accessors. |
パブリックメソッド
パブリック抽象 String 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; public abstract boolean 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;