텐서플로우:: 작전:: 장벽:: 속성

#include <data_flow_ops.h>

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

요약

공개 속성

capacity_ = -1
int64
container_ = ""
StringPiece
shapes_ = {}
gtl::ArraySlice< PartialTensorShape >
shared_name_ = ""
StringPiece

공공 기능

Capacity (int64 x)
TF_MUST_USE_RESULT Attrs
장벽의 용량.
Container (StringPiece x)
TF_MUST_USE_RESULT Attrs
비어 있지 않은 경우 이 장벽은 지정된 컨테이너에 배치됩니다.
Shapes (const gtl::ArraySlice< PartialTensorShape > & x)
TF_MUST_USE_RESULT Attrs
값의 각 구성 요소 모양입니다.
SharedName (StringPiece x)
TF_MUST_USE_RESULT Attrs
비어 있지 않은 경우 이 장벽은 여러 세션에서 지정된 이름으로 공유됩니다.

공개 속성

용량_

int64 tensorflow::ops::Barrier::Attrs::capacity_ = -1

컨테이너_

StringPiece tensorflow::ops::Barrier::Attrs::container_ = ""

모양_

gtl::ArraySlice< PartialTensorShape > tensorflow::ops::Barrier::Attrs::shapes_ = {}

공유_이름_

StringPiece tensorflow::ops::Barrier::Attrs::shared_name_ = ""

공공 기능

용량

TF_MUST_USE_RESULT Attrs tensorflow::ops::Barrier::Attrs::Capacity(
  int64 x
)

장벽의 용량.

기본 용량은 기본 대기열의 최대 용량인 MAX_INT32입니다.

기본값은 -1입니다.

컨테이너

TF_MUST_USE_RESULT Attrs tensorflow::ops::Barrier::Attrs::Container(
  StringPiece x
)

비어 있지 않은 경우 이 장벽은 지정된 컨테이너에 배치됩니다.

그렇지 않으면 기본 컨테이너가 사용됩니다.

기본값은 ""입니다.

모양

TF_MUST_USE_RESULT Attrs tensorflow::ops::Barrier::Attrs::Shapes(
  const gtl::ArraySlice< PartialTensorShape > & x
)

값의 각 구성 요소 모양입니다.

각 모양은 첫 번째 차원에서 1이어야 합니다. 이 속성의 길이는 component_types의 길이와 동일해야 합니다.

기본값은 []

공유 이름

TF_MUST_USE_RESULT Attrs tensorflow::ops::Barrier::Attrs::SharedName(
  StringPiece x
)

비어 있지 않은 경우 이 장벽은 여러 세션에서 지정된 이름으로 공유됩니다.

기본값은 ""입니다.