공개 최종 클래스 InfeedEnqueuePrelinearizedBuffer
사전 선형화된 버퍼를 TPU 인피드에 추가하는 작업입니다.
중첩 클래스
수업 | InfeedEnqueuePrelinearizedBuffer.Options | InfeedEnqueuePrelinearizedBuffer 의 선택적 속성 |
상수
끈 | OP_NAME | TensorFlow 코어 엔진에서 알려진 이 작업의 이름 |
공개 방법
정적 InfeedEnqueuePrelinearizedBuffer | |
정적 InfeedEnqueuePrelinearizedBuffer.Options | deviceOrdinal (긴 장치Ordinal) |
상속된 메서드
상수
공개 정적 최종 문자열 OP_NAME
TensorFlow 코어 엔진에서 알려진 이 작업의 이름
상수 값: "InfeedEnqueuePrelinearizedBuffer"
공개 방법
공개 정적 InfeedEnqueuePrelinearizedBuffer 생성 ( 범위 범위, 피연산자 <?> 입력, 옵션... 옵션)
새로운 InfeedEnqueuePrelinearizedBuffer 작업을 래핑하는 클래스를 생성하는 팩토리 메서드입니다.
매개변수
범위 | 현재 범위 |
---|---|
입력 | 선형화된 출력을 나타내는 변형 텐서입니다. |
옵션 | 선택적 속성 값을 전달합니다. |
보고
- InfeedEnqueuePrelinearizedBuffer의 새로운 인스턴스
공개 정적 InfeedEnqueuePrelinearizedBuffer.Options deviceOrdinal (Long deviceOrdinal)
매개변수
장치서수 | 사용할 TPU 기기입니다. Op가 TPU 장치에서 실행 중인 경우 -1이어야 하고 Op가 CPU 장치에서 실행 중인 경우 = 0이어야 합니다. |
---|