aliran tensor:: operasi:: Format String

#include <string_ops.h>

Memformat templat string menggunakan daftar tensor.

Ringkasan

Memformat templat string menggunakan daftar tensor, ringkasan tensor yang dicetak dengan cantik.

Argumen:

  • ruang lingkup: Objek Lingkup
  • input: Daftar tensor yang akan diformat menjadi string placeholder.

Atribut opsional (lihat Attrs ):

  • template_: Sebuah string, template untuk memformat ringkasan tensor.
  • placeholder: Sebuah string, di setiap placeholder dalam templat, ringkasan tensor berikutnya akan disisipkan.
  • rangkum: Saat memformat ringkasan tensor, cetak entri ringkasan pertama dan terakhir dari setiap dimensi tensor.

Pengembalian:

  • Output : = Skalar string yang dihasilkan.

Konstruktor dan Destruktor

StringFormat (const :: tensorflow::Scope & scope, :: tensorflow::InputList inputs)
StringFormat (const :: tensorflow::Scope & scope, :: tensorflow::InputList inputs, const StringFormat::Attrs & attrs)

Atribut publik

operation
output

Fungsi publik

node () const
::tensorflow::Node *
operator::tensorflow::Input () const
operator::tensorflow::Output () const

Fungsi statis publik

Placeholder (StringPiece x)
Summarize (int64 x)
Template (StringPiece x)

Struktur

tensorflow:: ops:: StringFormat:: Attrs

Penyetel atribut opsional untuk StringFormat .

Atribut publik

operasi

Operation operation

keluaran

::tensorflow::Output output

Fungsi publik

Format String

 StringFormat(
  const ::tensorflow::Scope & scope,
  ::tensorflow::InputList inputs
)

Format String

 StringFormat(
  const ::tensorflow::Scope & scope,
  ::tensorflow::InputList inputs,
  const StringFormat::Attrs & attrs
)

simpul

::tensorflow::Node * node() const 

operator::tensorflow::Masukan

 operator::tensorflow::Input() const 

operator::tensorflow::Keluaran

 operator::tensorflow::Output() const 

Fungsi statis publik

Penampung

Attrs Placeholder(
  StringPiece x
)

Meringkaskan

Attrs Summarize(
  int64 x
)

Templat

Attrs Template(
  StringPiece x
)