RunOptions.Experimental.RunHandlerPoolOptions

public static Final class RunOptions.Experimental.RunHandlerPoolOptions

 Options for run handler thread pool.
 
Protobuf 型tensorflow.RunOptions.Experimental.RunHandlerPoolOptions

ネストされたクラス

クラスRunOptions.Experimental.RunHandlerPoolOptions.Builder
 Options for run handler thread pool. 

定数

整数PRIORITY_FIELD_NUMBER

パブリックメソッド

ブール値
等しい(オブジェクトオブジェクト)
静的RunOptions.Experimental.RunHandlerPoolOptions
RunOptions.Experimental.RunHandlerPoolOptions
最終的な静的 com.google.protobuf.Descriptors.Descriptor
長さ
getPriority ()
 Priority of the request.
整数
最終的な com.google.protobuf.UnknownFieldSet
整数
最終ブール値
静的RunOptions.Experimental.RunHandlerPoolOptions.Builder
静的RunOptions.Experimental.RunHandlerPoolOptions.Builder
RunOptions.Experimental.RunHandlerPoolOptions.Builder
静的RunOptions.Experimental.RunHandlerPoolOptions
parseDelimitedFrom (InputStream 入力)
静的RunOptions.Experimental.RunHandlerPoolOptions
parseDelimitedFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的RunOptions.Experimental.RunHandlerPoolOptions
parseFrom (ByteBuffer データ)
静的RunOptions.Experimental.RunHandlerPoolOptions
parseFrom (com.google.protobuf.CodedInputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的RunOptions.Experimental.RunHandlerPoolOptions
parseFrom (ByteBuffer データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的RunOptions.Experimental.RunHandlerPoolOptions
parseFrom (com.google.protobuf.CodedInputStream 入力)
静的RunOptions.Experimental.RunHandlerPoolOptions
parseFrom (byte[] データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的RunOptions.Experimental.RunHandlerPoolOptions
parseFrom (com.google.protobuf.ByteString データ)
静的RunOptions.Experimental.RunHandlerPoolOptions
parseFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的RunOptions.Experimental.RunHandlerPoolOptions
parseFrom (com.google.protobuf.ByteString データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的
RunOptions.Experimental.RunHandlerPoolOptions.Builder
空所
writeTo (com.google.protobuf.CodedOutputStream 出力)

継承されたメソッド

定数

パブリック静的最終整数PRIORITY_FIELD_NUMBER

定数値: 1

パブリックメソッド

public booleanに等しい(オブジェクト obj)

public static RunOptions.Experimental.RunHandlerPoolOptions getDefaultInstance ()

public RunOptions.Experimental.RunHandlerPoolOptions getDefaultInstanceForType ()

public static Final com.google.protobuf.Descriptors.Descriptor getDescriptor ()

公共getParserForType ()

public long getPriority ()

 Priority of the request. The run handler thread pool will schedule ops
 based on the priority number. The larger number means higher priority.
 
int64 priority = 1;

public int getSerializedSize ()

public Final com.google.protobuf.UnknownFieldSet getUnknownFields ()

public int hashCode ()

パブリック最終ブール値isInitialized ()

public static RunOptions.Experimental.RunHandlerPoolOptions parseDelimitedFrom (InputStream 入力)

投げる
IO例外

public static RunOptions.Experimental.RunHandlerPoolOptions parseDelimitedFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)

投げる
IO例外

public static RunOptions.Experimental.RunHandlerPoolOptions parseFrom (ByteBuffer データ)

投げる
無効なプロトコルバッファ例外

public static RunOptions.Experimental.RunHandlerPoolOptions parseFrom (com.google.protobuf.CodedInputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)

投げる
IO例外

public static RunOptions.Experimental.RunHandlerPoolOptions parseFrom (ByteBuffer データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)

投げる
無効なプロトコルバッファ例外

public static RunOptions.Experimental.RunHandlerPoolOptions parseFrom (com.google.protobuf.CodedInputStream 入力)

投げる
IO例外

public static RunOptions.Experimental.RunHandlerPoolOptions parseFrom (byte[] データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)

投げる
無効なプロトコルバッファ例外

public static RunOptions.Experimental.RunHandlerPoolOptions parseFrom (com.google.protobuf.ByteString データ)

投げる
無効なプロトコルバッファ例外

public static RunOptions.Experimental.RunHandlerPoolOptions parseFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)

投げる
IO例外

public static RunOptions.Experimental.RunHandlerPoolOptions parseFrom (com.google.protobuf.ByteString データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)

投げる
無効なプロトコルバッファ例外

パブリック静的パーサー()

public void writeTo (com.google.protobuf.CodedOutputStream 出力)

投げる
IO例外