Package org.intel.openvino
Class Output
- java.lang.Object
-
- org.intel.openvino.Wrapper
-
- org.intel.openvino.Output
-
public class Output extends Wrapper
A handle for one of a node's outputs.
-
-
Constructor Summary
Constructors Constructor Description Output(long addr)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voiddelete(long nativeObj)java.lang.Stringget_any_name()Returns any tensor names associated with this outputint[]get_shape()Returns the shape of the output referred to by this output handle.-
Methods inherited from class org.intel.openvino.Wrapper
finalize, getNativeObjAddr
-
-