TypeSpecProto

パブリック最終クラスTypeSpecProto

 Represents a tf.TypeSpec
 
Protobuf 型tensorflow.TypeSpecProto

ネストされたクラス

クラスTypeSpecProto.Builder
 Represents a tf.TypeSpec
 
Protobuf 型tensorflow.TypeSpecProto
列挙型TypeSpecProto.TypeSpecClass Protobuf enum tensorflow.TypeSpecProto.TypeSpecClass

定数

整数TYPE_SPEC_CLASS_FIELD_NUMBER
整数TYPE_SPEC_CLASS_NAME_FIELD_NUMBER
整数TYPE_STATE_FIELD_NUMBER

パブリックメソッド

ブール値
等しい(オブジェクトオブジェクト)
静的TypeSpecProto
タイプスペックプロト
最終的な静的 com.google.protobuf.Descriptors.Descriptor
整数
TypeSpecProto.TypeSpecClass
getTypeSpecClass ()
.tensorflow.TypeSpecProto.TypeSpecClass type_spec_class = 1;
getTypeSpecClassName ()
 This is currently redundant with the type_spec_class enum, and is only
 used for error reporting.
com.google.protobuf.ByteString
getTypeSpecClassNameBytes ()
 This is currently redundant with the type_spec_class enum, and is only
 used for error reporting.
整数
getTypeSpecClassValue ()
.tensorflow.TypeSpecProto.TypeSpecClass type_spec_class = 1;
構造化された価値
getTypeState ()
 The value returned by TypeSpec._serialize().
構造化された値またはビルダー
getTypeStateOrBuilder ()
 The value returned by TypeSpec._serialize().
最終的な com.google.protobuf.UnknownFieldSet
ブール値
hasTypeState ()
 The value returned by TypeSpec._serialize().
整数
最終ブール値
静的TypeSpecProto.Builder
newBuilder ( TypeSpecProtoプロトタイプ)
静的TypeSpecProto.Builder
TypeSpecProto.Builder
静的TypeSpecProto
parseDelimitedFrom (InputStream 入力)
静的TypeSpecProto
parseDelimitedFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的TypeSpecProto
parseFrom (ByteBuffer データ)
静的TypeSpecProto
parseFrom (com.google.protobuf.CodedInputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的TypeSpecProto
parseFrom (ByteBuffer データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的TypeSpecProto
parseFrom (com.google.protobuf.CodedInputStream 入力)
静的TypeSpecProto
parseFrom (byte[] データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的TypeSpecProto
parseFrom (com.google.protobuf.ByteString データ)
静的TypeSpecProto
parseFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的TypeSpecProto
parseFrom (com.google.protobuf.ByteString データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的
TypeSpecProto.Builder
空所
writeTo (com.google.protobuf.CodedOutputStream 出力)

継承されたメソッド

定数

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

定数値: 1

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

定数値: 3

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

定数値: 2

パブリックメソッド

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

public static TypeSpecProto getDefaultInstance ()

public TypeSpecProto getDefaultInstanceForType ()

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

公共getParserForType ()

public int getSerializedSize ()

public TypeSpecProto.TypeSpecClass getTypeSpecClass ()

.tensorflow.TypeSpecProto.TypeSpecClass type_spec_class = 1;

public String getTypeSpecClassName ()

 This is currently redundant with the type_spec_class enum, and is only
 used for error reporting.  In particular, if you use an older binary to
 load a newer model, and the model uses a TypeSpecClass that the older
 binary doesn't support, then this lets us display a useful error message.
 
string type_spec_class_name = 3;

public com.google.protobuf.ByteString getTypeSpecClassNameBytes ()

 This is currently redundant with the type_spec_class enum, and is only
 used for error reporting.  In particular, if you use an older binary to
 load a newer model, and the model uses a TypeSpecClass that the older
 binary doesn't support, then this lets us display a useful error message.
 
string type_spec_class_name = 3;

public int getTypeSpecClassValue ()

.tensorflow.TypeSpecProto.TypeSpecClass type_spec_class = 1;

public StructuredValue getTypeState ()

 The value returned by TypeSpec._serialize().
 
.tensorflow.StructuredValue type_state = 2;

public StructuredValueOrBuilder getTypeStateOrBuilder ()

 The value returned by TypeSpec._serialize().
 
.tensorflow.StructuredValue type_state = 2;

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

public boolean hasTypeState ()

 The value returned by TypeSpec._serialize().
 
.tensorflow.StructuredValue type_state = 2;

public int hashCode ()

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

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

public static TypeSpecProto.Builder newBuilder ()

public TypeSpecProto.Builder newBuilderForType ()

public static TypeSpecProto parseDelimitedFrom (InputStream 入力)

投げる
IO例外

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

投げる
IO例外

public static TypeSpecProto parseFrom (ByteBuffer データ)

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

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

投げる
IO例外

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

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

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

投げる
IO例外

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

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

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

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

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

投げる
IO例外

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

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

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

public TypeSpecProto.Builder toBuilder ()

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

投げる
IO例外