A B C D E F G H I L M N O P R S T U V W
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- Any - Class in org.intel.openvino
-
This class represents an object to work with different types.
- Any(long) - Constructor for class org.intel.openvino.Any
- asInt() - Method in class org.intel.openvino.Any
B
- bf16 - org.intel.openvino.ElementType
- bool - org.intel.openvino.ElementType
- build() - Method in class org.intel.openvino.PrePostProcessor
-
Adds pre/post-processing operations to function passed in constructor
C
- compile_model(Model, String) - Method in class org.intel.openvino.Core
-
Creates a compiled model from a source model object.
- CompiledModel - Class in org.intel.openvino
-
This class represents a compiled model.
- CompiledModel(long) - Constructor for class org.intel.openvino.CompiledModel
- Core - Class in org.intel.openvino
-
This class represents an OpenVINO runtime Core entity.
- Core() - Constructor for class org.intel.openvino.Core
- Core(String) - Constructor for class org.intel.openvino.Core
- create_infer_request() - Method in class org.intel.openvino.CompiledModel
-
Creates an inference request object used to infer the compiled model.
D
- data() - Method in class org.intel.openvino.Tensor
-
Returns a tensor data as floating point array.
- delete(long) - Method in class org.intel.openvino.Any
- delete(long) - Method in class org.intel.openvino.CompiledModel
- delete(long) - Method in class org.intel.openvino.Core
- delete(long) - Method in class org.intel.openvino.Dimension
- delete(long) - Method in class org.intel.openvino.InferRequest
- delete(long) - Method in class org.intel.openvino.InputInfo
- delete(long) - Method in class org.intel.openvino.InputModelInfo
- delete(long) - Method in class org.intel.openvino.InputTensorInfo
- delete(long) - Method in class org.intel.openvino.Layout
- delete(long) - Method in class org.intel.openvino.Model
- delete(long) - Method in class org.intel.openvino.Output
- delete(long) - Method in class org.intel.openvino.OutputInfo
- delete(long) - Method in class org.intel.openvino.PrePostProcessor
- delete(long) - Method in class org.intel.openvino.PreProcessSteps
- delete(long) - Method in class org.intel.openvino.Tensor
- delete(long) - Method in class org.intel.openvino.Wrapper
- Dimension - Class in org.intel.openvino
-
Class representing a dimension, which may be dynamic (undetermined until runtime), in a shape or shape-like object.
- Dimension(long) - Constructor for class org.intel.openvino.Dimension
- dynamic - org.intel.openvino.ElementType
E
- ElementType - Enum in org.intel.openvino
F
- f16 - org.intel.openvino.ElementType
- f32 - org.intel.openvino.ElementType
- f64 - org.intel.openvino.ElementType
- finalize() - Method in class org.intel.openvino.Wrapper
G
- get_any_name() - Method in class org.intel.openvino.Output
-
Returns any tensor names associated with this output
- get_batch() - Method in class org.intel.openvino.Model
-
Helper method to get associated batch size for a Model
- get_length() - Method in class org.intel.openvino.Dimension
-
Convert this dimension to int value.
- get_name() - Method in class org.intel.openvino.Model
-
Get the unique name of the model.
- get_output_tensor() - Method in class org.intel.openvino.InferRequest
-
Gets an output tensor for inference.
- get_property(String, String) - Method in class org.intel.openvino.Core
-
Gets properties related to device behaviour.
- get_shape() - Method in class org.intel.openvino.Output
-
Returns the shape of the output referred to by this output handle.
- get_shape() - Method in class org.intel.openvino.Tensor
-
Returns a tensor shape
- get_size() - Method in class org.intel.openvino.Tensor
-
Returns the total number of elements (a product of all the dims or 1 for scalar)
- get_tensor(String) - Method in class org.intel.openvino.InferRequest
-
Gets an input/output tensor for inference by tensor name.
- getNativeObjAddr() - Method in class org.intel.openvino.Wrapper
- getValue() - Method in enum org.intel.openvino.ElementType
- getValue() - Method in enum org.intel.openvino.ResizeAlgorithm
H
- height_idx(Layout) - Static method in class org.intel.openvino.Layout
-
Returns 'height' dimension index.
I
- i16 - org.intel.openvino.ElementType
- i32 - org.intel.openvino.ElementType
- i4 - org.intel.openvino.ElementType
- i64 - org.intel.openvino.ElementType
- i8 - org.intel.openvino.ElementType
- infer() - Method in class org.intel.openvino.InferRequest
-
Infers specified input(s) in synchronous mode.
- InferRequest - Class in org.intel.openvino
-
This is a class of infer request that can be run in asynchronous or synchronous manners.
- InferRequest(long) - Constructor for class org.intel.openvino.InferRequest
- input() - Method in class org.intel.openvino.Model
- input() - Method in class org.intel.openvino.PrePostProcessor
-
Gets input pre-processing data structure.
- InputInfo - Class in org.intel.openvino
-
Class holding preprocessing information for one input
- InputInfo(long) - Constructor for class org.intel.openvino.InputInfo
- InputModelInfo - Class in org.intel.openvino
-
Information about model's input tensor.
- InputModelInfo(long) - Constructor for class org.intel.openvino.InputModelInfo
- InputTensorInfo - Class in org.intel.openvino
-
Information about user's input tensor.
- InputTensorInfo(long) - Constructor for class org.intel.openvino.InputTensorInfo
L
- Layout - Class in org.intel.openvino
-
Layout represents the text information of tensor's dimensions/axes.
- Layout(String) - Constructor for class org.intel.openvino.Layout
- loadNativeLibs() - Static method in class org.intel.openvino.Core
-
Use this method to initialize native libraries.
M
- model() - Method in class org.intel.openvino.InputInfo
-
Get current input model information with ability to change original model's input data
- Model - Class in org.intel.openvino
-
A user-defined model
- Model(long) - Constructor for class org.intel.openvino.Model
N
- NATIVE_LIBRARY_NAME - Static variable in class org.intel.openvino.Core
- nativeObj - Variable in class org.intel.openvino.Wrapper
O
- org.intel.openvino - package org.intel.openvino
- output() - Method in class org.intel.openvino.Model
- output() - Method in class org.intel.openvino.PrePostProcessor
-
Gets output post-processing data structure.
- Output - Class in org.intel.openvino
-
A handle for one of a node's outputs.
- Output(long) - Constructor for class org.intel.openvino.Output
- OutputInfo - Class in org.intel.openvino
-
Class holding postprocessing information for one output
- OutputInfo(long) - Constructor for class org.intel.openvino.OutputInfo
- outputs() - Method in class org.intel.openvino.Model
-
Get model outputs.
P
- PrePostProcessor - Class in org.intel.openvino
-
Main class for adding pre- and post- processing steps to existing
Model - PrePostProcessor(long) - Constructor for class org.intel.openvino.PrePostProcessor
- PrePostProcessor(Model) - Constructor for class org.intel.openvino.PrePostProcessor
- preprocess() - Method in class org.intel.openvino.InputInfo
-
Get current input preprocess information with ability to add more preprocessing steps
- PreProcessSteps - Class in org.intel.openvino
-
Preprocessing steps.
- PreProcessSteps(long) - Constructor for class org.intel.openvino.PreProcessSteps
R
- read_model(String) - Method in class org.intel.openvino.Core
-
Same as
Core.read_model(String, String)but with empty weights path - read_model(String, String) - Method in class org.intel.openvino.Core
-
Reads models from IR/ONNX/PDPD formats.
- release() - Method in class org.intel.openvino.InferRequest
-
Detele the native object to release resources.
- reshape(int[]) - Method in class org.intel.openvino.Model
- resize(ResizeAlgorithm) - Method in class org.intel.openvino.PreProcessSteps
-
Add resize operation to model's dimensions.
- RESIZE_CUBIC - org.intel.openvino.ResizeAlgorithm
- RESIZE_LINEAR - org.intel.openvino.ResizeAlgorithm
- RESIZE_NEAREST - org.intel.openvino.ResizeAlgorithm
- ResizeAlgorithm - Enum in org.intel.openvino
S
- set_element_type(ElementType) - Method in class org.intel.openvino.InputTensorInfo
-
Set element type for user's input tensor
- set_input_tensor(Tensor) - Method in class org.intel.openvino.InferRequest
-
Sets an input tensor to infer models with single input.
- set_layout(Layout) - Method in class org.intel.openvino.InputModelInfo
-
Set layout for model's input tensor
- set_layout(Layout) - Method in class org.intel.openvino.InputTensorInfo
-
Set layout for user's input tensor
- set_output_tensor(Tensor) - Method in class org.intel.openvino.InferRequest
-
Sets an output tensor to infer models with single output.
- set_property(String, Map<String, String>) - Method in class org.intel.openvino.Core
-
Sets properties for a device, acceptable keys can be found in openvino/runtime/properties.hpp.
- set_spatial_dynamic_shape() - Method in class org.intel.openvino.InputTensorInfo
-
By default, input image shape is inherited from model input shape.
- set_spatial_static_shape(int, int) - Method in class org.intel.openvino.InputTensorInfo
-
By default, input image shape is inherited from model input shape.
- start_async() - Method in class org.intel.openvino.InferRequest
-
Starts inference of specified input(s) in asynchronous mode.
T
- tensor() - Method in class org.intel.openvino.InputInfo
-
Get current input tensor information with ability to change specific data
- tensor() - Method in class org.intel.openvino.OutputInfo
-
Get current output tensor information with ability to change specific data
- Tensor - Class in org.intel.openvino
-
Tensor API holding host memory
- Tensor(int[], float[]) - Constructor for class org.intel.openvino.Tensor
- Tensor(long) - Constructor for class org.intel.openvino.Tensor
- Tensor(ElementType, int[], long) - Constructor for class org.intel.openvino.Tensor
U
- u1 - org.intel.openvino.ElementType
- u16 - org.intel.openvino.ElementType
- u32 - org.intel.openvino.ElementType
- u4 - org.intel.openvino.ElementType
- u64 - org.intel.openvino.ElementType
- u8 - org.intel.openvino.ElementType
- undefined - org.intel.openvino.ElementType
V
- valueOf(String) - Static method in enum org.intel.openvino.ElementType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.intel.openvino.ResizeAlgorithm
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.intel.openvino.ElementType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.intel.openvino.ResizeAlgorithm
-
Returns an array containing the constants of this enum type, in the order they are declared.
W
- wait_async() - Method in class org.intel.openvino.InferRequest
-
Waits for the result to become available.
- width_idx(Layout) - Static method in class org.intel.openvino.Layout
-
Returns 'width' dimension index.
- Wrapper - Class in org.intel.openvino
- Wrapper(long) - Constructor for class org.intel.openvino.Wrapper
All Classes All Packages