SavedConcreteFunction

genel final sınıfı SavedConcreteFunction

 Stores low-level information about a concrete function. Referenced in either
 a SavedFunction or a SavedBareConcreteFunction.
 
Protobuf türü tensorflow.SavedConcreteFunction

İç İçe Sınıflar

sınıf SavedConcreteFunction.Builder
 Stores low-level information about a concrete function. 

Sabitler

int BOUND_INPUTS_FIELD_NUMBER
int CANONICALIZED_INPUT_SIGNATURE_FIELD_NUMBER
int OUTPUT_SIGNATURE_FIELD_NUMBER

Genel Yöntemler

boolean
eşittir (Nesne nesnesi)
int
getBoundInputs (int dizini)
 Bound inputs to the function.
int
getBoundInputsCount ()
 Bound inputs to the function.
Liste<Tamsayı>
getBoundInputsList ()
 Bound inputs to the function.
Yapılandırılmış Değer
getCanonicalizedInputSignature ()
 Input in canonicalized form that was received to create this concrete
 function.
StructuredValueOrBuilder
getCanonicalizedInputSignatureOrBuilder ()
 Input in canonicalized form that was received to create this concrete
 function.
Statik Kaydedilmiş BetonFunction
Kaydedilen BetonFonksiyon
final statik com.google.protobuf.Descriptors.Descriptor
Yapılandırılmış Değer
getOutputSignature ()
 Output that was the return value of this function after replacing all
 Tensors with TensorSpecs.
StructuredValueOrBuilder
getOutputSignatureOrBuilder ()
 Output that was the return value of this function after replacing all
 Tensors with TensorSpecs.
int
final com.google.protobuf.UnknownFieldSet
boolean
hasCanonicalizedInputSignature ()
 Input in canonicalized form that was received to create this concrete
 function.
boolean
hasOutputSignature ()
 Output that was the return value of this function after replacing all
 Tensors with TensorSpecs.
int
son boole değeri
statik SavedConcreteFunction.Builder
statik SavedConcreteFunction.Builder
SavedConcreteFunction.Builder
Statik Kaydedilmiş BetonFunction
parseDelimitedFrom (InputStream girişi)
Statik Kaydedilmiş BetonFunction
parseDelimitedFrom (InputStream girişi, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Statik Kaydedilmiş BetonFunction
parseFrom (ByteBuffer verileri)
Statik Kaydedilmiş BetonFunction
parseFrom (com.google.protobuf.CodedInputStream girişi, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Statik Kaydedilmiş BetonFunction
parseFrom (ByteBuffer verileri, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Statik Kaydedilmiş BetonFunction
ayrıştırmaFrom (com.google.protobuf.CodedInputStream girişi)
Statik Kaydedilmiş BetonFunction
parseFrom (byte[] verileri, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Statik Kaydedilmiş BetonFunction
ayrıştırmaFrom (com.google.protobuf.ByteString verileri)
Statik Kaydedilmiş BetonFunction
parseFrom (InputStream girişi, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Statik Kaydedilmiş BetonFunction
parseFrom (com.google.protobuf.ByteString verileri, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
statik
SavedConcreteFunction.Builder
geçersiz
writeTo (com.google.protobuf.CodedOutputStream çıkışı)

Kalıtsal Yöntemler

Sabitler

genel statik final int BOUND_INPUTS_FIELD_NUMBER

Sabit Değer: 2

genel statik final int CANONICALIZED_INPUT_SIGNATURE_FIELD_NUMBER

Sabit Değer: 3

genel statik final int OUTPUT_SIGNATURE_FIELD_NUMBER

Sabit Değer: 4

Genel Yöntemler

genel boole eşittir (Object obj)

public int getBoundInputs (int dizini)

 Bound inputs to the function. The SavedObjects identified by the node ids
 given here are appended as extra inputs to the caller-supplied inputs.
 The only types of SavedObjects valid here are SavedVariable, SavedResource
 and SavedAsset.
 
repeated int32 bound_inputs = 2;

public int getBoundInputsCount ()

 Bound inputs to the function. The SavedObjects identified by the node ids
 given here are appended as extra inputs to the caller-supplied inputs.
 The only types of SavedObjects valid here are SavedVariable, SavedResource
 and SavedAsset.
 
repeated int32 bound_inputs = 2;

genel Liste<Tamsayı> getBoundInputsList ()

 Bound inputs to the function. The SavedObjects identified by the node ids
 given here are appended as extra inputs to the caller-supplied inputs.
 The only types of SavedObjects valid here are SavedVariable, SavedResource
 and SavedAsset.
 
repeated int32 bound_inputs = 2;

public StructuredValue getCanonicalizedInputSignature ()

 Input in canonicalized form that was received to create this concrete
 function.
 
.tensorflow.StructuredValue canonicalized_input_signature = 3;

public StructuredValueOrBuilder getCanonicalizedInputSignatureOrBuilder ()

 Input in canonicalized form that was received to create this concrete
 function.
 
.tensorflow.StructuredValue canonicalized_input_signature = 3;

public static SavedConcreteFunction getDefaultInstance ()

public SavedConcreteFunction getDefaultInstanceForType ()

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

public StructuredValue getOutputSignature ()

 Output that was the return value of this function after replacing all
 Tensors with TensorSpecs. This can be an arbitrary nested function and will
 be used to reconstruct the full structure from pure tensors.
 
.tensorflow.StructuredValue output_signature = 4;

public StructuredValueOrBuilder getOutputSignatureOrBuilder ()

 Output that was the return value of this function after replacing all
 Tensors with TensorSpecs. This can be an arbitrary nested function and will
 be used to reconstruct the full structure from pure tensors.
 
.tensorflow.StructuredValue output_signature = 4;

halk getParserForType ()

public int getSerializedSize ()

genel final com.google.protobuf.UnknownFieldSet getUnknownFields ()

public boolean hasCanonicalizedInputSignature ()

 Input in canonicalized form that was received to create this concrete
 function.
 
.tensorflow.StructuredValue canonicalized_input_signature = 3;

genel boolean hasOutputSignature ()

 Output that was the return value of this function after replacing all
 Tensors with TensorSpecs. This can be an arbitrary nested function and will
 be used to reconstruct the full structure from pure tensors.
 
.tensorflow.StructuredValue output_signature = 4;

genel int hashCode ()

genel final boolean isInitialized ()

public static SavedConcreteFunction.Builder newBuilder ( SavedConcreteFunction prototipi)

genel statik SavedConcreteFunction.Builder newBuilder ()

genel SavedConcreteFunction.Builder newBuilderForType ()

public static SavedConcreteFunction parseDelimitedFrom (InputStream girişi)

Atar
IO İstisnası

genel statik SavedConcreteFunction parseDelimitedFrom (InputStream girişi, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Atar
IO İstisnası

genel statik SavedConcreteFunction parseFrom (ByteBuffer verileri)

Atar
Geçersiz ProtokolBufferException

genel statik SavedConcreteFunction parseFrom (com.google.protobuf.CodedInputStream girişi, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Atar
IO İstisnası

genel statik SavedConcreteFunction parseFrom (ByteBuffer verileri, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Atar
Geçersiz ProtokolBufferException

genel statik SavedConcreteFunction parseFrom (com.google.protobuf.CodedInputStream girişi)

Atar
IO İstisnası

genel statik SavedConcreteFunction ayrıştırmaFrom (bayt[] veri, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Atar
Geçersiz ProtokolBufferException

genel statik SavedConcreteFunction ayrıştırmaFrom (com.google.protobuf.ByteString verileri)

Atar
Geçersiz ProtokolBufferException

genel statik SavedConcreteFunction parseFrom (InputStream girişi, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Atar
IO İstisnası

genel statik SavedConcreteFunction parseFrom (com.google.protobuf.ByteString verileri, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Atar
Geçersiz ProtokolBufferException

genel statik ayrıştırıcı ()

public SavedConcreteFunction.Builder toBuilder ()

genel geçersiz writeTo (com.google.protobuf.CodedOutputStream çıkışı)

Atar
IO İstisnası