RunOptions.Experimental

공개 정적 최종 클래스 RunOptions.Experimental

 Everything inside Experimental is subject to change and is not subject
 to API stability guarantees in
 https://www.tensorflow.org/guide/version_compat.
 
Protobuf 유형 tensorflow.RunOptions.Experimental

중첩 클래스

수업 RunOptions.Experimental.Builder
 Everything inside Experimental is subject to change and is not subject
 to API stability guarantees in
 https://www.tensorflow.org/guide/version_compat. 
수업 RunOptions.Experimental.RunHandlerPoolOptions
 Options for run handler thread pool. 
상호 작용 RunOptions.Experimental.RunHandlerPoolOptionsOrBuilder

상수

정수 COLLECTIVE_GRAPH_KEY_FIELD_NUMBER
정수 RUN_HANDLER_POOL_OPTIONS_FIELD_NUMBER
정수 USE_RUN_HANDLER_POOL_FIELD_NUMBER

공개 방법

부울
같음 (객체 객체)
getCollectiveGraphKey ()
 If non-zero, declares that this graph is going to use collective
 ops and must synchronize step_ids with any other graph with this
 same group_key value (in a distributed computation where tasks
 run disjoint graphs).
정적 RunOptions.Experimental
RunOptions.실험적
최종 정적 com.google.protobuf.Descriptors.Descriptor
RunOptions.Experimental.RunHandlerPoolOptions
getRunHandlerPoolOptions ()
.tensorflow.RunOptions.Experimental.RunHandlerPoolOptions run_handler_pool_options = 3;
RunOptions.Experimental.RunHandlerPoolOptionsOrBuilder
getRunHandlerPoolOptionsOrBuilder ()
.tensorflow.RunOptions.Experimental.RunHandlerPoolOptions run_handler_pool_options = 3;
정수
최종 com.google.protobuf.UnknownFieldSet
부울
getUseRunHandlerPool ()
 If true, then operations (using the inter-op pool) across all
 session::run() calls will be centrally scheduled, optimizing for (median
 and tail) latency.
부울
hasRunHandlerPoolOptions ()
.tensorflow.RunOptions.Experimental.RunHandlerPoolOptions run_handler_pool_options = 3;
정수
최종 부울
정적 RunOptions.Experimental.Builder
정적 RunOptions.Experimental.Builder
RunOptions.Experimental.Builder
정적 RunOptions.Experimental
parsDelimitedFrom (InputStream 입력)
정적 RunOptions.Experimental
parseDelimitedFrom (InputStream 입력, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
정적 RunOptions.Experimental
parsFrom (ByteBuffer 데이터)
정적 RunOptions.Experimental
ParseFrom (com.google.protobuf.CodedInputStream 입력, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
정적 RunOptions.Experimental
ParseFrom (ByteBuffer 데이터, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
정적 RunOptions.Experimental
ParseFrom (com.google.protobuf.CodedInputStream 입력)
정적 RunOptions.Experimental
parseFrom (byte[] 데이터, com.google.protobuf.ExtensionRegistryLite 확장Registry)
정적 RunOptions.Experimental
ParseFrom (com.google.protobuf.ByteString 데이터)
정적 RunOptions.Experimental
ParseFrom (InputStream 입력, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
정적 RunOptions.Experimental
ParseFrom (com.google.protobuf.ByteString 데이터, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
공전
파서 ()
RunOptions.Experimental.Builder
무효의
writeTo (com.google.protobuf.CodedOutputStream 출력)

상속된 메서드

상수

공개 정적 최종 int COLLECTIVE_GRAPH_KEY_FIELD_NUMBER

상수값: 1

공개 정적 최종 int RUN_HANDLER_POOL_OPTIONS_FIELD_NUMBER

상수값: 3

공개 정적 최종 int USE_RUN_HANDLER_POOL_FIELD_NUMBER

상수값: 2

공개 방법

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

공개 긴 getCollectiveGraphKey ()

 If non-zero, declares that this graph is going to use collective
 ops and must synchronize step_ids with any other graph with this
 same group_key value (in a distributed computation where tasks
 run disjoint graphs).
 
int64 collective_graph_key = 1;

공개 정적 RunOptions.Experimental getDefaultInstance ()

공개 RunOptions.Experimental getDefaultInstanceForType ()

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

공공의 getParserForType ()

공개 RunOptions.Experimental.RunHandlerPoolOptions getRunHandlerPoolOptions ()

.tensorflow.RunOptions.Experimental.RunHandlerPoolOptions run_handler_pool_options = 3;

공개 RunOptions.Experimental.RunHandlerPoolOptionsOrBuilder getRunHandlerPoolOptionsOrBuilder ()

.tensorflow.RunOptions.Experimental.RunHandlerPoolOptions run_handler_pool_options = 3;

공개 int getSerializedSize ()

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

공개 부울 getUseRunHandlerPool ()

 If true, then operations (using the inter-op pool) across all
 session::run() calls will be centrally scheduled, optimizing for (median
 and tail) latency.
 Consider using this option for CPU-bound workloads like inference.
 
bool use_run_handler_pool = 2;

공개 부울 hasRunHandlerPoolOptions ()

.tensorflow.RunOptions.Experimental.RunHandlerPoolOptions run_handler_pool_options = 3;

공개 int hashCode ()

공개 최종 부울 isInitialized ()

공개 정적 RunOptions.Experimental.Builder newBuilder ()

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

공개 RunOptions.Experimental.Builder newBuilderForType ()

공개 정적 RunOptions.Experimental parseDelimitedFrom (InputStream 입력)

던지기
IO예외

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

던지기
IO예외

공개 정적 RunOptions.실험적 구문 분석 (ByteBuffer 데이터)

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

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

던지기
IO예외

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

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

공개 정적 RunOptions.ExperimentalparseFrom ( com.google.protobuf.CodedInputStream 입력)

던지기
IO예외

공개 정적 RunOptions.ExperimentalparseFrom ( byte[] 데이터, com.google.protobuf.ExtensionRegistryLite 확장Registry)

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

공개 정적 RunOptions.Experimental ParseFrom (com.google.protobuf.ByteString 데이터)

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

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

던지기
IO예외

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

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

공개 정적 파서 ()

공개 RunOptions.Experimental.Builder toBuilder ()

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

던지기
IO예외