MaxPool3d.Options

공개 정적 클래스 MaxPool3d.Options

MaxPool3d 의 선택적 속성

공개 방법

MaxPool3d.옵션
dataFormat (문자열 데이터 형식)

상속된 메서드

공개 방법

공개 MaxPool3d.Options dataFormat (문자열 dataFormat)

매개변수
데이터형식 입력 및 출력 데이터의 데이터 형식입니다. 기본 형식 "NDHWC"를 사용하면 데이터가 [batch, in_length, in_height, in_width, in_channels] 순서로 저장됩니다. 또는 형식이 "NCDHW"일 수 있으며 데이터 저장 순서는 [batch, in_channels, in_length, in_height, in_width]입니다.