kelas akhir publik SavedBareConcreteFunction
Tipe protobuf tensorflow.SavedBareConcreteFunction
Kelas Bersarang
kelas | DisimpanBareConcreteFunction.Builder | Tipe protobuf tensorflow.SavedBareConcreteFunction |
Konstanta
ke dalam | ALLOWED_POSITIONAL_ARGUMENTS_FIELD_NUMBER | |
ke dalam | ARGUMENT_KEYWORDS_FIELD_NUMBER | |
ke dalam | CONCRETE_FUNCTION_NAME_FIELD_NUMBER | |
ke dalam | FUNCTION_SPEC_FIELD_NUMBER |
Metode Publik
boolean | sama dengan (Objek objek) |
panjang | dapatkan Argumen Posisi yang Diizinkan () The prefix of `argument_keywords` which may be identified by position. |
Rangkaian | getArgumentKeywords (indeks int) A sequence of unique strings, one per Tensor argument. |
com.google.protobuf.ByteString | getArgumentKeywordsBytes (indeks int) A sequence of unique strings, one per Tensor argument. |
ke dalam | getArgumentKeywordsCount () A sequence of unique strings, one per Tensor argument. |
com.google.protobuf.ProtocolStringList | dapatkanArgumentKeywordsList () A sequence of unique strings, one per Tensor argument. |
Rangkaian | dapatkanConcreteFunctionName () Identifies a SavedConcreteFunction. |
com.google.protobuf.ByteString | dapatkanConcreteFunctionNameBytes () Identifies a SavedConcreteFunction. |
Fungsi SavedBareConcrete statis | |
Fungsi Beton TersimpanBare | |
com.google.protobuf.Descriptors.Descriptor statis terakhir | |
Spesifikasi Fungsi | dapatkanFunctionSpec () The spec of the function that this ConcreteFunction is traced from. |
FunctionSpecOrBuilder | dapatkanFunctionSpecOrBuilder () The spec of the function that this ConcreteFunction is traced from. |
ke dalam | |
final com.google.protobuf.UnknownFieldSet | |
boolean | hasFunctionSpec () The spec of the function that this ConcreteFunction is traced from. |
ke dalam | Kode hash () |
boolean terakhir | |
SavedBareConcreteFunction.Builder statis | newBuilder (prototipe SavedBareConcreteFunction ) |
SavedBareConcreteFunction.Builder statis | |
DisimpanBareConcreteFunction.Builder | |
Fungsi SavedBareConcrete statis | parseDelimitedFrom (masukan Aliran Masukan) |
Fungsi SavedBareConcrete statis | parseDelimitedFrom (masukan InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Fungsi SavedBareConcrete statis | parseFrom (data ByteBuffer) |
Fungsi SavedBareConcrete statis | parseFrom (com.google.protobuf.CodedInputStream masukan, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Fungsi SavedBareConcrete statis | parseFrom (data ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Fungsi SavedBareConcrete statis | parseFrom (com.google.protobuf.CodedInputStream masukan) |
Fungsi SavedBareConcrete statis | parseFrom (byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Fungsi SavedBareConcrete statis | parseFrom (com.google.protobuf.ByteString data) |
Fungsi SavedBareConcrete statis | parseFrom (masukan InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Fungsi SavedBareConcrete statis | parseFrom (com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
statis | pengurai () |
DisimpanBareConcreteFunction.Builder | |
ruang kosong | writeTo (com.google.protobuf.CodedOutputStream keluaran) |
Metode Warisan
Konstanta
int final statis publik ALLOWED_POSITIONAL_ARGUMENTS_FIELD_NUMBER
Nilai Konstan: 3
int final statis publik ARGUMENT_KEYWORDS_FIELD_NUMBER
Nilai Konstan: 2
int final statis publik CONCRETE_FUNCTION_NAME_FIELD_NUMBER
Nilai Konstan: 1
int akhir statis publik FUNCTION_SPEC_FIELD_NUMBER
Nilai Konstan: 4
Metode Publik
boolean publik sama (Obj objek)
public long getAllowedPositionalArguments ()
The prefix of `argument_keywords` which may be identified by position.
int64 allowed_positional_arguments = 3;
String publik getArgumentKeywords (indeks int)
A sequence of unique strings, one per Tensor argument.
repeated string argument_keywords = 2;
publik com.google.protobuf.ByteString getArgumentKeywordsBytes (indeks int)
A sequence of unique strings, one per Tensor argument.
repeated string argument_keywords = 2;
int publik getArgumentKeywordsCount ()
A sequence of unique strings, one per Tensor argument.
repeated string argument_keywords = 2;
publik com.google.protobuf.ProtocolStringList getArgumentKeywordsList ()
A sequence of unique strings, one per Tensor argument.
repeated string argument_keywords = 2;
String publik getConcreteFunctionName ()
Identifies a SavedConcreteFunction.
string concrete_function_name = 1;
publik com.google.protobuf.ByteString getConcreteFunctionNameBytes ()
Identifies a SavedConcreteFunction.
string concrete_function_name = 1;
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor ()
Spesifikasi Fungsi publik getFunctionSpec ()
The spec of the function that this ConcreteFunction is traced from. This allows the ConcreteFunction to be called with nest structure inputs. This field may not be populated. If this field is absent, the concrete function can only be called with flat inputs. TODO(b/169361281): support calling saved ConcreteFunction with structured inputs in C++ SavedModel API.
.tensorflow.FunctionSpec function_spec = 4;
publik FunctionSpecOrBuilder getFunctionSpecOrBuilder ()
The spec of the function that this ConcreteFunction is traced from. This allows the ConcreteFunction to be called with nest structure inputs. This field may not be populated. If this field is absent, the concrete function can only be called with flat inputs. TODO(b/169361281): support calling saved ConcreteFunction with structured inputs in C++ SavedModel API.
.tensorflow.FunctionSpec function_spec = 4;
publik dapatkanParserForType ()
publik int getSerializedSize ()
public final com.google.protobuf.UnknownFieldSet getUnknownFields ()
boolean publik hasFunctionSpec ()
The spec of the function that this ConcreteFunction is traced from. This allows the ConcreteFunction to be called with nest structure inputs. This field may not be populated. If this field is absent, the concrete function can only be called with flat inputs. TODO(b/169361281): support calling saved ConcreteFunction with structured inputs in C++ SavedModel API.
.tensorflow.FunctionSpec function_spec = 4;
kode hash int publik ()
boolean akhir publik diinisialisasi ()
parseDelimitedFrom statis publik SavedBareConcreteFunction (input InputStream)
Melempar
Pengecualian IO |
---|
public static SavedBareConcreteFunction parseDelimitedFrom (input InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Melempar
Pengecualian IO |
---|
parseFrom SavedBareConcreteFunction statis publik (data ByteBuffer)
Melempar
ProtokolBufferException Tidak Valid |
---|
parseFrom SavedBareConcreteFunction statis publik (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Melempar
Pengecualian IO |
---|
parseFrom SavedBareConcreteFunction statis publik (data ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Melempar
ProtokolBufferException Tidak Valid |
---|
parseFrom SavedBareConcreteFunction statis publik (com.google.protobuf.CodedInputStream masukan)
Melempar
Pengecualian IO |
---|
public static SavedBareConcreteFunction parseFrom (byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Melempar
ProtokolBufferException Tidak Valid |
---|
parseFrom SavedBareConcreteFunction statis publik (com.google.protobuf.ByteString data)
Melempar
ProtokolBufferException Tidak Valid |
---|
parseFrom SavedBareConcreteFunction statis publik (input InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Melempar
Pengecualian IO |
---|
parseFrom SavedBareConcreteFunction statis publik (com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Melempar
ProtokolBufferException Tidak Valid |
---|
statis publik pengurai ()
public void writeTo (com.google.protobuf.CodedOutputStream keluaran)
Melempar
Pengecualian IO |
---|