Rejestrowanie operacji

Streszczenie

Zmienne

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
Wysyła bufor protokołu Summary z dźwiękiem.

Funkcje

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
Kolor używany dla pikseli o nieskończonych wartościach.
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
Maksymalna liczba elementów wsadowych, dla których można wygenerować obrazy.

Zajęcia

tensorflow:: ops:: Potwierdzam

Stwierdza, że ​​podany warunek jest prawdziwy.

tensorflow:: ops:: HistogramPodsumowanie

Wysyła bufor protokołu Summary z histogramem.

tensorflow:: ops:: MergeSummary

Łączy podsumowania.

tensorflow:: ops:: Drukuj

Drukuje listę tensorów.

tensorflow:: ops:: PrintV2

Drukuje skalar łańcuchowy.

tensorflow:: ops:: Podsumowanie skalarne

Wysyła bufor protokołu Summary z wartościami skalarnymi.

tensorflow:: ops:: Podsumowanie Tensora

Wysyła bufor protokołu Summary z tensorem.

tensorflow:: ops:: TensorSummaryV2

Wysyła bufor protokołu Summary z tensorem i danymi dotyczącymi wtyczki.

tensorflow:: ops:: Znacznik czasu

Podaje czas od epoki w sekundach.

Zmienne

Argumenty

audio **If max_outputs is greater the summary value tags are *generated sequentially as *tag *tag etc ** Arguments

audio

audio **If max_outputs is greater the summary value tags are *generated sequentially as *tag * audio

zły_kolor_

TensorProto bad_color_ = Input::Initializer({255, 0, 0, 255}, {4}).AsTensorProto()

obraz

image **If max_images is greater the summary value tags are *generated sequentially as *tag * image

max_images_

int64 max_images_ = 3

max_wyjścia_

ret max_outputs_ = x

operacja

Operation operation

gnić

return ret

próbna stawka

audio **If max_outputs is greater the summary value tags are *generated sequentially as *tag *tag etc frames ** sample_rate

streszczenie

::tensorflow::Output summary

niż

audio **If max_outputs is greater than

Wysyła bufor protokołu Summary z dźwiękiem.

Wysyła bufor protokołu Summary z obrazami.

Podsumowanie zawiera maksymalnie wartości podsumowania max_outputs zawierające dźwięk. Dźwięk jest zbudowany z tensor , który musi być trójwymiarowy z kształtem [batch_size, frames, channels] lub 2-D z kształtem [batch_size, frames] . Zakłada się, że wartości mieszczą się w zakresie [-1.0, 1.0] przy częstotliwości próbkowania sample_rate .

Argument tag jest skalarnym Tensor typu string . Służy do budowania tag wartości podsumowujących:

  • Jeśli max_outputs wynosi 1, znacznikiem wartości podsumowującej jest „*tag

Podsumowanie zawiera maksymalnie wartości max_images zawierające obrazy. Obrazy są zbudowane z tensor , który musi być 4-D z kształtem [batch_size, height, width, channels] i gdzie channels mogą być:

  • 1: tensor jest interpretowany jako skala szarości.
  • 3: tensor jest interpretowany jako RGB.
  • 4: tensor jest interpretowany jako RGBA.

Obrazy mają taką samą liczbę kanałów jak tensor wejściowy. W przypadku danych wejściowych typu float wartości są normalizowane po jednym obrazie na raz, aby zmieścić się w zakresie [0, 255] . Wartości uint8 pozostają niezmienione. Operacja wykorzystuje dwa różne algorytmy normalizacji:

  • Jeśli wszystkie wartości wejściowe są dodatnie, są one przeskalowywane, tak aby największa z nich wynosiła 255.
  • Jeśli jakakolwiek wartość wejściowa jest ujemna, wartości są przesuwane, tak aby wartość wejściowa 0,0 wynosiła 127. Następnie są one przeskalowane w taki sposób, że najmniejsza wartość wynosi 0 lub największa wynosi 255.

Argument tag jest skalarnym Tensor typu string . Służy do budowania tag wartości podsumowujących:

  • Jeśli max_images wynosi 1, znacznikiem wartości podsumowującej jest „*tag

Funkcje

Podsumowanie audio

 AudioSummary(
  const ::tensorflow::Scope & scope,
  ::tensorflow::Input tag,
  ::tensorflow::Input tensor,
  ::tensorflow::Input sample_rate
)

Podsumowanie audio

 AudioSummary(
  const ::tensorflow::Scope & scope,
  ::tensorflow::Input tag,
  ::tensorflow::Input tensor,
  ::tensorflow::Input sample_rate,
  const AudioSummary::Attrs & attrs
)

ZłyKolor

TF_MUST_USE_RESULT Attrs BadColor(
  const TensorProto & x
)

Kolor używany dla pikseli o nieskończonych wartościach.

Domyślnie jest to Tensor

Podsumowanie obrazu

 ImageSummary(
  const ::tensorflow::Scope & scope,
  ::tensorflow::Input tag,
  ::tensorflow::Input tensor
)

Podsumowanie obrazu

 ImageSummary(
  const ::tensorflow::Scope & scope,
  ::tensorflow::Input tag,
  ::tensorflow::Input tensor,
  const ImageSummary::Attrs & attrs
)

Maksymalne obrazy

Attrs MaxImages(
  int64 x
)

Maksymalna moc wyjściowa

Attrs MaxOutputs(
  int64 x
)

węzeł

::tensorflow::Node * node() const 

zakres

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

Maksymalna liczba elementów wsadowych, dla których można wygenerować obrazy.

Domyślnie 3