공개 정적 최종 클래스 SavedConcreteFunction.Builder
Stores low-level information about a concrete function. Referenced in either a SavedFunction or a SavedBareConcreteFunction.Protobuf 유형
tensorflow.SavedConcreteFunction
공개 방법
SavedConcreteFunction.Builder | addAllBoundInputs (Iterable<? 확장 Integer> 값) Bound inputs to the function. |
SavedConcreteFunction.Builder | addBoundInputs (정수 값) Bound inputs to the function. |
SavedConcreteFunction.Builder | addRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor 필드, 개체 값) |
SavedConcreteFunction | 짓다 () |
SavedConcreteFunction | 빌드부분 () |
SavedConcreteFunction.Builder | 분명한 () |
SavedConcreteFunction.Builder | 클리어바운드입력 () Bound inputs to the function. |
SavedConcreteFunction.Builder | ClearCanonicalizedInputSignature () Input in canonicalized form that was received to create this concrete function. |
SavedConcreteFunction.Builder | ClearField (com.google.protobuf.Descriptors.FieldDescriptor 필드) |
SavedConcreteFunction.Builder | ClearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof) |
SavedConcreteFunction.Builder | 클리어아웃풋서명 () Output that was the return value of this function after replacing all Tensors with TensorSpecs. |
SavedConcreteFunction.Builder | 클론 () |
정수 | getBoundInputs (정수 인덱스) Bound inputs to the function. |
정수 | getBoundInputsCount () Bound inputs to the function. |
목록<정수> | getBoundInputsList () Bound inputs to the function. |
구조화된 가치 | 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. |
구조화된 값 또는 빌더 | getCanonicalizedInputSignatureOrBuilder () Input in canonicalized form that was received to create this concrete function. |
SavedConcreteFunction | |
최종 정적 com.google.protobuf.Descriptors.Descriptor | |
com.google.protobuf.Descriptors.Descriptor | |
구조화된 가치 | 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. |
구조화된 값 또는 빌더 | getOutputSignatureOrBuilder () Output that was the return value of this function after replacing all Tensors with TensorSpecs. |
부울 | hasCanonicalizedInputSignature () Input in canonicalized form that was received to create this concrete function. |
부울 | hasOutputSignature () Output that was the return value of this function after replacing all Tensors with TensorSpecs. |
최종 부울 | 초기화됨 () |
SavedConcreteFunction.Builder | mergeCanonicalizedInputSignature ( StructuredValue 값) Input in canonicalized form that was received to create this concrete function. |
SavedConcreteFunction.Builder | mergeFrom (com.google.protobuf.CodedInputStream 입력, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry) |
SavedConcreteFunction.Builder | mergeFrom (com.google.protobuf.다른 메시지 보내기) |
SavedConcreteFunction.Builder | mergeOutputSignature ( StructuredValue 값) Output that was the return value of this function after replacing all Tensors with TensorSpecs. |
최종 SavedConcreteFunction.Builder | mergeUnknownFields (com.google.protobuf.UnknownFieldSet 알려지지 않은Fields) |
SavedConcreteFunction.Builder | setBoundInputs (int 인덱스, int 값) Bound inputs to the function. |
SavedConcreteFunction.Builder | setCanonicalizedInputSignature ( StructuredValue.Builder builderForValue) Input in canonicalized form that was received to create this concrete function. |
SavedConcreteFunction.Builder | setCanonicalizedInputSignature ( StructuredValue 값) Input in canonicalized form that was received to create this concrete function. |
SavedConcreteFunction.Builder | setField (com.google.protobuf.Descriptors.FieldDescriptor 필드, 개체 값) |
SavedConcreteFunction.Builder | setOutputSignature ( StructuredValue 값) Output that was the return value of this function after replacing all Tensors with TensorSpecs. |
SavedConcreteFunction.Builder | setOutputSignature ( StructuredValue.Builder builderForValue) Output that was the return value of this function after replacing all Tensors with TensorSpecs. |
SavedConcreteFunction.Builder | setRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor 필드, int 인덱스, 개체 값) |
최종 SavedConcreteFunction.Builder | setUnknownFields (com.google.protobuf.UnknownFieldSet UnknownFields) |
상속된 메서드
공개 방법
공개 SavedConcreteFunction.Builder addAllBoundInputs (Iterable<? 확장 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;
공개 SavedConcreteFunction.Builder addBoundInputs (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;
public SavedConcreteFunction.Builder addRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor 필드, 개체 값)
공개 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;
공개 SavedConcreteFunction.Builder ClearCanonicalizedInputSignature ()
Input in canonicalized form that was received to create this concrete function.
.tensorflow.StructuredValue canonicalized_input_signature = 3;
공개 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;
공개 int getBoundInputs (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 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;
공개 목록<정수> 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;
공개 구조화된 값 getCanonicalizedInputSignature ()
Input in canonicalized form that was received to create this concrete function.
.tensorflow.StructuredValue canonicalized_input_signature = 3;
공개 StructuredValue.Builder getCanonicalizedInputSignatureBuilder ()
Input in canonicalized form that was received to create this concrete function.
.tensorflow.StructuredValue canonicalized_input_signature = 3;
공개 StructuredValueOrBuilder getCanonicalizedInputSignatureOrBuilder ()
Input in canonicalized form that was received to create this concrete function.
.tensorflow.StructuredValue canonicalized_input_signature = 3;
공개 정적 최종 com.google.protobuf.Descriptors.Descriptor getDescriptor ()
공개 com.google.protobuf.Descriptors.Descriptor getDescriptorForType ()
공개 구조화된 값 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;
공개 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;
공개 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;
공개 부울 hasCanonicalizedInputSignature ()
Input in canonicalized form that was received to create this concrete function.
.tensorflow.StructuredValue canonicalized_input_signature = 3;
공개 부울 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;
공개 최종 부울 isInitialized ()
공개 SavedConcreteFunction.Builder mergeCanonicalizedInputSignature ( StructuredValue 값)
Input in canonicalized form that was received to create this concrete function.
.tensorflow.StructuredValue canonicalized_input_signature = 3;
공개 SavedConcreteFunction.Builder mergeFrom (com.google.protobuf.CodedInputStream 입력, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
던지기
IO예외 |
---|
공개 SavedConcreteFunction.Builder mergeOutputSignature ( 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;
공개 최종 SavedConcreteFunction.Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet UnknownFields)
공개 SavedConcreteFunction.Builder setBoundInputs (int 인덱스, 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;
공개 SavedConcreteFunction.Builder setCanonicalizedInputSignature ( StructuredValue.Builder builderForValue)
Input in canonicalized form that was received to create this concrete function.
.tensorflow.StructuredValue canonicalized_input_signature = 3;
공개 SavedConcreteFunction.Builder setCanonicalizedInputSignature ( StructuredValue 값)
Input in canonicalized form that was received to create this concrete function.
.tensorflow.StructuredValue canonicalized_input_signature = 3;
public SavedConcreteFunction.Builder setField (com.google.protobuf.Descriptors.FieldDescriptor 필드, 개체 값)
공개 SavedConcreteFunction.Builder setOutputSignature ( 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;
공개 SavedConcreteFunction.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;
공개 SavedConcreteFunction.Builder setRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor 필드, int 인덱스, 개체 값)
공개 최종 SavedConcreteFunction.Builder setUnknownFields (com.google.protobuf.UnknownFieldSet UnknownFields)
공개 정적 최종 클래스 SavedConcreteFunction.Builder
Stores low-level information about a concrete function. Referenced in either a SavedFunction or a SavedBareConcreteFunction.Protobuf 유형
tensorflow.SavedConcreteFunction
공개 방법
SavedConcreteFunction.Builder | addAllBoundInputs (Iterable<? 확장 Integer> 값) Bound inputs to the function. |
SavedConcreteFunction.Builder | addBoundInputs (정수 값) Bound inputs to the function. |
SavedConcreteFunction.Builder | addRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor 필드, 개체 값) |
SavedConcreteFunction | 짓다 () |
SavedConcreteFunction | 빌드부분 () |
SavedConcreteFunction.Builder | 분명한 () |
SavedConcreteFunction.Builder | 클리어바운드입력 () Bound inputs to the function. |
SavedConcreteFunction.Builder | ClearCanonicalizedInputSignature () Input in canonicalized form that was received to create this concrete function. |
SavedConcreteFunction.Builder | ClearField (com.google.protobuf.Descriptors.FieldDescriptor 필드) |
SavedConcreteFunction.Builder | ClearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof) |
SavedConcreteFunction.Builder | 클리어아웃풋서명 () Output that was the return value of this function after replacing all Tensors with TensorSpecs. |
SavedConcreteFunction.Builder | 클론 () |
정수 | getBoundInputs (정수 인덱스) Bound inputs to the function. |
정수 | getBoundInputsCount () Bound inputs to the function. |
목록<정수> | getBoundInputsList () Bound inputs to the function. |
구조화된 가치 | 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. |
구조화된 값 또는 빌더 | getCanonicalizedInputSignatureOrBuilder () Input in canonicalized form that was received to create this concrete function. |
SavedConcreteFunction | |
최종 정적 com.google.protobuf.Descriptors.Descriptor | |
com.google.protobuf.Descriptors.Descriptor | |
구조화된 가치 | 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. |
구조화된 값 또는 빌더 | getOutputSignatureOrBuilder () Output that was the return value of this function after replacing all Tensors with TensorSpecs. |
부울 | hasCanonicalizedInputSignature () Input in canonicalized form that was received to create this concrete function. |
부울 | hasOutputSignature () Output that was the return value of this function after replacing all Tensors with TensorSpecs. |
최종 부울 | 초기화됨 () |
SavedConcreteFunction.Builder | mergeCanonicalizedInputSignature ( StructuredValue 값) Input in canonicalized form that was received to create this concrete function. |
SavedConcreteFunction.Builder | mergeFrom (com.google.protobuf.CodedInputStream 입력, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry) |
SavedConcreteFunction.Builder | mergeFrom (com.google.protobuf.다른 메시지 보내기) |
SavedConcreteFunction.Builder | mergeOutputSignature ( StructuredValue 값) Output that was the return value of this function after replacing all Tensors with TensorSpecs. |
최종 SavedConcreteFunction.Builder | mergeUnknownFields (com.google.protobuf.UnknownFieldSet 알려지지 않은Fields) |
SavedConcreteFunction.Builder | setBoundInputs (int 인덱스, int 값) Bound inputs to the function. |
SavedConcreteFunction.Builder | setCanonicalizedInputSignature ( StructuredValue.Builder builderForValue) Input in canonicalized form that was received to create this concrete function. |
SavedConcreteFunction.Builder | setCanonicalizedInputSignature ( StructuredValue 값) Input in canonicalized form that was received to create this concrete function. |
SavedConcreteFunction.Builder | setField (com.google.protobuf.Descriptors.FieldDescriptor 필드, 개체 값) |
SavedConcreteFunction.Builder | setOutputSignature ( StructuredValue 값) Output that was the return value of this function after replacing all Tensors with TensorSpecs. |
SavedConcreteFunction.Builder | setOutputSignature ( StructuredValue.Builder builderForValue) Output that was the return value of this function after replacing all Tensors with TensorSpecs. |
SavedConcreteFunction.Builder | setRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor 필드, int 인덱스, 개체 값) |
최종 SavedConcreteFunction.Builder | setUnknownFields (com.google.protobuf.UnknownFieldSet UnknownFields) |
상속된 메서드
공개 방법
공개 SavedConcreteFunction.Builder addAllBoundInputs (Iterable<? 확장 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;
공개 SavedConcreteFunction.Builder addBoundInputs (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;
public SavedConcreteFunction.Builder addRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor 필드, 개체 값)
공개 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;
공개 SavedConcreteFunction.Builder ClearCanonicalizedInputSignature ()
Input in canonicalized form that was received to create this concrete function.
.tensorflow.StructuredValue canonicalized_input_signature = 3;
공개 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;
공개 int getBoundInputs (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 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;
공개 목록<정수> 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;
공개 구조화된 값 getCanonicalizedInputSignature ()
Input in canonicalized form that was received to create this concrete function.
.tensorflow.StructuredValue canonicalized_input_signature = 3;
공개 StructuredValue.Builder getCanonicalizedInputSignatureBuilder ()
Input in canonicalized form that was received to create this concrete function.
.tensorflow.StructuredValue canonicalized_input_signature = 3;
공개 StructuredValueOrBuilder getCanonicalizedInputSignatureOrBuilder ()
Input in canonicalized form that was received to create this concrete function.
.tensorflow.StructuredValue canonicalized_input_signature = 3;
공개 정적 최종 com.google.protobuf.Descriptors.Descriptor getDescriptor ()
공개 com.google.protobuf.Descriptors.Descriptor getDescriptorForType ()
공개 구조화된 값 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;
공개 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;
공개 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;
공개 부울 hasCanonicalizedInputSignature ()
Input in canonicalized form that was received to create this concrete function.
.tensorflow.StructuredValue canonicalized_input_signature = 3;
공개 부울 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;
공개 최종 부울 isInitialized ()
공개 SavedConcreteFunction.Builder mergeCanonicalizedInputSignature ( StructuredValue 값)
Input in canonicalized form that was received to create this concrete function.
.tensorflow.StructuredValue canonicalized_input_signature = 3;
공개 SavedConcreteFunction.Builder mergeFrom (com.google.protobuf.CodedInputStream 입력, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
던지기
IO예외 |
---|
공개 SavedConcreteFunction.Builder mergeOutputSignature ( 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;
공개 최종 SavedConcreteFunction.Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet UnknownFields)
공개 SavedConcreteFunction.Builder setBoundInputs (int 인덱스, 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;
공개 SavedConcreteFunction.Builder setCanonicalizedInputSignature ( StructuredValue.Builder builderForValue)
Input in canonicalized form that was received to create this concrete function.
.tensorflow.StructuredValue canonicalized_input_signature = 3;
공개 SavedConcreteFunction.Builder setCanonicalizedInputSignature ( StructuredValue 값)
Input in canonicalized form that was received to create this concrete function.
.tensorflow.StructuredValue canonicalized_input_signature = 3;
public SavedConcreteFunction.Builder setField (com.google.protobuf.Descriptors.FieldDescriptor 필드, 개체 값)
공개 SavedConcreteFunction.Builder setOutputSignature ( 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;
공개 SavedConcreteFunction.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;