パブリック最終クラスBoundedTensorSpecProto
A protobuf to represent tf.BoundedTensorSpec.
tensorflow.BoundedTensorSpecProto ネストされたクラス
| クラス | BoundedTensorSpecProto.Builder | A protobuf to represent tf.BoundedTensorSpec. | |
定数
| 整数 | DTYPE_FIELD_NUMBER | |
| 整数 | MAXIMUM_FIELD_NUMBER | |
| 整数 | MINIMUM_FIELD_NUMBER | |
| 整数 | NAME_FIELD_NUMBER | |
| 整数 | SHAPE_FIELD_NUMBER |
パブリックメソッド
| ブール値 | 等しい(オブジェクトオブジェクト) |
| 静的BoundedTensorSpecProto | |
| BoundedTensorSpecProto | |
| 最終的な静的 com.google.protobuf.Descriptors.Descriptor | |
| データ型 | getDtype () .tensorflow.DataType dtype = 3; |
| 整数 | getDtypeValue () .tensorflow.DataType dtype = 3; |
| テンソルプロト | get最大値() .tensorflow.TensorProto maximum = 5; |
| TensorProtoOrBuilder | getMinimumOrBuilder () .tensorflow.TensorProto maximum = 5; |
| テンソルプロト | getMinimum () .tensorflow.TensorProto minimum = 4; |
| TensorProtoOrBuilder | getMinimumOrBuilder () .tensorflow.TensorProto minimum = 4; |
| 弦 | getName () string name = 1; |
| com.google.protobuf.ByteString | getNameBytes () string name = 1; |
| 整数 | |
| テンソル形状プロト | getShape () .tensorflow.TensorShapeProto shape = 2; |
| TensorShapeProtoOrBuilder | getShapeOrBuilder () .tensorflow.TensorShapeProto shape = 2; |
| 最終的な com.google.protobuf.UnknownFieldSet | |
| ブール値 | 最大値() .tensorflow.TensorProto maximum = 5; |
| ブール値 | hasMinimum () .tensorflow.TensorProto minimum = 4; |
| ブール値 | hasShape () .tensorflow.TensorShapeProto shape = 2; |
| 整数 | ハッシュコード() |
| 最終ブール値 | |
| 静的BoundedTensorSpecProto.Builder | newBuilder ( BoundedTensorSpecProtoプロトタイプ) |
| 静的BoundedTensorSpecProto.Builder | newBuilder () |
| BoundedTensorSpecProto.Builder | |
| 静的BoundedTensorSpecProto | parseDelimitedFrom (InputStream 入力) |
| 静的BoundedTensorSpecProto | parseDelimitedFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| 静的BoundedTensorSpecProto | parseFrom (ByteBuffer データ) |
| 静的BoundedTensorSpecProto | parseFrom (com.google.protobuf.CodedInputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| 静的BoundedTensorSpecProto | parseFrom (ByteBuffer データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| 静的BoundedTensorSpecProto | parseFrom (com.google.protobuf.CodedInputStream 入力) |
| 静的BoundedTensorSpecProto | parseFrom (byte[] データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| 静的BoundedTensorSpecProto | parseFrom (com.google.protobuf.ByteString データ) |
| 静的BoundedTensorSpecProto | parseFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| 静的BoundedTensorSpecProto | parseFrom (com.google.protobuf.ByteString データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| 静的 | パーサー() |
| BoundedTensorSpecProto.Builder | toビルダー() |
| 空所 | writeTo (com.google.protobuf.CodedOutputStream 出力) |
継承されたメソッド
定数
パブリック静的最終整数DTYPE_FIELD_NUMBER
定数値: 3
パブリック静的最終整数MAXIMUM_FIELD_NUMBER
定数値: 5
パブリック静的最終整数MINIMUM_FIELD_NUMBER
定数値: 4
パブリック静的最終整数NAME_FIELD_NUMBER
定数値: 1
パブリック静的最終整数SHAPE_FIELD_NUMBER
定数値: 2
パブリックメソッド
public booleanに等しい(オブジェクト obj)
public static Final com.google.protobuf.Descriptors.Descriptor getDescriptor ()
public int getDtypeValue ()
.tensorflow.DataType dtype = 3;
public String getName ()
string name = 1;
public com.google.protobuf.ByteString getNameBytes ()
string name = 1;
公共 getParserForType ()
public int getSerializedSize ()
public Final com.google.protobuf.UnknownFieldSet getUnknownFields ()
パブリックブール値の最大値()
.tensorflow.TensorProto maximum = 5;
public boolean hasMinimum ()
.tensorflow.TensorProto minimum = 4;
パブリックブール値hasShape ()
.tensorflow.TensorShapeProto shape = 2;
public int hashCode ()
パブリック最終ブール値isInitialized ()
public static BoundedTensorSpecProto parseDelimitedFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
投げる
| IO例外 |
|---|
public static BoundedTensorSpecProto parseFrom (com.google.protobuf.CodedInputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
投げる
| IO例外 |
|---|
public static BoundedTensorSpecProto parseFrom (ByteBuffer データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
投げる
| 無効なプロトコルバッファ例外 |
|---|
public static BoundedTensorSpecProto parseFrom (byte[] データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
投げる
| 無効なプロトコルバッファ例外 |
|---|
public static BoundedTensorSpecProto parseFrom (com.google.protobuf.ByteString データ)
投げる
| 無効なプロトコルバッファ例外 |
|---|
public static BoundedTensorSpecProto parseFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
投げる
| IO例外 |
|---|
public static BoundedTensorSpecProto parseFrom (com.google.protobuf.ByteString データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
投げる
| 無効なプロトコルバッファ例外 |
|---|
パブリック静的 パーサー()
public void writeTo (com.google.protobuf.CodedOutputStream 出力)
投げる
| IO例外 |
|---|