작업 로깅
요약
변수 | |
---|---|
Arguments | audio **If max_outputs is greater the summary value tags are *generated sequentially as *tag *tag etc ** |
audio | audio **If max_outputs is greater the summary value tags are *generated sequentially as *tag * |
bad_color_ = Input::Initializer({255, 0, 0, 255}, {4}).AsTensorProto() | TensorProto |
image | image **If max_images is greater the summary value tags are *generated sequentially as *tag * |
max_images_ = 3 | int64 |
max_outputs_ = x | ret |
operation | Operation |
ret | return |
sample_rate | audio **If max_outputs is greater the summary value tags are *generated sequentially as *tag *tag etc frames ** |
summary | |
than | audio **If max_outputs is greater 오디오와 함께 Summary 프로토콜 버퍼를 출력합니다. |
기능 | |
---|---|
AudioSummary (const :: tensorflow::Scope & scope, :: tensorflow::Input tag, :: tensorflow::Input tensor, :: tensorflow::Input sample_rate) | |
AudioSummary (const :: tensorflow::Scope & scope, :: tensorflow::Input tag, :: tensorflow::Input tensor, :: tensorflow::Input sample_rate, const AudioSummary::Attrs & attrs) | |
BadColor (const TensorProto & x) | TF_MUST_USE_RESULT Attrs 값이 무한한 픽셀에 사용할 색상입니다. |
ImageSummary (const :: tensorflow::Scope & scope, :: tensorflow::Input tag, :: tensorflow::Input tensor) | |
ImageSummary (const :: tensorflow::Scope & scope, :: tensorflow::Input tag, :: tensorflow::Input tensor, const ImageSummary::Attrs & attrs) | |
MaxImages (int64 x) | Attrs |
MaxOutputs (int64 x) | Attrs |
node () const | ::tensorflow::Node * |
range (It represents the value of a *pixel in the output image).Non-finite values in the input tensor are *replaced by this tensor in the output image.The default value is the color *red.**Arguments | image **If max_images is greater the summary value tags are *generated sequentially as *tag *tag etc **The bad_color argument is the color to use in the generated images for *non finite input values It is a uint8 D tensor of length channels *Each element must be in the 이미지를 생성 할 최대 배치 요소 수입니다. |
클래스 | |
---|---|
tensorflow :: ops :: Assert | 주어진 조건이 참임을 주장합니다. |
tensorflow :: ops :: HistogramSummary | 히스토그램과 함께 |
tensorflow :: ops :: MergeSummary | 요약을 병합합니다. |
tensorflow :: ops :: 인쇄 | 텐서 목록을 인쇄합니다. |
tensorflow :: ops :: PrintV2 | 문자열 스칼라를 인쇄합니다. |
tensorflow :: ops :: ScalarSummary | 스칼라 값이있는 |
tensorflow :: ops :: TensorSummary | 텐서가있는 |
tensorflow :: ops :: TensorSummaryV2 | 텐서 및 플러그인 별 데이터가있는 |
tensorflow :: ops :: 타임 스탬프 | Epoch 이후의 시간을 초 단위로 제공합니다. |
변수
인수
audio **If max_outputs is greater the summary value tags are *generated sequentially as *tag *tag etc ** Arguments
오디오
audio **If max_outputs is greater the summary value tags are *generated sequentially as *tag * audio
bad_color_
TensorProto bad_color_ = Input::Initializer({255, 0, 0, 255}, {4}).AsTensorProto()
영상
image **If max_images is greater the summary value tags are *generated sequentially as *tag * image
max_images_
int64 max_images_ = 3
max_outputs_
ret max_outputs_ = x
조작
Operation operation
ret
return ret
sample_rate
audio **If max_outputs is greater the summary value tags are *generated sequentially as *tag *tag etc frames ** sample_rate
요약
::tensorflow::Output summary
보다
audio **If max_outputs is greater than
오디오와 함께 Summary
프로토콜 버퍼를 출력합니다.
이미지와 함께 Summary
프로토콜 버퍼를 출력합니다.
요약에는 오디오를 포함하는 최대 max_outputs
요약 값이 있습니다. 오디오는 [batch_size, frames, channels]
모양의 3D 또는 [batch_size, frames]
모양의 2D 여야하는 tensor
구성됩니다. 값은 샘플 속도가 sample_rate
인 [-1.0, 1.0]
범위에 있다고 가정합니다.
tag
인수는 string
유형의 스칼라 Tensor
입니다. 요약 값의 tag
를 작성하는 데 사용됩니다.
-
max_outputs
가 1이면 요약 값 태그는 '* tag
요약에는 이미지를 포함하는 최대 max_images
요약 값이 있습니다. 이미지는 [batch_size, height, width, channels]
모양과 함께 4 차원이어야하며 channels
은 다음과 같을 수있는 tensor
구성됩니다.
- 1 :
tensor
는 그레이 스케일로 해석됩니다. - 3 :
tensor
는 RGB로 해석됩니다. - 4 :
tensor
는 RGBA로 해석됩니다.
이미지에는 입력 텐서와 동일한 수의 채널이 있습니다. 부동 입력의 경우 값은 [0, 255]
범위에 맞도록 한 번에 하나의 이미지로 정규화됩니다. uint8
값은 변경되지 않습니다. op는 두 가지 다른 정규화 알고리즘을 사용합니다.
- 입력 값이 모두 양수이면 가장 큰 값이 255가되도록 크기가 조정됩니다.
- 입력 값이 음수이면 값이 이동되어 입력 값 0.0이 127이됩니다. 그런 다음 가장 작은 값이 0이거나 가장 큰 값이 255가되도록 크기가 조정됩니다.
tag
인수는 string
유형의 스칼라 Tensor
입니다. 요약 값의 tag
를 작성하는 데 사용됩니다.
-
max_images
가 1이면 요약 값 태그는 '* tag
기능
AudioSummary
AudioSummary( const ::tensorflow::Scope & scope, ::tensorflow::Input tag, ::tensorflow::Input tensor, ::tensorflow::Input sample_rate )
AudioSummary
AudioSummary( const ::tensorflow::Scope & scope, ::tensorflow::Input tag, ::tensorflow::Input tensor, ::tensorflow::Input sample_rate, const AudioSummary::Attrs & attrs )
BadColor
TF_MUST_USE_RESULT Attrs BadColor( const TensorProto & x )
값이 무한한 픽셀에 사용할 색상입니다.
기본값은 Tensor입니다.
ImageSummary
ImageSummary( const ::tensorflow::Scope & scope, ::tensorflow::Input tag, ::tensorflow::Input tensor )
ImageSummary
ImageSummary( const ::tensorflow::Scope & scope, ::tensorflow::Input tag, ::tensorflow::Input tensor, const ImageSummary::Attrs & attrs )
MaxImages
Attrs MaxImages( int64 x )
MaxOutputs
Attrs MaxOutputs( int64 x )
마디
::tensorflow::Node * node() const
범위
image **If max_images is greater the summary value tags are *generated sequentially as *tag *tag etc **The bad_color argument is the color to use in the generated images for *non finite input values It is a uint8 D tensor of length channels *Each element must be in the range( It represents the value of a *pixel in the output image ).Non-finite values in the input tensor are *replaced by this tensor in the output image.The default value is the color *red.**Arguments
이미지를 생성 할 최대 배치 요소 수입니다.
기본값은 3입니다.