SavedConcreteFunction

공개 최종 클래스 SavedConcreteFunction

 Stores low-level information about a concrete function. Referenced in either
 a SavedFunction or a SavedBareConcreteFunction.
 
Protobuf 유형 tensorflow.SavedConcreteFunction

중첩 클래스

수업 SavedConcreteFunction.Builder
 Stores low-level information about a concrete function. 

상수

정수 BOUND_INPUTS_FIELD_NUMBER
정수 CANONICALIZED_INPUT_SIGNATURE_FIELD_NUMBER
정수 OUTPUT_SIGNATURE_FIELD_NUMBER

공개 방법

부울
같음 (객체 객체)
정수
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.
구조화된 값 또는 빌더
getCanonicalizedInputSignatureOrBuilder ()
 Input in canonicalized form that was received to create this concrete
 function.
정적 SavedConcreteFunction
SavedConcreteFunction
최종 정적 com.google.protobuf.Descriptors.Descriptor
구조화된 가치
getOutputSignature ()
 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.
정수
최종 com.google.protobuf.UnknownFieldSet
부울
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
newBuilder ( SavedConcreteFunction 프로토타입)
정적 SavedConcreteFunction.Builder
SavedConcreteFunction.Builder
정적 SavedConcreteFunction
parsDelimitedFrom (InputStream 입력)
정적 SavedConcreteFunction
parseDelimitedFrom (InputStream 입력, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
정적 SavedConcreteFunction
parsFrom (ByteBuffer 데이터)
정적 SavedConcreteFunction
ParseFrom (com.google.protobuf.CodedInputStream 입력, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
정적 SavedConcreteFunction
ParseFrom (ByteBuffer 데이터, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
정적 SavedConcreteFunction
ParseFrom (com.google.protobuf.CodedInputStream 입력)
정적 SavedConcreteFunction
parseFrom (byte[] 데이터, com.google.protobuf.ExtensionRegistryLite 확장Registry)
정적 SavedConcreteFunction
ParseFrom (com.google.protobuf.ByteString 데이터)
정적 SavedConcreteFunction
ParseFrom (InputStream 입력, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
정적 SavedConcreteFunction
ParseFrom (com.google.protobuf.ByteString 데이터, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
공전
파서 ()
SavedConcreteFunction.Builder
무효의
writeTo (com.google.protobuf.CodedOutputStream 출력)

상속된 메서드

상수

공개 정적 최종 int BOUND_INPUTS_FIELD_NUMBER

상수값: 2

공개 정적 최종 int CANONICALIZED_INPUT_SIGNATURE_FIELD_NUMBER

상수값: 3

공개 정적 최종 int OUTPUT_SIGNATURE_FIELD_NUMBER

상수값: 4

공개 방법

공개 부울(객체 obj)와 같습니다 .

공개 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;

공개 StructuredValueOrBuilder getCanonicalizedInputSignatureOrBuilder ()

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

공개 정적 SavedConcreteFunction getDefaultInstance ()

공개 SavedConcreteFunction getDefaultInstanceForType ()

공개 정적 최종 com.google.protobuf.Descriptors.Descriptor getDescriptor ()

공개 구조화된 값 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;

공개 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;

공공의 getParserForType ()

공개 int getSerializedSize ()

공개 최종 com.google.protobuf.UnknownFieldSet getUnknownFields ()

공개 부울 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;

공개 int hashCode ()

공개 최종 부울 isInitialized ()

공개 정적 SavedConcreteFunction.Builder newBuilder ( SavedConcreteFunction 프로토타입)

공개 정적 SavedConcreteFunction.Builder newBuilder ()

공개 SavedConcreteFunction.Builder newBuilderForType ()

공개 정적 SavedConcreteFunction parseDelimitedFrom (InputStream 입력)

던지기
IO예외

공개 정적 SavedConcreteFunctionparseDelimitedFrom ( InputStream 입력, com.google.protobuf.ExtensionRegistryLite 확장Registry)

던지기
IO예외

공개 정적 SavedConcreteFunction parsFrom (ByteBuffer 데이터)

던지기
잘못된프로토콜버퍼예외

공개 정적 SavedConcreteFunctionparseFrom ( com.google.protobuf.CodedInputStream 입력, com.google.protobuf.ExtensionRegistryLite 확장Registry)

던지기
IO예외

공개 정적 SavedConcreteFunction parsFrom (ByteBuffer 데이터, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

던지기
잘못된프로토콜버퍼예외

공개 정적 SavedConcreteFunction parsFrom (com.google.protobuf.CodedInputStream 입력)

던지기
IO예외

공개 정적 SavedConcreteFunction parsFrom (byte[] 데이터, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

던지기
잘못된프로토콜버퍼예외

공개 정적 SavedConcreteFunction parsFrom (com.google.protobuf.ByteString 데이터)

던지기
잘못된프로토콜버퍼예외

공개 정적 SavedConcreteFunction parsFrom (InputStream 입력, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

던지기
IO예외

공개 정적 SavedConcreteFunctionparseFrom ( com.google.protobuf.ByteString 데이터, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

던지기
잘못된프로토콜버퍼예외

공개 정적 파서 ()

공개 SavedConcreteFunction.Builder toBuilder ()

공개 무효 writeTo (com.google.protobuf.CodedOutputStream 출력)

던지기
IO예외