عمليات التسجيل
ملخص
المتغيرات | |
---|---|
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:: تأكيد | يؤكد أن الشرط المحدد صحيح. |
Tensorflow:: ops:: HistogramSummary | يقوم بإخراج مخزن مؤقت لبروتوكول |
Tensorflow:: ops:: MergeSummary | يدمج الملخصات. |
Tensorflow:: ops:: طباعة | طباعة قائمة الموترات. |
Tensorflow:: ops:: PrintV2 | يطبع سلسلة عددية. |
Tensorflow:: ops:: ScalarSummary | يقوم بإخراج مخزن مؤقت لبروتوكول |
Tensorflow:: ops:: TensorSummary | إخراج مخزن مؤقت لبروتوكول |
Tensorflow:: ops:: TensorSummaryV2 | يقوم بإخراج مخزن مؤقت لبروتوكول |
Tensorflow:: ops:: الطابع الزمني | يوفر الوقت منذ العصر بالثواني. |
المتغيرات
الحجج
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
لون_سيء_
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
متقاعد
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
من قيم الملخص التي تحتوي على الصوت. يتم إنشاء الصوت من tensor
الذي يجب أن يكون ثلاثي الأبعاد بالشكل [batch_size, frames, channels]
أو ثنائي الأبعاد بالشكل [batch_size, frames]
. من المفترض أن تكون القيم في نطاق [-1.0, 1.0]
مع معدل عينة قدره sample_rate
.
وسيطة tag
عبارة عن Tensor
عددي من النوع string
. يتم استخدامه لبناء tag
قيم الملخص:
- إذا كان
max_outputs
هو 1، فإن علامة القيمة الموجزة هي "*tag."
يحتوي الملخص على ما يصل إلى max_images
من قيم الملخص التي تحتوي على صور. يتم إنشاء الصور من tensor
الذي يجب أن يكون رباعي الأبعاد بالشكل [batch_size, height, width, channels]
وحيث يمكن أن تكون channels
:
- 1: يتم تفسير
tensor
على أنه تدرج رمادي. - 3: يتم تفسير
tensor
على أنه RGB. - 4: يتم تفسير
tensor
على أنه RGBA.
تحتوي الصور على نفس عدد القنوات التي يحتوي عليها موتر الإدخال. بالنسبة للإدخال العائم، تتم تسوية القيم بصورة واحدة في كل مرة لتناسب النطاق [0, 255]
. قيم uint8
لم تتغير. يستخدم المرجع خوارزميتين مختلفتين للتطبيع:
- إذا كانت جميع قيم الإدخال موجبة، فسيتم إعادة قياسها بحيث تكون القيمة الأكبر 255.
- إذا كانت أي قيمة مدخلة سالبة، فسيتم إزاحة القيم بحيث تكون قيمة الإدخال 0.0 عند 127. ثم تتم إعادة قياسها بحيث تكون أصغر قيمة هي 0 أو أكبرها 255.
وسيطة tag
عبارة عن Tensor
عددي من النوع string
. يتم استخدامه لبناء tag
قيم الملخص:
- إذا كانت
max_images
هي 1، فإن علامة قيمة الملخص هي '*tag
وظائف
ملخص صوتي
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 )
لون سيء
TF_MUST_USE_RESULT Attrs BadColor( const TensorProto & x )
اللون الذي سيتم استخدامه للبكسلات ذات القيم غير المحدودة.
الافتراضيات إلى Tensor
ملخص الصورة
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
Attrs MaxImages( int64 x )
ماكسالمخرجات
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
إنّ محتوى هذه الصفحة مرخّص بموجب ترخيص Creative Commons Attribution 4.0 ما لم يُنصّ على خلاف ذلك، ونماذج الرموز مرخّصة بموجب ترخيص Apache 2.0. للاطّلاع على التفاصيل، يُرجى مراجعة سياسات موقع Google Developers. إنّ Java هي علامة تجارية مسجَّلة لشركة Oracle و/أو شركائها التابعين.
تاريخ التعديل الأخير: 2024-11-18 (حسب التوقيت العالمي المتفَّق عليه)