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

tensorflow :: ops :: BarrierInsertMany

#include <data_flow_ops.h>

각 키에 대해 지정된 구성 요소에 해당 값을 할당합니다.

요약

장벽에서 키를 찾을 수없는 경우이 작업은 새로운 불완전한 요소를 생성합니다. 장벽에서 키가 발견되고 요소에 이미 component_index 값이있는 경우이 작업은 INVALID_ARGUMENT로 실패하고 장벽이 정의되지 않은 상태로 유지됩니다.

인수 :

  • 범위 : 범위 개체
  • 핸들 : 장벽에 대한 핸들입니다.
  • keys : 길이가 n 인 1 차원 키 텐서.
  • 값 : 각 키와 관련된 값의 모든 차원 텐서. 0 차원의 길이는 n이어야합니다.
  • component_index : 할당되는 장벽 요소의 구성 요소입니다.

보고:

생성자와 소멸자

BarrierInsertMany (const :: tensorflow::Scope & scope, :: tensorflow::Input handle, :: tensorflow::Input keys, :: tensorflow::Input values, int64 component_index)

공용 속성

operation

공공 기능

operator::tensorflow::Operation () const

공용 속성

조작

Operation operation

공공 기능

BarrierInsertMany

 BarrierInsertMany(
  const ::tensorflow::Scope & scope,
  ::tensorflow::Input handle,
  ::tensorflow::Input keys,
  ::tensorflow::Input values,
  int64 component_index
)

operator :: tensorflow :: Operation

 operator::tensorflow::Operation() const