TensorProcessor

herkese açık ders TensorProcessor

TensorProcessor, ön işleme ve son işleme tensörleri için bir yardımcı sınıftır. Bu TensorOperator zinciri yürüterek bir TensorBuffer öğesini diğerine dönüştürün.

Örnek kullanım:

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

İç İçe Yerleştirilmiş Sınıflar

sınıf TensorProcessor.Builder Oluşturucu, daha sonra yürütülebilecek bir TensorProcessor oluşturacak.

Devralınan Yöntemler