tensorflow :: ops :: RandomPoissonV2 :: 속성

#include <random_ops.h>

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

요약

공용 속성

dtype_ = DT_INT64
DataType
seed2_ = 0
int64
seed_ = 0
int64

공공 기능

Dtype (DataType x)
TF_MUST_USE_RESULT Attrs
기본값은 DT_INT64입니다.
Seed (int64 x)
TF_MUST_USE_RESULT Attrs
seed 또는 seed2 가 0이 아닌 것으로 설정되면 난수 생성기는 주어진 seed에 의해 시드됩니다.
Seed2 (int64 x)
TF_MUST_USE_RESULT Attrs
시드 충돌을 피하기위한 두 번째 시드.

공용 속성

dtype_

DataType tensorflow::ops::RandomPoissonV2::Attrs::dtype_ = DT_INT64

seed2_

int64 tensorflow::ops::RandomPoissonV2::Attrs::seed2_ = 0

씨_

int64 tensorflow::ops::RandomPoissonV2::Attrs::seed_ = 0

공공 기능

D 타입

TF_MUST_USE_RESULT Attrs tensorflow::ops::RandomPoissonV2::Attrs::Dtype(
  DataType x
)

기본값은 DT_INT64입니다.

TF_MUST_USE_RESULT Attrs tensorflow::ops::RandomPoissonV2::Attrs::Seed(
  int64 x
)

seed 또는 seed2 가 0이 아닌 것으로 설정되면 난수 생성기는 주어진 seed에 의해 시드됩니다.

그렇지 않으면 임의의 시드로 시드됩니다.

기본값은 0입니다.

Seed2

TF_MUST_USE_RESULT Attrs tensorflow::ops::RandomPoissonV2::Attrs::Seed2(
  int64 x
)

시드 충돌을 피하기위한 두 번째 시드.

기본값은 0입니다.