텐서플로우:: 작전:: 병합

#include <control_flow_ops.h>

사용 가능한 텐서의 값을 inputs 에서 output 으로 전달합니다.

요약

Merge inputs 의 텐서 중 하나 이상이 사용 가능해질 때까지 기다립니다. 일반적으로 Switch 와 결합하여 분기를 구현합니다.

Merge output 에 사용할 수 있는 첫 번째 텐서를 전달하고 value_index inputs 의 인덱스로 설정합니다.

인수:

  • 범위: 범위 개체
  • inputs: 입력 텐서 중 정확히 하나만 사용할 수 있습니다.

보고:

  • Output 출력: 사용 가능한 입력 텐서로 설정됩니다.
  • Output value_index: inputs 에서 선택한 입력 텐서의 인덱스입니다.

생성자와 소멸자

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

공개 속성

operation
output
value_index

공개 속성

작업

Operation operation

산출

::tensorflow::Output output

value_index

::tensorflow::Output value_index

공공 기능

병합

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