공개 정적 최종 클래스 요약.값
Protobuf 유형 tensorflow.Summary.Value
중첩 클래스
수업 | 요약.값.빌더 | Protobuf 유형 tensorflow.Summary.Value | |
열거형 | 요약.값.값 사례 |
상수
공개 방법
부울 | 같음 (객체 객체) |
요약.오디오 | getAudio () .tensorflow.Summary.Audio audio = 6; |
요약.AudioOrBuilder | getAudioOrBuilder () .tensorflow.Summary.Audio audio = 6; |
정적 요약.값 | |
요약.값 | |
최종 정적 com.google.protobuf.Descriptors.Descriptor | |
히스토그램프로토 | getHisto () .tensorflow.HistogramProto histo = 5; |
히스토그램ProtoOrBuilder | getHistoOrBuilder () .tensorflow.HistogramProto histo = 5; |
요약.이미지 | 이미지 가져오기 () .tensorflow.Summary.Image image = 4; |
요약.ImageOrBuilder | getImageOrBuilder () .tensorflow.Summary.Image image = 4; |
요약메타데이터 | 메타데이터 가져오기 () Contains metadata on the summary value such as which plugins may use it. |
요약메타데이터 또는 빌더 | getMetadataOrBuilder () Contains metadata on the summary value such as which plugins may use it. |
끈 | getNodeName () This field is deprecated and will not be set. |
com.google.protobuf.ByteString | getNodeNameBytes () This field is deprecated and will not be set. |
com.google.protobuf.ByteString | getObsoleteOldStyle히스토그램 () bytes obsolete_old_style_histogram = 3; |
정수 | |
뜨다 | getSimpleValue () float simple_value = 2; |
끈 | 태그 가져오기 () Tag name for the data. |
com.google.protobuf.ByteString | getTagBytes () Tag name for the data. |
텐서프로토 | getTensor () .tensorflow.TensorProto tensor = 8; |
TensorProtoOrBuilder | getTensorOrBuilder () .tensorflow.TensorProto tensor = 8; |
최종 com.google.protobuf.UnknownFieldSet | |
요약.값.값 사례 | getValueCase () |
부울 | 해스오디오 () .tensorflow.Summary.Audio audio = 6; |
부울 | hasHisto () .tensorflow.HistogramProto histo = 5; |
부울 | 해시이미지 () .tensorflow.Summary.Image image = 4; |
부울 | 메타데이터 () Contains metadata on the summary value such as which plugins may use it. |
부울 | hasTensor () .tensorflow.TensorProto tensor = 8; |
정수 | 해시코드 () |
최종 부울 | 초기화됨 () |
정적 요약.값.빌더 | newBuilder ( Summary.Value 프로토타입) |
정적 요약.값.빌더 | 새로운 빌더 () |
요약.값.빌더 | |
정적 요약.값 | parsDelimitedFrom (InputStream 입력) |
정적 요약.값 | parseDelimitedFrom (InputStream 입력, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry) |
정적 요약.값 | parsFrom (ByteBuffer 데이터) |
정적 요약.값 | ParseFrom (com.google.protobuf.CodedInputStream 입력, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry) |
정적 요약.값 | ParseFrom (ByteBuffer 데이터, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry) |
정적 요약.값 | ParseFrom (com.google.protobuf.CodedInputStream 입력) |
정적 요약.값 | parseFrom (byte[] 데이터, com.google.protobuf.ExtensionRegistryLite 확장Registry) |
정적 요약.값 | ParseFrom (com.google.protobuf.ByteString 데이터) |
정적 요약.값 | ParseFrom (InputStream 입력, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry) |
정적 요약.값 | ParseFrom (com.google.protobuf.ByteString 데이터, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry) |
공전 | 파서 () |
요약.값.빌더 | toBuilder () |
무효의 | writeTo (com.google.protobuf.CodedOutputStream 출력) |
상속된 메서드
상수
공개 정적 최종 int AUDIO_FIELD_NUMBER
상수값: 6
공개 정적 최종 int HISTO_FIELD_NUMBER
상수값: 5
공개 정적 최종 int IMAGE_FIELD_NUMBER
상수값: 4
공개 정적 최종 int METADATA_FIELD_NUMBER
상수값: 9
공개 정적 최종 int NODE_NAME_FIELD_NUMBER
상수값: 7
공개 정적 최종 int OBSOLETE_OLD_STYLE_HISTOGRAM_FIELD_NUMBER
상수값: 3
공개 정적 최종 int SIMPLE_VALUE_FIELD_NUMBER
상수값: 2
공개 정적 최종 정수 TAG_FIELD_NUMBER
상수값: 1
공개 정적 최종 int TENSOR_FIELD_NUMBER
상수값: 8
공개 방법
공개 부울은 (객체 obj) 와 같습니다 .
공개 정적 최종 com.google.protobuf.Descriptors.Descriptor getDescriptor ()
공개 요약메타데이터 getMetadata ()
Contains metadata on the summary value such as which plugins may use it. Take note that many summary values may lack a metadata field. This is because the FileWriter only keeps a metadata object on the first summary value with a certain tag for each tag. TensorBoard then remembers which tags are associated with which plugins. This saves space.
.tensorflow.SummaryMetadata metadata = 9;
공개 요약MetadataOrBuilder getMetadataOrBuilder ()
Contains metadata on the summary value such as which plugins may use it. Take note that many summary values may lack a metadata field. This is because the FileWriter only keeps a metadata object on the first summary value with a certain tag for each tag. TensorBoard then remembers which tags are associated with which plugins. This saves space.
.tensorflow.SummaryMetadata metadata = 9;
공개 문자열 getNodeName ()
This field is deprecated and will not be set.
string node_name = 7;
공개 com.google.protobuf.ByteString getNodeNameBytes ()
This field is deprecated and will not be set.
string node_name = 7;
공개 com.google.protobuf.ByteString getObsoleteOldStyleHistogram ()
bytes obsolete_old_style_histogram = 3;
공공의 getParserForType ()
공개 int getSerializedSize ()
공개 부동 getSimpleValue ()
float simple_value = 2;
공개 문자열 getTag ()
Tag name for the data. Used by TensorBoard plugins to organize data. Tags are often organized by scope (which contains slashes to convey hierarchy). For example: foo/bar/0
string tag = 1;
공개 com.google.protobuf.ByteString getTagBytes ()
Tag name for the data. Used by TensorBoard plugins to organize data. Tags are often organized by scope (which contains slashes to convey hierarchy). For example: foo/bar/0
string tag = 1;
공개 최종 com.google.protobuf.UnknownFieldSet getUnknownFields ()
공개 부울 hasAudio ()
.tensorflow.Summary.Audio audio = 6;
공개 부울 hasHisto ()
.tensorflow.HistogramProto histo = 5;
공개 부울 hasImage ()
.tensorflow.Summary.Image image = 4;
공개 부울 hasMetadata ()
Contains metadata on the summary value such as which plugins may use it. Take note that many summary values may lack a metadata field. This is because the FileWriter only keeps a metadata object on the first summary value with a certain tag for each tag. TensorBoard then remembers which tags are associated with which plugins. This saves space.
.tensorflow.SummaryMetadata metadata = 9;
공개 부울 hasTensor ()
.tensorflow.TensorProto tensor = 8;
공개 int hashCode ()
공개 최종 부울 isInitialized ()
공개 정적 요약.값 구문 분석 DelimitedFrom (InputStream 입력, com.google.protobuf.ExtensionRegistryLite 확장 레지스트리)
던지기
IO예외 |
---|
공개 정적 요약.값 구문 분석 (com.google.protobuf.CodedInputStream 입력, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
던지기
IO예외 |
---|
공개 정적 요약.값 구문 분석 (ByteBuffer 데이터, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
던지기
잘못된프로토콜버퍼예외 |
---|
공개 정적 요약.값 구문 분석 (byte[] 데이터, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
던지기
잘못된프로토콜버퍼예외 |
---|
공개 정적 요약.값 구문 분석 (InputStream 입력, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
던지기
IO예외 |
---|
공개 정적 요약.값 구문 분석 (com.google.protobuf.ByteString 데이터, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
던지기
잘못된프로토콜버퍼예외 |
---|
공개 정적 파서 ()
공개 무효 writeTo (com.google.protobuf.CodedOutputStream 출력)
던지기
IO예외 |
---|