عامل الواجهة العامة
الفئات الفرعية غير المباشرة المعروفة الكل ، AllToAll <T>، AnonymousHashTable ، AnonymousIteratorV3 ، AnonymousMultiDeviceIteratorV3 ، AnonymousMutableDenseHashTable ، AnonymousMutableHashTable ، AnonymousMutableHashTableOfTensors ، Any ، ApplyAdagradV2 <T>، AssertCardinalityDataset ، AssertNextDataset ، AssertPrevData تعيين، تعيين <T>، تعيين إضافة <T>، و 490 آخرين.
|
الواجهة التي تنفذها معاملات عملية تنسورفيلو.
مثال الاستخدام:
// The "decodeJpeg" operation can be used as an operand to the "cast" operation
Operand<UInt8> decodeJpeg = ops.image().decodeJpeg(...);
ops.math().cast(decodeJpeg, DataType.FLOAT);
// The output "y" of the "unique" operation can be used as an operand to the "cast" operation
Output<Integer> y = ops.array().unique(...).y();
ops.math().cast(y, Float.class);
// The "split" operation can be used as operand list to the "concat" operation
Iterable<? extends Operand<Float>> split = ops.array().split(...);
ops.array().concat(0, split);
الأساليب العامة
الإخراج التجريدي العام <T> asoutput ()
إرجاع المقبض الرمزي للموتر.
المدخلات إلى عمليات TensorFlow هي مخرجات عملية TensorFlow أخرى. يتم استخدام هذه الطريقة للحصول على مقبض رمزي يمثل حساب الإدخال.