TensorProcessor

genel sınıf TensorProcessor

TensorProcessor, tensörlerin ön işleme ve son işlemesi için yardımcı bir sınıftır. Bir TensorOperator zincirini çalıştırarak bir TensorBuffer diğerine dönüştürebilir.

Örnek Kullanım:

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

İç İçe Sınıflar

sınıf TensorProcessor.Builder Oluşturucu, daha sonra çalıştırılabilecek bir TensorProcessor oluşturacaktır.

Kalıtsal Yöntemler