tensor akışı:: işlem:: StringJoin
#include <string_ops.h>
Verilen dize tensörleri listesindeki dizeleri tek bir tensörde birleştirir;
Özet
verilen ayırıcıyla (varsayılan boş ayırıcıdır).
Örnekler:
s = ["merhaba", "dünya", "tensorflow"] tf.strings.join(s, " ")
Argümanlar:
- kapsam: Bir Kapsam nesnesi
- girdiler: Dizi tensörlerinin listesi. Tensörlerin tümü aynı şekle sahip olmalı veya skaler olmalıdır. Skalerler karıştırılabilir; bunlar skaler olmayan girişler şeklinde yayınlanacaktır.
İsteğe bağlı özellikler (bkz. Attrs
):
- ayırıcı: dize, isteğe bağlı bir birleştirme ayırıcısı.
İade:
-
Output
: Çıkış tensörü.
Yapıcılar ve Yıkıcılar | |
---|---|
StringJoin (const :: tensorflow::Scope & scope, :: tensorflow::InputList inputs) | |
StringJoin (const :: tensorflow::Scope & scope, :: tensorflow::InputList inputs, const StringJoin::Attrs & attrs) |
Genel özellikler | |
---|---|
operation | |
output |
Kamu işlevleri | |
---|---|
node () const | ::tensorflow::Node * |
operator::tensorflow::Input () const | |
operator::tensorflow::Output () const |
Genel statik işlevler | |
---|---|
Separator (StringPiece x) |
Yapılar | |
---|---|
tensorflow:: ops:: StringJoin:: Öznitelikler | StringJoin için isteğe bağlı öznitelik ayarlayıcılar. |
Genel özellikler
operasyon
Operation operation
çıktı
::tensorflow::Output output
Kamu işlevleri
StringJoin
StringJoin( const ::tensorflow::Scope & scope, ::tensorflow::InputList inputs )
StringJoin
StringJoin( const ::tensorflow::Scope & scope, ::tensorflow::InputList inputs, const StringJoin::Attrs & attrs )
düğüm
::tensorflow::Node * node() const
operatör::tensorflow::Giriş
operator::tensorflow::Input() const
operatör::tensorflow::Çıktı
operator::tensorflow::Output() const
Genel statik işlevler
Ayırıcı
Attrs Separator( StringPiece x )