نشكرك على متابعة Google I / O. عرض جميع الجلسات عند الطلب مشاهدة عند الطلب

تسجيل العمليات

ملخص

المتغيرات

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 :: العمليات :: Assert

يؤكد أن الشرط المعطى صحيح.

tensorflow :: العمليات :: ملخص الرسم البياني

إخراج مخزن مؤقت لبروتوكول Summary مع مدرج تكراري.

tensorflow :: العمليات :: MergeSummary

يدمج الملخصات.

tensorflow :: العمليات :: طباعة

يطبع قائمة الموترات.

tensorflow :: العمليات :: PrintV2

يطبع سلسلة عددية.

tensorflow :: العمليات :: ScalarSummary

إخراج مخزن مؤقت لبروتوكول Summary بقيم عددية.

Tensorflow :: العمليات :: TensorSummary

إخراج مخزن مؤقت لبروتوكول Summary باستخدام موتر.

tensorflow :: العمليات :: TensorSummaryV2

يخرج مخزن بروتوكول Summary المؤقت ببيانات موتر وبيانات لكل مكون إضافي.

tensorflow :: العمليات :: الطابع الزمني

يوفر الوقت منذ الحقبة بالثواني.

المتغيرات

الحجج

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

الحد الأقصى للصور_

int64 max_images_ = 3

الحد الأقصى_المخرجات_

ret max_outputs_ = x

عملية

Operation operation

متقاعد

return ret

معدل العينة

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 ، فإن علامة قيمة الملخص هي علامة *

يحتوي الملخص على قيم ملخص max_images للصور تحتوي على صور. الصور مبنية من tensor الذي يجب أن يكون [batch_size, height, width, channels] الأبعاد مع الشكل [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 ، فإن علامة قيمة الملخص هي علامة *

المهام

ملخص صوتي

06 قبل الميلاد 3120

ملخص صوتي

 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(
  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
)

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