TensorProcessor

공개 클래스 TensorProcessor

TensorProcessor는 텐서 전처리 및 후처리를 위한 도우미 클래스입니다. TensorOperator 체인을 실행하여 TensorBuffer 다른 것으로 변환할 수 있습니다.

사용 예:

   TensorProcessor processor = new TensorProcessor.Builder().add(new NormalizeOp(1, 2)).build();
   TensorBuffer anotherTensorBuffer = processor.process(tensorBuffer);
 

중첩 클래스

수업 TensorProcessor.Builder 나중에 실행될 수 있는 TensorProcessor 생성하는 빌더입니다.

상속된 메서드