אופ

ממשק ציבורי אופ
מחלקות משנה עקיפות ידועות

ממשק סמן לכל עטיפות הפעולה.

עטיפות המבצע מספקות ממשקים שהוקלדו חזק לפעולות בנייה וביצוע ללא שימוש במילים ובאינדקסים, כנדרש בכיתות הליבה.

This interface allows keeping references to any operation wrapper using a common type.

 // All values returned by an Ops call can be referred as a Op
 Op split = ops.array().split(...);
 Op shape = ops.array().shape(...);

 // All operations could be added to an Op collection
 Collection<Op> allOps = Arrays.asList(split, shape);