텐서플로우:: 작전:: 스트링조인

#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)

구조체

텐서플로우:: ops:: StringJoin:: Attrs

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

공개 속성

작업

Operation operation

산출

::tensorflow::Output output

공공 기능

스트링조인

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

스트링조인

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

마디

::tensorflow::Node * node() const 

연산자::텐서플로우::입력

 operator::tensorflow::Input() const 

연산자::텐서플로우::출력

 operator::tensorflow::Output() const 

공개 정적 함수

분리 기호

Attrs Separator(
  StringPiece x
)