パブリック静的最終クラスKernelDef.AttrConstraint
Protobuf 型tensorflow.KernelDef.AttrConstraint
ネストされたクラス
| クラス | KernelDef.AttrConstraint.Builder | Protobuf 型tensorflow.KernelDef.AttrConstraint | |
定数
| 整数 | ALLOWED_VALUES_FIELD_NUMBER | |
| 整数 | NAME_FIELD_NUMBER |
パブリックメソッド
| ブール値 | 等しい(オブジェクトオブジェクト) |
| 属性値 | getAllowedValues () A list of values that this kernel supports for this attr. |
| AttrValueOrBuilder | getAllowedValuesOrBuilder () A list of values that this kernel supports for this attr. |
| 静的KernelDef.AttrConstraint | |
| KernelDef.AttrConstraint | |
| 最終的な静的 com.google.protobuf.Descriptors.Descriptor | |
| 弦 | getName () Name of an attr from the Op. |
| com.google.protobuf.ByteString | getNameBytes () Name of an attr from the Op. |
| 整数 | |
| 最終的な com.google.protobuf.UnknownFieldSet | |
| ブール値 | hasAllowedValues () A list of values that this kernel supports for this attr. |
| 整数 | ハッシュコード() |
| 最終ブール値 | |
| 静的KernelDef.AttrConstraint.Builder | newBuilder () |
| 静的KernelDef.AttrConstraint.Builder | newBuilder ( KernelDef.AttrConstraintプロトタイプ) |
| KernelDef.AttrConstraint.Builder | |
| 静的KernelDef.AttrConstraint | parseDelimitedFrom (InputStream 入力) |
| 静的KernelDef.AttrConstraint | parseDelimitedFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| 静的KernelDef.AttrConstraint | parseFrom (ByteBuffer データ) |
| 静的KernelDef.AttrConstraint | parseFrom (com.google.protobuf.CodedInputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| 静的KernelDef.AttrConstraint | parseFrom (ByteBuffer データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| 静的KernelDef.AttrConstraint | parseFrom (com.google.protobuf.CodedInputStream 入力) |
| 静的KernelDef.AttrConstraint | parseFrom (byte[] データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| 静的KernelDef.AttrConstraint | parseFrom (com.google.protobuf.ByteString データ) |
| 静的KernelDef.AttrConstraint | parseFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| 静的KernelDef.AttrConstraint | parseFrom (com.google.protobuf.ByteString データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| 静的 | パーサー() |
| KernelDef.AttrConstraint.Builder | toビルダー() |
| 空所 | writeTo (com.google.protobuf.CodedOutputStream 出力) |
継承されたメソッド
定数
パブリック静的最終整数ALLOWED_VALUES_FIELD_NUMBER
定数値: 2
パブリック静的最終整数NAME_FIELD_NUMBER
定数値: 1
パブリックメソッド
public booleanに等しい(オブジェクト obj)
public AttrValue getAllowedValues ()
A list of values that this kernel supports for this attr. Like OpDef.AttrDef.allowed_values, except for kernels instead of Ops.
.tensorflow.AttrValue allowed_values = 2; public AttrValueOrBuilder getAllowedValuesOrBuilder ()
A list of values that this kernel supports for this attr. Like OpDef.AttrDef.allowed_values, except for kernels instead of Ops.
.tensorflow.AttrValue allowed_values = 2; public static Final com.google.protobuf.Descriptors.Descriptor getDescriptor ()
public String getName ()
Name of an attr from the Op.
string name = 1; public com.google.protobuf.ByteString getNameBytes ()
Name of an attr from the Op.
string name = 1; 公共 getParserForType ()
public int getSerializedSize ()
public Final com.google.protobuf.UnknownFieldSet getUnknownFields ()
public boolean hasAllowedValues ()
A list of values that this kernel supports for this attr. Like OpDef.AttrDef.allowed_values, except for kernels instead of Ops.
.tensorflow.AttrValue allowed_values = 2; public int hashCode ()
パブリック最終ブール値isInitialized ()
public static KernelDef.AttrConstraint parseDelimitedFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
投げる
| IO例外 |
|---|
public static KernelDef.AttrConstraint parseFrom (com.google.protobuf.CodedInputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
投げる
| IO例外 |
|---|
public static KernelDef.AttrConstraint parseFrom (ByteBuffer データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
投げる
| 無効なプロトコルバッファ例外 |
|---|
public static KernelDef.AttrConstraint parseFrom (byte[] データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
投げる
| 無効なプロトコルバッファ例外 |
|---|
public static KernelDef.AttrConstraint parseFrom (com.google.protobuf.ByteString データ)
投げる
| 無効なプロトコルバッファ例外 |
|---|
public static KernelDef.AttrConstraint parseFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
投げる
| IO例外 |
|---|
public static KernelDef.AttrConstraint parseFrom (com.google.protobuf.ByteString データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
投げる
| 無効なプロトコルバッファ例外 |
|---|
パブリック静的 パーサー()
public void writeTo (com.google.protobuf.CodedOutputStream 出力)
投げる
| IO例外 |
|---|