ProfileOptions

パブリック最終クラスProfileOptions

 Next ID: 11
 
Protobuf 型tensorflow.ProfileOptions

ネストされたクラス

クラスProfileOptions.Builder
 Next ID: 11
 
Protobuf 型tensorflow.ProfileOptions
列挙型ProfileOptions.DeviceType Protobuf enum tensorflow.ProfileOptions.DeviceType

定数

整数DEVICE_TRACER_LEVEL_FIELD_NUMBER
整数DEVICE_TYPE_FIELD_NUMBER
整数DURATION_MS_FIELD_NUMBER
整数ENABLE_HLO_PROTO_FIELD_NUMBER
整数HOST_TRACER_LEVEL_FIELD_NUMBER
整数INCLUDE_DATASET_OPS_FIELD_NUMBER
整数PYTHON_TRACER_LEVEL_FIELD_NUMBER
整数REPOSITORY_PATH_FIELD_NUMBER
整数START_TIMESTAMP_NS_FIELD_NUMBER
整数VERSION_FIELD_NUMBER

パブリックメソッド

ブール値
等しい(オブジェクトオブジェクト)
静的プロファイルオプション
プロファイルオプション
最終的な静的 com.google.protobuf.Descriptors.Descriptor
整数
getDeviceTracerLevel ()
 Levels of device tracing: (version >= 1)
 - Level 0 is used to disable device traces.
ProfileOptions.DeviceType
getDeviceType ()
 Device type to profile/trace: (version >= 1)
 DeviceType::UNSPECIFIED: All registered device profiler will be enabled.
整数
getDeviceTypeValue ()
 Device type to profile/trace: (version >= 1)
 DeviceType::UNSPECIFIED: All registered device profiler will be enabled.
長さ
getDurationMs ()
 The local profiler collects `duration_ms` milliseconds of data.
ブール値
getEnableHloProto ()
 Whether serialize hlo_proto when XLA is used.
整数
getHostTracerLevel ()
 Levels of host tracing: (version >= 1)
 - Level 0 is used to disable host traces.
ブール値
getIncludeDatasetOps ()
 We don't collect the dataset ops by default for better trace-viewer
 scalability.
整数
getPythonTracerLevel ()
 Whether enable python function calls tracing.
getリポジトリパス()
 Directory to save profile data to.
com.google.protobuf.ByteString
getRepositoryPathBytes ()
 Directory to save profile data to.
整数
長さ
getStartTimestampNs ()
 The local profiler starts profiling at this Unix timestamp in nanoseconds.
最終的な com.google.protobuf.UnknownFieldSet
整数
getバージョン()
 Some default value of option are not proto3 default value.
整数
最終ブール値
静的ProfileOptions.Builder
newBuilder ( ProfileOptionsプロトタイプ)
静的ProfileOptions.Builder
ProfileOptions.Builder
静的プロファイルオプション
parseDelimitedFrom (InputStream 入力)
静的プロファイルオプション
parseDelimitedFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的プロファイルオプション
parseFrom (ByteBuffer データ)
静的プロファイルオプション
parseFrom (com.google.protobuf.CodedInputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的プロファイルオプション
parseFrom (ByteBuffer データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的プロファイルオプション
parseFrom (com.google.protobuf.CodedInputStream 入力)
静的プロファイルオプション
parseFrom (byte[] データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的プロファイルオプション
parseFrom (com.google.protobuf.ByteString データ)
静的プロファイルオプション
parseFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的プロファイルオプション
parseFrom (com.google.protobuf.ByteString データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的
ProfileOptions.Builder
空所
writeTo (com.google.protobuf.CodedOutputStream 出力)

継承されたメソッド

定数

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

定数値: 3

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

定数値: 6

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

定数値: 9

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

定数値: 7

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

定数値: 2

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

定数値: 1

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

定数値: 4

public static Final int REPOSITORY_PATH_FIELD_NUMBER

定数値: 10

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

定数値: 8

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

定数値: 5

パブリックメソッド

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

public static ProfileOptions getDefaultInstance ()

public ProfileOptions getDefaultInstanceForType ()

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

public int getDeviceTracerLevel ()

 Levels of device tracing: (version >= 1)
 - Level 0 is used to disable device traces.
 - Level 1 is used to enable device traces.
 - More levels might be defined for specific device for controlling the
   verbosity of the trace.
 
uint32 device_tracer_level = 3;

public ProfileOptions.DeviceType getDeviceType ()

 Device type to profile/trace: (version >= 1)
 DeviceType::UNSPECIFIED: All registered device profiler will be enabled.
 DeviceType::CPU: only CPU will be profiled.
 DeviceType::GPU: only CPU/GPU will be profiled.
 DeviceType::TPU: only CPU/TPU will be profiled.
 
.tensorflow.ProfileOptions.DeviceType device_type = 6;

public int getDeviceTypeValue ()

 Device type to profile/trace: (version >= 1)
 DeviceType::UNSPECIFIED: All registered device profiler will be enabled.
 DeviceType::CPU: only CPU will be profiled.
 DeviceType::GPU: only CPU/GPU will be profiled.
 DeviceType::TPU: only CPU/TPU will be profiled.
 
.tensorflow.ProfileOptions.DeviceType device_type = 6;

public long getDurationMs ()

 The local profiler collects `duration_ms` milliseconds of data. If the
 value is 0, profiling continues until interrupted.
 
uint64 duration_ms = 9;

public boolean getEnableHloProto ()

 Whether serialize hlo_proto when XLA is used. (version >= 1)
 
bool enable_hlo_proto = 7;

public int getHostTracerLevel ()

 Levels of host tracing: (version >= 1)
 - Level 0 is used to disable host traces.
 - Level 1 enables tracing of only user instrumented (or default) TraceMe.
 - Level 2 enables tracing of all level 1 TraceMe(s) and instrumented high
           level program execution details (expensive TF ops, XLA ops, etc).
           This is the default.
 - Level 3 enables tracing of all level 2 TraceMe(s) and more verbose
           (low-level) program execution details (cheap TF ops, etc).
 
uint32 host_tracer_level = 2;

public boolean getIncludeDatasetOps ()

 We don't collect the dataset ops by default for better trace-viewer
 scalability. The caller can mannually set this field to include the ops.
 
bool include_dataset_ops = 1;

公共getParserForType ()

public int getPythonTracerLevel ()

 Whether enable python function calls tracing. Runtime overhead ensues if
 enabled. Default off. (version >= 1)
 
uint32 python_tracer_level = 4;

パブリック String getRepositoryPath ()

 Directory to save profile data to. No-op when empty.
 
string repository_path = 10;

public com.google.protobuf.ByteString getRepositoryPathBytes ()

 Directory to save profile data to. No-op when empty.
 
string repository_path = 10;

public int getSerializedSize ()

public long getStartTimestampNs ()

 The local profiler starts profiling at this Unix timestamp in nanoseconds.
 
uint64 start_timestamp_ns = 8;

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

public int getVersion ()

 Some default value of option are not proto3 default value. Use this version
 to determine if we should use default option value instead of proto3
 default value.
 
uint32 version = 5;

public int hashCode ()

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

public static ProfileOptions.Builder newBuilder ( ProfileOptionsプロトタイプ)

public static ProfileOptions.Builder newBuilder ()

public ProfileOptions.Builder newBuilderForType ()

public static ProfileOptions parseDelimitedFrom (InputStream 入力)

投げる
IO例外

public static ProfileOptions parseDelimitedFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)

投げる
IO例外

public static ProfileOptions parseFrom (ByteBuffer データ)

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

public static ProfileOptions parseFrom (com.google.protobuf.CodedInputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)

投げる
IO例外

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

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

public static ProfileOptions parseFrom (com.google.protobuf.CodedInputStream 入力)

投げる
IO例外

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

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

public static ProfileOptions parseFrom (com.google.protobuf.ByteString データ)

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

public static ProfileOptions parseFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)

投げる
IO例外

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

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

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

public ProfileOptions.Builder toBuilder ()

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

投げる
IO例外