GraphDef

공개 최종 클래스 GraphDef

 Represents the graph of operations
 
Protobuf 유형 tensorflow.GraphDef

중첩 클래스

수업 GraphDef.Builder
 Represents the graph of operations
 
Protobuf 유형 tensorflow.GraphDef

상수

정수 LIBRARY_FIELD_NUMBER
정수 NODE_FIELD_NUMBER
정수 VERSIONS_FIELD_NUMBER
정수 VERSION_FIELD_NUMBER

공개 방법

부울
같음 (객체 객체)
정적 GraphDef
그래프 정의
최종 정적 com.google.protobuf.Descriptors.Descriptor
함수Def라이브러리
getLibrary ()
 EXPERIMENTAL.
함수DefLibraryOrBuilder
getLibraryOrBuilder ()
 EXPERIMENTAL.
NodeDef
getNode (정수 인덱스)
repeated .tensorflow.NodeDef node = 1;
정수
getNodeCount ()
repeated .tensorflow.NodeDef node = 1;
목록< NodeDef >
getNodeList ()
repeated .tensorflow.NodeDef node = 1;
NodeDefOrBuilder
getNodeOrBuilder (정수 인덱스)
repeated .tensorflow.NodeDef node = 1;
목록<? NodeDefOrBuilder 확장 >
getNodeOrBuilderList ()
repeated .tensorflow.NodeDef node = 1;
정수
최종 com.google.protobuf.UnknownFieldSet
정수
버전 획득 ()
 Deprecated single version field; use versions above instead.
버전 정의
get버전 ()
 Compatibility versions of the graph.
버전DefOrBuilder
getVersionsOrBuilder ()
 Compatibility versions of the graph.
부울
hasLibrary ()
 EXPERIMENTAL.
부울
버전 ()
 Compatibility versions of the graph.
정수
최종 부울
정적 GraphDef.Builder
정적 GraphDef.Builder
newBuilder ( GraphDef 프로토타입)
GraphDef.Builder
정적 GraphDef
parsDelimitedFrom (InputStream 입력)
정적 GraphDef
parseDelimitedFrom (InputStream 입력, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
정적 GraphDef
parsFrom (ByteBuffer 데이터)
정적 GraphDef
ParseFrom (com.google.protobuf.CodedInputStream 입력, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
정적 GraphDef
ParseFrom (ByteBuffer 데이터, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
정적 GraphDef
ParseFrom (com.google.protobuf.CodedInputStream 입력)
정적 GraphDef
parseFrom (byte[] 데이터, com.google.protobuf.ExtensionRegistryLite 확장Registry)
정적 GraphDef
ParseFrom (com.google.protobuf.ByteString 데이터)
정적 GraphDef
ParseFrom (InputStream 입력, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
정적 GraphDef
ParseFrom (com.google.protobuf.ByteString 데이터, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
공전
파서 ()
GraphDef.Builder
무효의
writeTo (com.google.protobuf.CodedOutputStream 출력)

상속된 메서드

상수

공개 정적 최종 int LIBRARY_FIELD_NUMBER

상수값: 2

공개 정적 최종 int NODE_FIELD_NUMBER

상수값: 1

공개 정적 최종 정수 VERSIONS_FIELD_NUMBER

상수값: 4

공개 정적 최종 정수 VERSION_FIELD_NUMBER

상수값: 3

공개 방법

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

공개 정적 GraphDef getDefaultInstance ()

공개 GraphDef getDefaultInstanceForType ()

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

공공 FunctionDefLibrary getLibrary ()

 EXPERIMENTAL. DO NOT USE OR DEPEND ON THIS YET.
 "library" provides user-defined functions.
 Naming:
   * library.function.name are in a flat namespace.
     NOTE: We may need to change it to be hierarchical to support
     different orgs. E.g.,
     { "/google/nn", { ... } },
     { "/google/vision", { ... } }
     { "/org_foo/module_bar", { ... } }
     map<string, FunctionDefLib> named_lib;
   * If node[i].op is the name of one function in "library",
     node[i] is deemed as a function call. Otherwise, node[i].op
     must be a primitive operation supported by the runtime.
 Function call semantics:
   * The callee may start execution as soon as some of its inputs
     are ready. The caller may want to use Tuple() mechanism to
     ensure all inputs are ready in the same time.
   * The consumer of return values may start executing as soon as
     the return values the consumer depends on are ready.  The
     consumer may want to use Tuple() mechanism to ensure the
     consumer does not start until all return values of the callee
     function are ready.
 
.tensorflow.FunctionDefLibrary library = 2;

공개 FunctionDefLibraryOrBuilder getLibraryOrBuilder ()

 EXPERIMENTAL. DO NOT USE OR DEPEND ON THIS YET.
 "library" provides user-defined functions.
 Naming:
   * library.function.name are in a flat namespace.
     NOTE: We may need to change it to be hierarchical to support
     different orgs. E.g.,
     { "/google/nn", { ... } },
     { "/google/vision", { ... } }
     { "/org_foo/module_bar", { ... } }
     map<string, FunctionDefLib> named_lib;
   * If node[i].op is the name of one function in "library",
     node[i] is deemed as a function call. Otherwise, node[i].op
     must be a primitive operation supported by the runtime.
 Function call semantics:
   * The callee may start execution as soon as some of its inputs
     are ready. The caller may want to use Tuple() mechanism to
     ensure all inputs are ready in the same time.
   * The consumer of return values may start executing as soon as
     the return values the consumer depends on are ready.  The
     consumer may want to use Tuple() mechanism to ensure the
     consumer does not start until all return values of the callee
     function are ready.
 
.tensorflow.FunctionDefLibrary library = 2;

공개 NodeDef getNode (int 인덱스)

repeated .tensorflow.NodeDef node = 1;

공개 int getNodeCount ()

repeated .tensorflow.NodeDef node = 1;

공개 목록< NodeDef > getNodeList ()

repeated .tensorflow.NodeDef node = 1;

공개 NodeDefOrBuilder getNodeOrBuilder (int 인덱스)

repeated .tensorflow.NodeDef node = 1;

공개 목록<? NodeDefOrBuilder > getNodeOrBuilderList () 를 확장합니다.

repeated .tensorflow.NodeDef node = 1;

공공의 getParserForType ()

공개 int getSerializedSize ()

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

공개 int getVersion ()

 Deprecated single version field; use versions above instead.  Since all
 GraphDef changes before "versions" was introduced were forward
 compatible, this field is entirely ignored.
 
int32 version = 3 [deprecated = true];

공개 VersionDef getVersions ()

 Compatibility versions of the graph.  See core/public/version.h for version
 history.  The GraphDef version is distinct from the TensorFlow version, and
 each release of TensorFlow will support a range of GraphDef versions.
 
.tensorflow.VersionDef versions = 4;

공개 VersionDefOrBuilder getVersionsOrBuilder ()

 Compatibility versions of the graph.  See core/public/version.h for version
 history.  The GraphDef version is distinct from the TensorFlow version, and
 each release of TensorFlow will support a range of GraphDef versions.
 
.tensorflow.VersionDef versions = 4;

공개 부울 hasLibrary ()

 EXPERIMENTAL. DO NOT USE OR DEPEND ON THIS YET.
 "library" provides user-defined functions.
 Naming:
   * library.function.name are in a flat namespace.
     NOTE: We may need to change it to be hierarchical to support
     different orgs. E.g.,
     { "/google/nn", { ... } },
     { "/google/vision", { ... } }
     { "/org_foo/module_bar", { ... } }
     map<string, FunctionDefLib> named_lib;
   * If node[i].op is the name of one function in "library",
     node[i] is deemed as a function call. Otherwise, node[i].op
     must be a primitive operation supported by the runtime.
 Function call semantics:
   * The callee may start execution as soon as some of its inputs
     are ready. The caller may want to use Tuple() mechanism to
     ensure all inputs are ready in the same time.
   * The consumer of return values may start executing as soon as
     the return values the consumer depends on are ready.  The
     consumer may want to use Tuple() mechanism to ensure the
     consumer does not start until all return values of the callee
     function are ready.
 
.tensorflow.FunctionDefLibrary library = 2;

공개 부울 hasVersions ()

 Compatibility versions of the graph.  See core/public/version.h for version
 history.  The GraphDef version is distinct from the TensorFlow version, and
 each release of TensorFlow will support a range of GraphDef versions.
 
.tensorflow.VersionDef versions = 4;

공개 int hashCode ()

공개 최종 부울 isInitialized ()

공개 정적 GraphDef.Builder newBuilder ()

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

공개 GraphDef.Builder newBuilderForType ()

공개 정적 GraphDef parseDelimitedFrom (InputStream 입력)

던지기
IO예외

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

던지기
IO예외

공개 정적 GraphDef 구문 분석 (ByteBuffer 데이터)

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

공개 정적 GraphDef 구문 분석기 (com.google.protobuf.CodedInputStream 입력, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

던지기
IO예외

공개 정적 GraphDef 구문 분석 (ByteBuffer 데이터, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

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

공개 정적 GraphDef 구문 분석 (com.google.protobuf.CodedInputStream 입력)

던지기
IO예외

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

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

공개 정적 GraphDef 구문 분석 (com.google.protobuf.ByteString 데이터)

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

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

던지기
IO예외

공개 정적 GraphDef 구문 분석기 (com.google.protobuf.ByteString 데이터, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

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

공개 정적 파서 ()

공개 GraphDef.Builder toBuilder ()

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

던지기
IO예외