パブリック最終クラスSavedFunction
A function with multiple signatures, possibly with non-Tensor arguments.Protobuf 型
tensorflow.SavedFunction
ネストされたクラス
クラス | SavedFunction.Builder | A function with multiple signatures, possibly with non-Tensor arguments. |
定数
整数 | CONCRETE_FUNCTIONS_FIELD_NUMBER | |
整数 | FUNCTION_SPEC_FIELD_NUMBER |
パブリックメソッド
ブール値 | 等しい(オブジェクトオブジェクト) |
弦 | getConcreteFunctions (int インデックス) repeated string concrete_functions = 1; |
com.google.protobuf.ByteString | getConcreteFunctionsBytes (int インデックス) repeated string concrete_functions = 1; |
整数 | getConcreteFunctionsCount () repeated string concrete_functions = 1; |
com.google.protobuf.ProtocolStringList | getConcreteFunctionsList () repeated string concrete_functions = 1; |
静的SavedFunction | |
保存された関数 | |
最終的な静的 com.google.protobuf.Descriptors.Descriptor | |
機能スペック | getFunctionSpec () .tensorflow.FunctionSpec function_spec = 2; |
関数仕様またはビルダー | getFunctionSpecOrBuilder () .tensorflow.FunctionSpec function_spec = 2; |
整数 | |
最終的な com.google.protobuf.UnknownFieldSet | |
ブール値 | hasFunctionSpec () .tensorflow.FunctionSpec function_spec = 2; |
整数 | ハッシュコード() |
最終ブール値 | |
静的SavedFunction.Builder | newBuilder ( SavedFunctionプロトタイプ) |
静的SavedFunction.Builder | newBuilder () |
SavedFunction.Builder | |
静的SavedFunction | parseDelimitedFrom (InputStream 入力) |
静的SavedFunction | parseDelimitedFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
静的SavedFunction | parseFrom (ByteBuffer データ) |
静的SavedFunction | parseFrom (com.google.protobuf.CodedInputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
静的SavedFunction | parseFrom (ByteBuffer データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
静的SavedFunction | parseFrom (com.google.protobuf.CodedInputStream 入力) |
静的SavedFunction | parseFrom (byte[] データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
静的SavedFunction | parseFrom (com.google.protobuf.ByteString データ) |
静的SavedFunction | parseFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
静的SavedFunction | parseFrom (com.google.protobuf.ByteString データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
静的 | パーサー() |
SavedFunction.Builder | toビルダー() |
空所 | writeTo (com.google.protobuf.CodedOutputStream 出力) |
継承されたメソッド
定数
パブリック静的最終整数CONCRETE_FUNCTIONS_FIELD_NUMBER
定数値: 1
パブリック静的最終整数FUNCTION_SPEC_FIELD_NUMBER
定数値: 2
パブリックメソッド
public booleanに等しい(オブジェクト obj)
public String getConcreteFunctions (int インデックス)
repeated string concrete_functions = 1;
public com.google.protobuf.ByteString getConcreteFunctionsBytes (int インデックス)
repeated string concrete_functions = 1;
public int getConcreteFunctionsCount ()
repeated string concrete_functions = 1;
public com.google.protobuf.ProtocolStringList getConcreteFunctionsList ()
repeated string concrete_functions = 1;
public static Final com.google.protobuf.Descriptors.Descriptor getDescriptor ()
public FunctionSpecOrBuilder getFunctionSpecOrBuilder ()
.tensorflow.FunctionSpec function_spec = 2;
公共 getParserForType ()
public int getSerializedSize ()
public Final com.google.protobuf.UnknownFieldSet getUnknownFields ()
public boolean hasFunctionSpec ()
.tensorflow.FunctionSpec function_spec = 2;
public int hashCode ()
パブリック最終ブール値isInitialized ()
public static SavedFunction parseDelimitedFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
投げる
IO例外 |
---|
public static SavedFunction parseFrom (com.google.protobuf.CodedInputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
投げる
IO例外 |
---|
public static SavedFunction parseFrom (ByteBuffer データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
投げる
無効なプロトコルバッファ例外 |
---|
public static SavedFunction parseFrom (byte[] データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
投げる
無効なプロトコルバッファ例外 |
---|
public static SavedFunction parseFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
投げる
IO例外 |
---|
public static SavedFunction parseFrom (com.google.protobuf.ByteString データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
投げる
無効なプロトコルバッファ例外 |
---|
パブリック静的 パーサー()
public void writeTo (com.google.protobuf.CodedOutputStream 出力)
投げる
IO例外 |
---|