SavedConcreteFunction.Builder

lớp cuối cùng tĩnh công khai SavingConcreteFunction.Builder

 Stores low-level information about a concrete function. Referenced in either
 a SavedFunction or a SavedBareConcreteFunction.
 
tensorflow.SavedConcreteFunction loại Protobuf.SavedConcreteFunction

Phương pháp công khai

Đã lưuConcreteFunction.Builder
addAllBoundInputs (Có thể lặp lại các giá trị Integer>)
 Bound inputs to the function.
Đã lưuConcreteFunction.Builder
addBoundInputs (giá trị int)
 Bound inputs to the function.
Đã lưuConcreteFunction.Builder
addRepeatedField (trường com.google.protobuf.Descriptors.FieldDescriptor, Giá trị đối tượng)
Đã lưuChức năng bê tông
Đã lưuChức năng bê tông
Đã lưuConcreteFunction.Builder
Đã lưuConcreteFunction.Builder
ClearBoundInputs ()
 Bound inputs to the function.
Đã lưuConcreteFunction.Builder
clearCanonicalizedInputSignature ()
 Input in canonicalized form that was received to create this concrete
 function.
Đã lưuConcreteFunction.Builder
ClearField (trường com.google.protobuf.Descriptors.FieldDescriptor)
Đã lưuConcreteFunction.Builder
clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof)
Đã lưuConcreteFunction.Builder
ClearOutputSignature ()
 Output that was the return value of this function after replacing all
 Tensors with TensorSpecs.
Đã lưuConcreteFunction.Builder
int
getBoundInputs (chỉ số int)
 Bound inputs to the function.
int
getBoundInputsCount ()
 Bound inputs to the function.
Danh sách<Số nguyên>
getBoundInputsList ()
 Bound inputs to the function.
Giá trị có cấu trúc
getCanonicalizedInputSignature ()
 Input in canonicalized form that was received to create this concrete
 function.
StructuredValue.Builder
getCanonicalizedInputSignatureBuilder ()
 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.
Đã lưuChức năng bê tông
com.google.protobuf.Descriptors.Descriptor tĩnh cuối cùng
com.google.protobuf.Descriptors.Descriptor
Giá trị có cấu trúc
getOutputSignature ()
 Output that was the return value of this function after replacing all
 Tensors with TensorSpecs.
StructuredValue.Builder
getOutputSignatureBuilder ()
 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.
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.
boolean cuối cùng
Đã lưuConcreteFunction.Builder
mergeCanonicalizedInputSignature (giá trị StructuredValue )
 Input in canonicalized form that was received to create this concrete
 function.
Đã lưuConcreteFunction.Builder
mergeFrom (đầu vào com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
Đã lưuConcreteFunction.Builder
mergeFrom (com.google.protobuf.Message other)
Đã lưuConcreteFunction.Builder
mergeOutputSignature (giá trị StructuredValue )
 Output that was the return value of this function after replacing all
 Tensors with TensorSpecs.
cuối cùng đã lưuConcreteFunction.Builder
hợp nhấtUnknownFields (com.google.protobuf.UnknownFieldSet knownFields)
Đã lưuConcreteFunction.Builder
setBoundInputs (chỉ số int, giá trị int)
 Bound inputs to the function.
Đã lưuConcreteFunction.Builder
setCanonicalizedInputSignature ( StructuredValue.Builder builderForValue)
 Input in canonicalized form that was received to create this concrete
 function.
Đã lưuConcreteFunction.Builder
setCanonicalizedInputSignature (giá trị StructuredValue )
 Input in canonicalized form that was received to create this concrete
 function.
Đã lưuConcreteFunction.Builder
setField (trường com.google.protobuf.Descriptors.FieldDescriptor, Giá trị đối tượng)
Đã lưuConcreteFunction.Builder
setOutputSignature (giá trị StructuredValue )
 Output that was the return value of this function after replacing all
 Tensors with TensorSpecs.
Đã lưuConcreteFunction.Builder
setOutputSignature ( StructuredValue.Builder builderForValue)
 Output that was the return value of this function after replacing all
 Tensors with TensorSpecs.
Đã lưuConcreteFunction.Builder
setRepeatedField (trường com.google.protobuf.Descriptors.FieldDescriptor, chỉ mục int, giá trị đối tượng)
cuối cùng đã lưuConcreteFunction.Builder
setUnknownFields (com.google.protobuf.UnknownFieldSet knownFields)

Phương pháp kế thừa

Phương pháp công khai

public SavedConcreteFunction.Builder addAllBoundInputs (các giá trị Iterable<?extend Integer>)

 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 SavedConcreteFunction.Builder addBoundInputs (giá trị int)

 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;

công khai SavedConcreteFunction.Builder addRepeatedField (trường com.google.protobuf.Descriptors.FieldDescriptor, Giá trị đối tượng)

bản dựng SavingConcreteFunction công khai ()

public SavedConcreteFunction buildPartial ()

công khai SavedConcreteFunction.Builder rõ ràng ()

public SavedConcreteFunction.Builder clearBoundInputs ()

 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 SavedConcreteFunction.Builder clearCanonicalizedInputSignature ()

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

công khai SavedConcreteFunction.Builder clearField (trường com.google.protobuf.Descriptors.FieldDescriptor)

công khai đã lưuConcreteFunction.Builder clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof)

public SavedConcreteFunction.Builder clearOutputSignature ()

 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;

bản sao công khai SavedConcreteFunction.Builder ()

public int getBoundInputs (chỉ mục int)

 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;

int công khai 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;

Danh sách công khai<Integer> 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 StructuredValue.Builder getCanonicalizedInputSignatureBuilder ()

 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 SavedConcreteFunction getDefaultInstanceForType ()

công khai tĩnh cuối cùng com.google.protobuf.Descriptors.Descriptor getDescriptor ()

com.google.protobuf.Descriptors.Descriptor công khai getDescriptorForType ()

Giá trị cấu trúc công khai 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;

công khai StructuredValue.Builder getOutputSignatureBuilder ()

 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;

công khai 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;

boolean công khai hasCanonicalizedInputSignature ()

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

boolean công khai 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;

boolean cuối cùng công khai được khởi tạo ()

public SavedConcreteFunction.Builder mergeCanonicalizedInputSignature (giá trị StructuredValue )

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

công khai SavedConcreteFunction.Builder mergeFrom (đầu vào com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

Ném
IOException

công khai SavedConcreteFunction.Builder mergeFrom (com.google.protobuf.Message other)

public SavedConcreteFunction.Builder mergeOutputSignature (giá trị StructuredValue )

 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;

trận chung kết công khai SavedConcreteFunction.Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet knownFields)

public SavedConcreteFunction.Builder setBoundInputs (chỉ mục int, giá trị int)

 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;

công khai SavingConcreteFunction.Builder setCanonicalizedInputSignature ( StructuredValue.Builder builderForValue)

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

public SavedConcreteFunction.Builder setCanonicalizedInputSignature (giá trị StructuredValue )

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

công khai SavedConcreteFunction.Builder setField (trường com.google.protobuf.Descriptors.FieldDescriptor, Giá trị đối tượng)

public SavingConcreteFunction.Builder setOutputSignature (giá trị StructuredValue )

 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;

công khai SavingConcreteFunction.Builder setOutputSignature ( StructuredValue.Builder builderForValue)

 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;

công khai SavedConcreteFunction.Builder setRepeatedField (trường com.google.protobuf.Descriptors.FieldDescriptor, chỉ mục int, giá trị đối tượng)

trận chung kết công khai SavedConcreteFunction.Builder setUnknownFields (com.google.protobuf.UnknownFieldSet knownFields)