tensorflow :: ops :: StringJoin
#include <string_ops.h>
Verilen dizi tensör listesindeki dizeleri tek bir tensörde birleştirir ;.
Özet
verilen ayırıcıyla (varsayılan, boş bir ayırıcıdır).
Örnekler:
s = ["merhaba", "dünya", "tensorflow"] tf.strings.join (s, "")
Argümanlar:
- kapsam: Bir Scope nesnesi
- inputs: String tensörlerinin listesi. Tensörlerin hepsi aynı şekle veya skaler olmalıdır. Skalerler karıştırılabilir; bunlar skaler olmayan girdiler ş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ı.
İadeler:
-
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 |
Kamusal işlevler | |
---|---|
node () const | ::tensorflow::Node * |
operator::tensorflow::Input () const | |
operator::tensorflow::Output () const |
Genel statik işlevler | |
---|---|
Separator (StringPiece x) |
Yapılar | |
---|---|
tensorflow :: ops :: StringJoin :: Attrs | StringJoin için isteğe bağlı öznitelik belirleyicileri. |
Genel özellikler
operasyon
Operation operation
çıktı
::tensorflow::Output output
Kamusal işlevler
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
operator :: tensorflow :: Girdi
operator::tensorflow::Input() const
operator :: tensorflow :: Çıktı
operator::tensorflow::Output() const
Genel statik işlevler
Ayırıcı
Attrs Separator( StringPiece x )