TensorProcessor

herkese açık sınıf TensorProcessor

TensorProcessor, ön işleme ve işleme sonrası tensörler için yardımcı bir sınıftır. Bu özellik, TensorOperator zincirini çalıştırarak TensorBuffer öğesini başka bir öğeye 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 yürütülebilecek bir TensorProcessor oluşturur. 

Devralınan Yöntemler