텐서플로우:: 작전:: 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이 아닌 값으로 설정된 경우 난수 생성기는 지정된 시드에 의해 시드됩니다. |
Seed2 (int64 x) | TF_MUST_USE_RESULT Attrs 시드 충돌을 피하기 위한 두 번째 시드입니다. |
공개 속성
dtype_
DataType tensorflow::ops::RandomPoissonV2::Attrs::dtype_ = DT_INT64
씨앗2_
int64 tensorflow::ops::RandomPoissonV2::Attrs::seed2_ = 0
씨앗_
int64 tensorflow::ops::RandomPoissonV2::Attrs::seed_ = 0
공공 기능
Dtype
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이 아닌 값으로 설정된 경우 난수 생성기는 지정된 시드에 의해 시드됩니다.
그렇지 않으면 무작위 시드에 의해 시드됩니다.
기본값은 0입니다.
시드2
TF_MUST_USE_RESULT Attrs tensorflow::ops::RandomPoissonV2::Attrs::Seed2( int64 x )
시드 충돌을 피하기 위한 두 번째 시드입니다.
기본값은 0입니다.