Google I/O에 참여해 주셔서 감사합니다. 주문형 모든 세션 보기 주문형 시청

tensorflow :: ops :: StringJoin

#include <string_ops.h>

주어진 문자열 텐서 목록에있는 문자열을 하나의 텐서로 결합합니다.

요약

주어진 구분 기호로 (기본값은 빈 구분 기호입니다).

인수 :

  • 범위 : 범위 개체
  • 입력 : 문자열 텐서 목록. 텐서는 모두 같은 모양이거나 스칼라 여야합니다. 스칼라가 혼합 될 수 있습니다. 이들은 비 스칼라 입력의 형태로 브로드 캐스트됩니다.

선택적 속성 ( Attrs 참조) :

  • 구분 기호 : 문자열, 선택적 결합 구분 기호입니다.

보고:

생성자와 소멸자

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

공용 속성

operation
output

공공 기능

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

공개 정적 함수

Separator (StringPiece x)

구조체

tensorflow :: ops :: StringJoin :: Attrs

StringJoin에 대한 선택적 속성 설정자.

공용 속성

조작

Operation operation

산출

::tensorflow::Output output

공공 기능

StringJoin

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

StringJoin

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

마디

::tensorflow::Node * node() const 

연산자 :: tensorflow :: 입력

 operator::tensorflow::Input() const 

연산자 :: tensorflow :: 출력

 operator::tensorflow::Output() const 

공개 정적 함수

분리 기호

Attrs Separator(
  StringPiece x
)