Skip navigation links
A B C D E F G H I L M N O P R S T U V W _ 

A

Add - Class in org.bytedeco.ngraph
\brief Elementwise addition operation.
Add(Pointer) - Constructor for class org.bytedeco.ngraph.Add
Pointer cast constructor.
Add(long) - Constructor for class org.bytedeco.ngraph.Add
Native array allocator.
Add() - Constructor for class org.bytedeco.ngraph.Add
\brief Constructs an unitialized addition operation
Add(NodeOutput, NodeOutput, AutoBroadcastSpec) - Constructor for class org.bytedeco.ngraph.Add
\brief Constructs an addition operation.
Add(NodeOutput, NodeOutput) - Constructor for class org.bytedeco.ngraph.Add
 
add(Dimension) - Method in class org.bytedeco.ngraph.Dimension
\brief Addition operator for Dimension.
ADD - Static variable in class org.bytedeco.ngraph.global.ngraph
enum class ngraph::op::EpsMode
add(PartialShape, PartialShape) - Static method in class org.bytedeco.ngraph.global.ngraph
\brief Elementwise addition of two PartialShape objects.
add(NodeOutput, NodeOutput) - Static method in class org.bytedeco.ngraph.global.ngraph
 
add_control_dependency(Node) - Method in class org.bytedeco.ngraph.Node
This node cannot execute until node executes
add_delta(NodeOutput, NodeOutput, long) - Method in class org.bytedeco.ngraph.Adjoints
\brief Add a backprop contribution to x's adjoint
add_delta(NodeOutput, NodeOutput) - Method in class org.bytedeco.ngraph.Adjoints
 
add_delta_to_slice(NodeOutput, NodeOutput, Coordinate, Coordinate, Strides) - Method in class org.bytedeco.ngraph.Adjoints
\brief Add a backprop contribution to a slice of x's adjoint
add_in_place_oi_pair(oi_pair) - Method in class org.bytedeco.ngraph.OpAnnotations
 
add_input(Input) - Method in class org.bytedeco.ngraph.Output
 
add_node_control_dependencies(Node) - Method in class org.bytedeco.ngraph.Node
This node absorbs the control dependencies of source_node
add_node_control_dependents(Node) - Method in class org.bytedeco.ngraph.Node
This node becomes a dependent of every node dependent on source_node
add_provenance_group_member(Node) - Method in class org.bytedeco.ngraph.Node
\brief Add node to additional nodes that receive tags
add_provenance_group_members_above(NodeOutputVector) - Method in class org.bytedeco.ngraph.Node
\brief Add all nodes between this node and nodes in base as additional nodes to receive provenance tags.
add_provenance_tag(BytePointer) - Method in class org.bytedeco.ngraph.Node
 
add_provenance_tag(String) - Method in class org.bytedeco.ngraph.Node
 
addPut(Dimension) - Method in class org.bytedeco.ngraph.Dimension
\brief Add-into operator for Dimension.
Adjoints - Class in org.bytedeco.ngraph
 
Adjoints(Pointer) - Constructor for class org.bytedeco.ngraph.Adjoints
Pointer cast constructor.
Adjoints(long) - Constructor for class org.bytedeco.ngraph.Adjoints
Native array allocator.
Adjoints(NodeOutputVector, NodeOutputVector) - Constructor for class org.bytedeco.ngraph.Adjoints
\brief (dy/dx)(c) for all x used to compute y
Adjoints(Adjoints) - Constructor for class org.bytedeco.ngraph.Adjoints
 
Adjoints() - Constructor for class org.bytedeco.ngraph.Adjoints
 
all_non_negative() - Method in class org.bytedeco.ngraph.PartialShape
\brief Returns true if all static dimensions of the tensor are non-negative, else false.
Allocator - Class in org.bytedeco.ngraph
\brief Abstract class for the allocator
Allocator(Pointer) - Constructor for class org.bytedeco.ngraph.Allocator
Pointer cast constructor.
are_all_data_elements_bitwise_identical() - Method in class org.bytedeco.ngraph.Constant
 
as_constant() - Method in class org.bytedeco.ngraph.ScalarConstantLikeBase
 
as_node_vector(NodeOutputVector) - Static method in class org.bytedeco.ngraph.global.ngraph
 
as_output_vector(NodeVector) - Static method in class org.bytedeco.ngraph.global.ngraph
 
as_single_output_node(boolean) - Method in class org.bytedeco.ngraph.NodeOutput
 
as_single_output_node() - Method in class org.bytedeco.ngraph.NodeOutput
 
asInt() - Method in class org.bytedeco.ngraph.Type
 
asLong() - Method in class org.bytedeco.ngraph.Dimension
\brief Convert this dimension to int64_t.
AssertionFailure - Class in org.bytedeco.ngraph
Base class for ngraph assertion failure exceptions.
AssertionFailure(Pointer) - Constructor for class org.bytedeco.ngraph.AssertionFailure
Pointer cast constructor.
AssertionFailure(BytePointer) - Constructor for class org.bytedeco.ngraph.AssertionFailure
 
AssertionFailure(String) - Constructor for class org.bytedeco.ngraph.AssertionFailure
 
AUTO - Static variable in class org.bytedeco.ngraph.global.ngraph
enum class ngraph::op::PadType
AutoBroadcastSpec - Class in org.bytedeco.ngraph
\brief Implicit broadcast specification
AutoBroadcastSpec(Pointer) - Constructor for class org.bytedeco.ngraph.AutoBroadcastSpec
Pointer cast constructor.
AutoBroadcastSpec() - Constructor for class org.bytedeco.ngraph.AutoBroadcastSpec
 
AutoBroadcastSpec(int) - Constructor for class org.bytedeco.ngraph.AutoBroadcastSpec
 
AutoBroadcastSpec(int, long) - Constructor for class org.bytedeco.ngraph.AutoBroadcastSpec
 
AxisSet - Class in org.bytedeco.ngraph
\brief A set of axes.
AxisSet(Pointer) - Constructor for class org.bytedeco.ngraph.AxisSet
Pointer cast constructor.
AxisSet(long) - Constructor for class org.bytedeco.ngraph.AxisSet
Native array allocator.
AxisSet() - Constructor for class org.bytedeco.ngraph.AxisSet
 
AxisSet(SizeTSet) - Constructor for class org.bytedeco.ngraph.AxisSet
 
AxisSet(SizeTVector) - Constructor for class org.bytedeco.ngraph.AxisSet
 
AxisSet(AxisSet) - Constructor for class org.bytedeco.ngraph.AxisSet
 
AxisVector - Class in org.bytedeco.ngraph
\brief A vector of axes.
AxisVector(Pointer) - Constructor for class org.bytedeco.ngraph.AxisVector
Pointer cast constructor.
AxisVector(SizeTVector) - Constructor for class org.bytedeco.ngraph.AxisVector
 
AxisVector(AxisVector) - Constructor for class org.bytedeco.ngraph.AxisVector
 
AxisVector(long) - Constructor for class org.bytedeco.ngraph.AxisVector
 
AxisVector() - Constructor for class org.bytedeco.ngraph.AxisVector
 

B

Backend - Class in org.bytedeco.ngraph
\brief Interface to a generic backend.
Backend(Pointer) - Constructor for class org.bytedeco.ngraph.Backend
Pointer cast constructor.
BackendConstructor - Class in org.bytedeco.ngraph
 
BackendConstructor(Pointer) - Constructor for class org.bytedeco.ngraph.BackendConstructor
Pointer cast constructor.
BackendManager - Class in org.bytedeco.ngraph
 
BackendManager() - Constructor for class org.bytedeco.ngraph.BackendManager
Default native constructor.
BackendManager(long) - Constructor for class org.bytedeco.ngraph.BackendManager
Native array allocator.
BackendManager(Pointer) - Constructor for class org.bytedeco.ngraph.BackendManager
Pointer cast constructor.
backprop_node(NodeOutput) - Method in class org.bytedeco.ngraph.Adjoints
 
backprop_output(NodeOutput) - Method in class org.bytedeco.ngraph.Adjoints
 
begin() - Method in class org.bytedeco.ngraph.DescriptorInputVector
 
begin() - Method in class org.bytedeco.ngraph.FunctionVector
 
begin() - Method in class org.bytedeco.ngraph.NodeInputVector
 
begin() - Method in class org.bytedeco.ngraph.NodeOutputVector
 
begin() - Method in class org.bytedeco.ngraph.NodeVector
 
begin() - Method in class org.bytedeco.ngraph.OpConstantVector
 
begin() - Method in class org.bytedeco.ngraph.ParameterVector
 
begin() - Method in class org.bytedeco.ngraph.PtrDiffTVector
 
begin() - Method in class org.bytedeco.ngraph.ResultVector
 
begin() - Method in class org.bytedeco.ngraph.SizeTSet
 
begin() - Method in class org.bytedeco.ngraph.SizeTVector
 
begin() - Method in class org.bytedeco.ngraph.StringBoolMap
 
begin() - Method in class org.bytedeco.ngraph.StringStringMap
 
begin() - Method in class org.bytedeco.ngraph.StringVector
 
begin() - Method in class org.bytedeco.ngraph.StringVoidMap
 
begin() - Method in class org.bytedeco.ngraph.TensorVector
 
bf16 - Static variable in class org.bytedeco.ngraph.global.ngraph
enum class ngraph::element::Type_t
bf16() - Static method in class org.bytedeco.ngraph.global.ngraph
 
BinaryElementwiseArithmetic - Class in org.bytedeco.ngraph
\brief Abstract base class for elementwise binary arithmetic operations, i.e., operations where the same scalar binary arithmetic operation is applied to each corresponding pair of elements in the two input tensors.
BinaryElementwiseArithmetic(Pointer) - Constructor for class org.bytedeco.ngraph.BinaryElementwiseArithmetic
Pointer cast constructor.
bitwidth() - Method in class org.bytedeco.ngraph.Type
 
boolean_type - Static variable in class org.bytedeco.ngraph.global.ngraph
enum class ngraph::element::Type_t
broadcast_merge(Dimension, Dimension, Dimension) - Static method in class org.bytedeco.ngraph.Dimension
\brief Try to merge two Dimension objects together with implicit broadcasting of unit-sized dimension to non unit-sized dimension
broadcast_merge_into(PartialShape, PartialShape, AutoBroadcastSpec) - Static method in class org.bytedeco.ngraph.PartialShape
\brief Try to merge one shape into another along with implicit broadcasting
buffer() - Method in class org.bytedeco.ngraph.onnxTensorDescriptorV1
Pointers to tensor data.
buffer(long) - Method in class org.bytedeco.ngraph.onnxTensorDescriptorV1
 

C

c_type_string() - Method in class org.bytedeco.ngraph.Type
 
call(TensorVector, TensorVector) - Method in class org.bytedeco.ngraph.CPU_Executable
 
call(TensorVector, TensorVector) - Method in class org.bytedeco.ngraph.Executable
 
call(onnxBackendID, long, Pointer) - Method in class org.bytedeco.ngraph.onnxGetBackendCompatibilityFunction
 
call(onnxBackendID, SizeTPointer) - Method in class org.bytedeco.ngraph.onnxGetBackendIDsFunction
 
call(onnxBackendID, int, Pointer, SizeTPointer) - Method in class org.bytedeco.ngraph.onnxGetBackendInfoFunction
 
call(onnxEvent, IntPointer) - Method in class org.bytedeco.ngraph.onnxGetEventStateFunction
 
call(onnxBackendID, LongPointer, onnxBackend) - Method in class org.bytedeco.ngraph.onnxInitBackendFunction
 
call(onnxBackend, onnxEvent) - Method in class org.bytedeco.ngraph.onnxInitEventFunction
 
call(onnxBackend, LongPointer, long, Pointer, int, onnxTensorDescriptorV1, onnxGraph) - Method in class org.bytedeco.ngraph.onnxInitGraphFunction
 
call(onnxBackend) - Method in class org.bytedeco.ngraph.onnxReleaseBackendFunction
 
call(onnxBackendID) - Method in class org.bytedeco.ngraph.onnxReleaseBackendIDFunction
 
call(onnxEvent) - Method in class org.bytedeco.ngraph.onnxReleaseEventFunction
 
call(onnxGraph) - Method in class org.bytedeco.ngraph.onnxReleaseGraphFunction
 
call(onnxGraph, onnxMemoryFenceV1, onnxMemoryFenceV1) - Method in class org.bytedeco.ngraph.onnxRunGraphFunction
 
call(onnxGraph, int, onnxTensorDescriptorV1, int, onnxTensorDescriptorV1) - Method in class org.bytedeco.ngraph.onnxSetGraphIOFunction
 
call(onnxEvent) - Method in class org.bytedeco.ngraph.onnxSignalEventFunction
 
call(onnxEvent) - Method in class org.bytedeco.ngraph.onnxWaitEventFunction
 
call(Pointer) - Method in class org.bytedeco.ngraph.presets.ngraph.NodeFunction
 
call_count() - Method in class org.bytedeco.ngraph.PerformanceCounter
 
call_with_validate(TensorVector, TensorVector) - Method in class org.bytedeco.ngraph.Executable
\brief Executes a single iteration of a Function.
check_single_output_arg(Node, long) - Static method in class org.bytedeco.ngraph.global.ngraph
 
check_single_output_args(NodeVector) - Static method in class org.bytedeco.ngraph.global.ngraph
 
check_string() - Method in class org.bytedeco.ngraph.CheckLocInfo
 
check_string(BytePointer) - Method in class org.bytedeco.ngraph.CheckLocInfo
 
CheckFailure - Class in org.bytedeco.ngraph
Base class for check failure exceptions.
CheckFailure(Pointer) - Constructor for class org.bytedeco.ngraph.CheckFailure
Pointer cast constructor.
CheckFailure(CheckLocInfo, BytePointer, BytePointer) - Constructor for class org.bytedeco.ngraph.CheckFailure
 
CheckFailure(CheckLocInfo, String, String) - Constructor for class org.bytedeco.ngraph.CheckFailure
 
CheckLocInfo - Class in org.bytedeco.ngraph
 
CheckLocInfo() - Constructor for class org.bytedeco.ngraph.CheckLocInfo
Default native constructor.
CheckLocInfo(long) - Constructor for class org.bytedeco.ngraph.CheckLocInfo
Native array allocator.
CheckLocInfo(Pointer) - Constructor for class org.bytedeco.ngraph.CheckLocInfo
Pointer cast constructor.
clear() - Method in class org.bytedeco.ngraph.FunctionVector
 
clear() - Method in class org.bytedeco.ngraph.NodeVector
 
clear() - Method in class org.bytedeco.ngraph.OpConstantVector
 
clear() - Method in class org.bytedeco.ngraph.ParameterVector
 
clear() - Method in class org.bytedeco.ngraph.PtrDiffTVector
 
clear() - Method in class org.bytedeco.ngraph.ResultVector
 
clear() - Method in class org.bytedeco.ngraph.SizeTVector
 
clear() - Method in class org.bytedeco.ngraph.StringVector
 
clear() - Method in class org.bytedeco.ngraph.TensorVector
 
clear_control_dependencies() - Method in class org.bytedeco.ngraph.Node
Remove all dependencies from this node
clear_control_dependents() - Method in class org.bytedeco.ngraph.Node
Remove this node as a dependency from all dependent nodes
compatible(Dimension) - Method in class org.bytedeco.ngraph.Dimension
\brief Check whether this dimension is capable of being merged with the argument dimension.
compatible(PartialShape) - Method in class org.bytedeco.ngraph.PartialShape
\brief Check whether this shape is compatible with the argument, i.e., whether it is possible to merge them.
compatible(Type) - Method in class org.bytedeco.ngraph.Type
\brief Checks whether this element type is merge-compatible with t.
compile(Function, boolean) - Method in class org.bytedeco.ngraph.Backend
\brief Compiles a Function.
compile(Function) - Method in class org.bytedeco.ngraph.Backend
 
compile(Function, PassConfig, boolean) - Method in class org.bytedeco.ngraph.Backend
\brief Compiles a Function.
compile(Function, PassConfig) - Method in class org.bytedeco.ngraph.Backend
 
compile(Function, boolean) - Method in class org.bytedeco.ngraph.CPU_Backend
 
compile(Function) - Method in class org.bytedeco.ngraph.CPU_Backend
 
compile(Function, PassConfig, boolean) - Method in class org.bytedeco.ngraph.CPU_Backend
 
compile(Function, PassConfig) - Method in class org.bytedeco.ngraph.CPU_Backend
 
compile(Function) - Method in class org.bytedeco.ngraph.ONNXIFIBackend
 
Constant - Class in org.bytedeco.ngraph
\brief Class for constants.
Constant(Pointer) - Constructor for class org.bytedeco.ngraph.Constant
Pointer cast constructor.
Constant(Type, Shape, StringVector) - Constructor for class org.bytedeco.ngraph.Constant
\brief Constructs a tensor constant This constructor is mainly to support deserialization of constants.
Constant(Type, Shape, Pointer) - Constructor for class org.bytedeco.ngraph.Constant
/** @param type The element type of the tensor constant.
CONSTANT - Static variable in class org.bytedeco.ngraph.global.ngraph
enum class ngraph::op::PadMode
convert_value_to_string(long) - Method in class org.bytedeco.ngraph.Constant
 
Coordinate - Class in org.bytedeco.ngraph
\brief Coordinates for a tensor element
Coordinate(Pointer) - Constructor for class org.bytedeco.ngraph.Coordinate
Pointer cast constructor.
Coordinate() - Constructor for class org.bytedeco.ngraph.Coordinate
 
Coordinate(Shape) - Constructor for class org.bytedeco.ngraph.Coordinate
 
Coordinate(SizeTVector) - Constructor for class org.bytedeco.ngraph.Coordinate
 
Coordinate(Coordinate) - Constructor for class org.bytedeco.ngraph.Coordinate
 
Coordinate(long, long) - Constructor for class org.bytedeco.ngraph.Coordinate
 
Coordinate(long) - Constructor for class org.bytedeco.ngraph.Coordinate
 
CoordinateDiff - Class in org.bytedeco.ngraph
\brief A difference (signed) of tensor element coordinates.
CoordinateDiff(Pointer) - Constructor for class org.bytedeco.ngraph.CoordinateDiff
Pointer cast constructor.
CoordinateDiff(PtrDiffTVector) - Constructor for class org.bytedeco.ngraph.CoordinateDiff
 
CoordinateDiff(CoordinateDiff) - Constructor for class org.bytedeco.ngraph.CoordinateDiff
 
CoordinateDiff(long, long) - Constructor for class org.bytedeco.ngraph.CoordinateDiff
 
CoordinateDiff(long) - Constructor for class org.bytedeco.ngraph.CoordinateDiff
 
CoordinateDiff() - Constructor for class org.bytedeco.ngraph.CoordinateDiff
 
copy_from(Tensor) - Method in class org.bytedeco.ngraph.Tensor
\brief copy bytes directly from source to this tensor
copy_with_new_args(NodeVector) - Method in class org.bytedeco.ngraph.Add
 
copy_with_new_args(NodeVector) - Method in class org.bytedeco.ngraph.Constant
\brief Wrapper around constructing a shared_ptr of a Constant
copy_with_new_args(NodeVector) - Method in class org.bytedeco.ngraph.Multiply
 
copy_with_new_args(NodeVector) - Method in class org.bytedeco.ngraph.Parameter
 
copy_with_new_args(NodeVector) - Method in class org.bytedeco.ngraph.Result
 
copy_with_new_args(NodeVector) - Method in class org.bytedeco.ngraph.ScalarConstantLike
\brief A scalar constant whose element type is the same as like.
copy_with_new_inputs(NodeOutputVector) - Method in class org.bytedeco.ngraph.Node
 
copy_with_new_inputs(NodeOutputVector, NodeVector) - Method in class org.bytedeco.ngraph.Node
 
CPU - Static variable in class org.bytedeco.ngraph.global.ngraph
enum class ngraph::Placement
CPU_Backend - Class in org.bytedeco.ngraph
 
CPU_Backend() - Constructor for class org.bytedeco.ngraph.CPU_Backend
Default native constructor.
CPU_Backend(long) - Constructor for class org.bytedeco.ngraph.CPU_Backend
Native array allocator.
CPU_Backend(Pointer) - Constructor for class org.bytedeco.ngraph.CPU_Backend
Pointer cast constructor.
CPU_CallFrame - Class in org.bytedeco.ngraph
 
CPU_CallFrame() - Constructor for class org.bytedeco.ngraph.CPU_CallFrame
Empty constructor.
CPU_CallFrame(Pointer) - Constructor for class org.bytedeco.ngraph.CPU_CallFrame
Pointer cast constructor.
CPU_Executable - Class in org.bytedeco.ngraph
 
CPU_Executable(Pointer) - Constructor for class org.bytedeco.ngraph.CPU_Executable
Pointer cast constructor.
CPU_Executable(Function, PassConfig, Allocator, boolean) - Constructor for class org.bytedeco.ngraph.CPU_Executable
 
CPU_ExternalFunction - Class in org.bytedeco.ngraph
 
CPU_ExternalFunction() - Constructor for class org.bytedeco.ngraph.CPU_ExternalFunction
Empty constructor.
CPU_ExternalFunction(Pointer) - Constructor for class org.bytedeco.ngraph.CPU_ExternalFunction
Pointer cast constructor.
create(BytePointer, boolean) - Static method in class org.bytedeco.ngraph.Backend
\brief Create a new Backend object
create(BytePointer) - Static method in class org.bytedeco.ngraph.Backend
 
create(String, boolean) - Static method in class org.bytedeco.ngraph.Backend
 
create(String) - Static method in class org.bytedeco.ngraph.Backend
 
create(BytePointer) - Method in class org.bytedeco.ngraph.BackendConstructor
 
create(String) - Method in class org.bytedeco.ngraph.BackendConstructor
 
create_dynamic_tensor(Type, PartialShape) - Method in class org.bytedeco.ngraph.Backend
\brief Create a dynamic tensor specific to this backend, if the backend supports dynamic tensors.
create_input_tensor(long) - Method in class org.bytedeco.ngraph.Executable
\brief Create an input Tensor
create_input_tensor(long, long) - Method in class org.bytedeco.ngraph.Executable
\brief Create a vector of input Tensors
create_output_tensor(long) - Method in class org.bytedeco.ngraph.Executable
\brief Create an output Tensor
create_output_tensor(long, long) - Method in class org.bytedeco.ngraph.Executable
\brief Create a vector of output Tensors
create_tensor(Type, Shape) - Method in class org.bytedeco.ngraph.Backend
\brief Create a tensor specific to this backend
create_tensor(Type, Shape, Pointer) - Method in class org.bytedeco.ngraph.Backend
\brief Create a tensor specific to this backend
create_tensor(Type, Shape, Pointer) - Method in class org.bytedeco.ngraph.CPU_Backend
 
create_tensor(Type, Shape) - Method in class org.bytedeco.ngraph.CPU_Backend
 

D

data() - Method in class org.bytedeco.ngraph.Weight
 
dataType() - Method in class org.bytedeco.ngraph.onnxTensorDescriptorV1
Data type of the elements in the tensor.
dataType(long) - Method in class org.bytedeco.ngraph.onnxTensorDescriptorV1
 
DEFAULT - Static variable in class org.bytedeco.ngraph.global.ngraph
enum class ngraph::Placement
DefaultAllocator - Class in org.bytedeco.ngraph
 
DefaultAllocator() - Constructor for class org.bytedeco.ngraph.DefaultAllocator
Empty constructor.
DefaultAllocator(Pointer) - Constructor for class org.bytedeco.ngraph.DefaultAllocator
Pointer cast constructor.
delayed_validate_and_infer_types() - Method in class org.bytedeco.ngraph.Node
 
description() - Method in class org.bytedeco.ngraph.Add
 
description() - Method in class org.bytedeco.ngraph.Constant
 
description() - Method in class org.bytedeco.ngraph.Multiply
 
description() - Method in class org.bytedeco.ngraph.Node
\brief Get the string name for the type of the node, such as Add or Multiply.
description() - Method in class org.bytedeco.ngraph.Parameter
 
description() - Method in class org.bytedeco.ngraph.Result
 
description() - Method in class org.bytedeco.ngraph.ScalarConstantLikeBase
 
DescriptorInputVector - Class in org.bytedeco.ngraph
 
DescriptorInputVector(Pointer) - Constructor for class org.bytedeco.ngraph.DescriptorInputVector
Pointer cast constructor.
DescriptorInputVector() - Constructor for class org.bytedeco.ngraph.DescriptorInputVector
 
DescriptorInputVector.Iterator - Class in org.bytedeco.ngraph
 
DescriptorTensor - Class in org.bytedeco.ngraph
\brief Compile-time descriptor of a first-class value that is a tensor.
DescriptorTensor(Pointer) - Constructor for class org.bytedeco.ngraph.DescriptorTensor
Pointer cast constructor.
destructive() - Method in class org.bytedeco.ngraph.oi_pair
 
destructive(boolean) - Method in class org.bytedeco.ngraph.oi_pair
 
Dimension - Class in org.bytedeco.ngraph
\brief Class representing a dimension, which may be dynamic (undetermined until runtime), in a shape or shape-like object.
Dimension(Pointer) - Constructor for class org.bytedeco.ngraph.Dimension
Pointer cast constructor.
Dimension(long) - Constructor for class org.bytedeco.ngraph.Dimension
\brief Construct a static dimension.
Dimension() - Constructor for class org.bytedeco.ngraph.Dimension
\brief Construct a dynamic dimension.
dimensions() - Method in class org.bytedeco.ngraph.onnxTensorDescriptorV1
Number of dimensions in the tensor.
dimensions(int) - Method in class org.bytedeco.ngraph.onnxTensorDescriptorV1
 
DummyAssertionHelper - Class in org.bytedeco.ngraph
Class that returns a dummy ostream to absorb error strings for non-failed assertions.
DummyAssertionHelper() - Constructor for class org.bytedeco.ngraph.DummyAssertionHelper
Default native constructor.
DummyAssertionHelper(long) - Constructor for class org.bytedeco.ngraph.DummyAssertionHelper
Native array allocator.
DummyAssertionHelper(Pointer) - Constructor for class org.bytedeco.ngraph.DummyAssertionHelper
Pointer cast constructor.
dynamic() - Static method in class org.bytedeco.ngraph.Dimension
\brief Create a dynamic dimension.
dynamic - Static variable in class org.bytedeco.ngraph.global.ngraph
enum class ngraph::element::Type_t
dynamic() - Static method in class org.bytedeco.ngraph.global.ngraph
 
dynamic(Dimension) - Static method in class org.bytedeco.ngraph.PartialShape
\brief Construct a PartialShape with the given rank and all dimensions (if any) dynamic.
dynamic() - Static method in class org.bytedeco.ngraph.PartialShape
 

E

EDGE - Static variable in class org.bytedeco.ngraph.global.ngraph
enum class ngraph::op::PadMode
empty() - Method in class org.bytedeco.ngraph.DescriptorInputVector
 
empty() - Method in class org.bytedeco.ngraph.FunctionVector
 
empty() - Method in class org.bytedeco.ngraph.NodeInputVector
 
empty() - Method in class org.bytedeco.ngraph.NodeOutputVector
 
empty() - Method in class org.bytedeco.ngraph.NodeVector
 
empty() - Method in class org.bytedeco.ngraph.OpConstantVector
 
empty() - Method in class org.bytedeco.ngraph.ParameterVector
 
empty() - Method in class org.bytedeco.ngraph.PtrDiffTVector
 
empty() - Method in class org.bytedeco.ngraph.ResultVector
 
empty() - Method in class org.bytedeco.ngraph.SizeTSet
 
empty() - Method in class org.bytedeco.ngraph.SizeTVector
 
empty() - Method in class org.bytedeco.ngraph.StringBoolMap
 
empty() - Method in class org.bytedeco.ngraph.StringStringMap
 
empty() - Method in class org.bytedeco.ngraph.StringVector
 
empty() - Method in class org.bytedeco.ngraph.StringVoidMap
 
empty() - Method in class org.bytedeco.ngraph.TensorVector
 
end() - Method in class org.bytedeco.ngraph.DescriptorInputVector
 
end() - Method in class org.bytedeco.ngraph.FunctionVector
 
end() - Method in class org.bytedeco.ngraph.NodeInputVector
 
end() - Method in class org.bytedeco.ngraph.NodeOutputVector
 
end() - Method in class org.bytedeco.ngraph.NodeVector
 
end() - Method in class org.bytedeco.ngraph.OpConstantVector
 
end() - Method in class org.bytedeco.ngraph.ParameterVector
 
end() - Method in class org.bytedeco.ngraph.PtrDiffTVector
 
end() - Method in class org.bytedeco.ngraph.ResultVector
 
end() - Method in class org.bytedeco.ngraph.SizeTSet
 
end() - Method in class org.bytedeco.ngraph.SizeTVector
 
end() - Method in class org.bytedeco.ngraph.StringBoolMap
 
end() - Method in class org.bytedeco.ngraph.StringStringMap
 
end() - Method in class org.bytedeco.ngraph.StringVector
 
end() - Method in class org.bytedeco.ngraph.StringVoidMap
 
end() - Method in class org.bytedeco.ngraph.TensorVector
 
equals(DescriptorInputVector.Iterator) - Method in class org.bytedeco.ngraph.DescriptorInputVector.Iterator
 
equals(FunctionVector.Iterator) - Method in class org.bytedeco.ngraph.FunctionVector.Iterator
 
equals(NodeInput) - Method in class org.bytedeco.ngraph.NodeInput
 
equals(NodeInputVector.Iterator) - Method in class org.bytedeco.ngraph.NodeInputVector.Iterator
 
equals(NodeOutput) - Method in class org.bytedeco.ngraph.NodeOutput
 
equals(NodeOutputVector.Iterator) - Method in class org.bytedeco.ngraph.NodeOutputVector.Iterator
 
equals(NodeVector.Iterator) - Method in class org.bytedeco.ngraph.NodeVector.Iterator
 
equals(OpConstantVector.Iterator) - Method in class org.bytedeco.ngraph.OpConstantVector.Iterator
 
equals(ParameterVector.Iterator) - Method in class org.bytedeco.ngraph.ParameterVector.Iterator
 
equals(PtrDiffTVector.Iterator) - Method in class org.bytedeco.ngraph.PtrDiffTVector.Iterator
 
equals(ResultVector.Iterator) - Method in class org.bytedeco.ngraph.ResultVector.Iterator
 
equals(SizeTSet.Iterator) - Method in class org.bytedeco.ngraph.SizeTSet.Iterator
 
equals(SizeTVector.Iterator) - Method in class org.bytedeco.ngraph.SizeTVector.Iterator
 
equals(StringBoolMap.Iterator) - Method in class org.bytedeco.ngraph.StringBoolMap.Iterator
 
equals(StringStringMap.Iterator) - Method in class org.bytedeco.ngraph.StringStringMap.Iterator
 
equals(StringVector.Iterator) - Method in class org.bytedeco.ngraph.StringVector.Iterator
 
equals(StringVoidMap.Iterator) - Method in class org.bytedeco.ngraph.StringVoidMap.Iterator
 
equals(TensorVector.Iterator) - Method in class org.bytedeco.ngraph.TensorVector.Iterator
 
equals(Type) - Method in class org.bytedeco.ngraph.Type
 
erase(FunctionVector.Iterator) - Method in class org.bytedeco.ngraph.FunctionVector
 
erase(NodeVector.Iterator) - Method in class org.bytedeco.ngraph.NodeVector
 
erase(OpConstantVector.Iterator) - Method in class org.bytedeco.ngraph.OpConstantVector
 
erase(ParameterVector.Iterator) - Method in class org.bytedeco.ngraph.ParameterVector
 
erase(PtrDiffTVector.Iterator) - Method in class org.bytedeco.ngraph.PtrDiffTVector
 
erase(ResultVector.Iterator) - Method in class org.bytedeco.ngraph.ResultVector
 
erase(long) - Method in class org.bytedeco.ngraph.SizeTSet
 
erase(SizeTVector.Iterator) - Method in class org.bytedeco.ngraph.SizeTVector
 
erase(StringBoolMap.Iterator) - Method in class org.bytedeco.ngraph.StringBoolMap
 
erase(StringStringMap.Iterator) - Method in class org.bytedeco.ngraph.StringStringMap
 
erase(StringVector.Iterator) - Method in class org.bytedeco.ngraph.StringVector
 
erase(StringVoidMap.Iterator) - Method in class org.bytedeco.ngraph.StringVoidMap
 
erase(TensorVector.Iterator) - Method in class org.bytedeco.ngraph.TensorVector
 
event() - Method in class org.bytedeco.ngraph.onnxMemoryFenceV1
Handle for a single-shot ONNXIFI event used as a synchronization primitive.
event(onnxEvent) - Method in class org.bytedeco.ngraph.onnxMemoryFenceV1
 
Executable - Class in org.bytedeco.ngraph
 
Executable(Pointer) - Constructor for class org.bytedeco.ngraph.Executable
Pointer cast constructor.
executable_can_create_tensors() - Method in class org.bytedeco.ngraph.Backend
 
EXPLICIT - Static variable in class org.bytedeco.ngraph.global.ngraph
enum class ngraph::op::PadType

F

f16 - Static variable in class org.bytedeco.ngraph.global.ngraph
enum class ngraph::element::Type_t
f16() - Static method in class org.bytedeco.ngraph.global.ngraph
 
f32 - Static variable in class org.bytedeco.ngraph.global.ngraph
enum class ngraph::element::Type_t
f32() - Static method in class org.bytedeco.ngraph.global.ngraph
 
f64 - Static variable in class org.bytedeco.ngraph.global.ngraph
enum class ngraph::element::Type_t
f64() - Static method in class org.bytedeco.ngraph.global.ngraph
 
file() - Method in class org.bytedeco.ngraph.CheckLocInfo
 
file(BytePointer) - Method in class org.bytedeco.ngraph.CheckLocInfo
 
first() - Method in class org.bytedeco.ngraph.StringBoolMap.Iterator
 
first() - Method in class org.bytedeco.ngraph.StringStringMap.Iterator
 
first() - Method in class org.bytedeco.ngraph.StringVoidMap.Iterator
 
for_node(Node) - Method in class org.bytedeco.ngraph.NodeOutput
This output position for a different node
fromBool() - Static method in class org.bytedeco.ngraph.global.ngraph
 
fromChar() - Static method in class org.bytedeco.ngraph.global.ngraph
 
fromDouble() - Static method in class org.bytedeco.ngraph.global.ngraph
 
fromFloat() - Static method in class org.bytedeco.ngraph.global.ngraph
 
fromInt16t() - Static method in class org.bytedeco.ngraph.global.ngraph
 
fromInt32t() - Static method in class org.bytedeco.ngraph.global.ngraph
 
fromInt64t() - Static method in class org.bytedeco.ngraph.global.ngraph
 
fromInt8t() - Static method in class org.bytedeco.ngraph.global.ngraph
 
fromNGraphBFloat16() - Static method in class org.bytedeco.ngraph.global.ngraph
 
fromUInt16t() - Static method in class org.bytedeco.ngraph.global.ngraph
 
fromUInt32t() - Static method in class org.bytedeco.ngraph.global.ngraph
 
fromUInt64t() - Static method in class org.bytedeco.ngraph.global.ngraph
 
fromUInt8t() - Static method in class org.bytedeco.ngraph.global.ngraph
 
Function - Class in org.bytedeco.ngraph
A user-defined function.
Function(Pointer) - Constructor for class org.bytedeco.ngraph.Function
Pointer cast constructor.
Function(NodeVector, ParameterVector, BytePointer) - Constructor for class org.bytedeco.ngraph.Function
 
Function(NodeVector, ParameterVector) - Constructor for class org.bytedeco.ngraph.Function
 
Function(NodeVector, ParameterVector, String) - Constructor for class org.bytedeco.ngraph.Function
 
Function(NodeOutputVector, ParameterVector, BytePointer) - Constructor for class org.bytedeco.ngraph.Function
 
Function(NodeOutputVector, ParameterVector) - Constructor for class org.bytedeco.ngraph.Function
 
Function(NodeOutputVector, ParameterVector, String) - Constructor for class org.bytedeco.ngraph.Function
 
Function(Node, ParameterVector, BytePointer) - Constructor for class org.bytedeco.ngraph.Function
 
Function(Node, ParameterVector) - Constructor for class org.bytedeco.ngraph.Function
 
Function(Node, ParameterVector, String) - Constructor for class org.bytedeco.ngraph.Function
 
Function(ResultVector, ParameterVector, BytePointer) - Constructor for class org.bytedeco.ngraph.Function
 
Function(ResultVector, ParameterVector) - Constructor for class org.bytedeco.ngraph.Function
 
Function(ResultVector, ParameterVector, String) - Constructor for class org.bytedeco.ngraph.Function
 
FunctionVector - Class in org.bytedeco.ngraph
 
FunctionVector(Pointer) - Constructor for class org.bytedeco.ngraph.FunctionVector
Pointer cast constructor.
FunctionVector(Function) - Constructor for class org.bytedeco.ngraph.FunctionVector
 
FunctionVector(Function...) - Constructor for class org.bytedeco.ngraph.FunctionVector
 
FunctionVector() - Constructor for class org.bytedeco.ngraph.FunctionVector
 
FunctionVector(long) - Constructor for class org.bytedeco.ngraph.FunctionVector
 
FunctionVector.Iterator - Class in org.bytedeco.ngraph
 

G

get(NodeOutput) - Method in class org.bytedeco.ngraph.Adjoints
\brief (dy/dx)(c)
get(long) - Method in class org.bytedeco.ngraph.DescriptorInputVector
 
get() - Method in class org.bytedeco.ngraph.DescriptorInputVector.Iterator
 
get(long) - Method in class org.bytedeco.ngraph.FunctionVector
 
get() - Method in class org.bytedeco.ngraph.FunctionVector
 
get() - Method in class org.bytedeco.ngraph.FunctionVector.Iterator
 
get(long) - Method in class org.bytedeco.ngraph.NodeInputVector
 
get() - Method in class org.bytedeco.ngraph.NodeInputVector.Iterator
 
get(long) - Method in class org.bytedeco.ngraph.NodeOutputVector
 
get() - Method in class org.bytedeco.ngraph.NodeOutputVector.Iterator
 
get(long) - Method in class org.bytedeco.ngraph.NodeVector
 
get() - Method in class org.bytedeco.ngraph.NodeVector
 
get() - Method in class org.bytedeco.ngraph.NodeVector.Iterator
 
get(long) - Method in class org.bytedeco.ngraph.OpConstantVector
 
get() - Method in class org.bytedeco.ngraph.OpConstantVector
 
get() - Method in class org.bytedeco.ngraph.OpConstantVector.Iterator
 
get(long) - Method in class org.bytedeco.ngraph.ParameterVector
 
get() - Method in class org.bytedeco.ngraph.ParameterVector
 
get() - Method in class org.bytedeco.ngraph.ParameterVector.Iterator
 
get(long) - Method in class org.bytedeco.ngraph.PartialShape
\brief Index operator for PartialShape.
get(long) - Method in class org.bytedeco.ngraph.PtrDiffTVector
 
get() - Method in class org.bytedeco.ngraph.PtrDiffTVector
 
get() - Method in class org.bytedeco.ngraph.PtrDiffTVector.Iterator
 
get(long) - Method in class org.bytedeco.ngraph.ResultVector
 
get() - Method in class org.bytedeco.ngraph.ResultVector
 
get() - Method in class org.bytedeco.ngraph.ResultVector.Iterator
 
get() - Method in class org.bytedeco.ngraph.SizeTSet.Iterator
 
get(long) - Method in class org.bytedeco.ngraph.SizeTVector
 
get() - Method in class org.bytedeco.ngraph.SizeTVector
 
get() - Method in class org.bytedeco.ngraph.SizeTVector.Iterator
 
get(BytePointer) - Method in class org.bytedeco.ngraph.StringBoolMap
 
get(BytePointer) - Method in class org.bytedeco.ngraph.StringStringMap
 
get(long) - Method in class org.bytedeco.ngraph.StringVector
 
get() - Method in class org.bytedeco.ngraph.StringVector
 
get() - Method in class org.bytedeco.ngraph.StringVector.Iterator
 
get(BytePointer) - Method in class org.bytedeco.ngraph.StringVoidMap
 
get(long) - Method in class org.bytedeco.ngraph.TensorVector
 
get() - Method in class org.bytedeco.ngraph.TensorVector
 
get() - Method in class org.bytedeco.ngraph.TensorVector.Iterator
 
get_argument(long) - Method in class org.bytedeco.ngraph.Node
 
get_arguments() - Method in class org.bytedeco.ngraph.Node
 
get_autob() - Method in class org.bytedeco.ngraph.BinaryElementwiseArithmetic
 
get_axis_set_val() - Method in class org.bytedeco.ngraph.Constant
\brief Returns the value of the constant node as an AxisSet object Can only be used on element::i64 nodes and interprets negative values as zeros.
get_axis_vector_val() - Method in class org.bytedeco.ngraph.Constant
\brief Returns the value of the constant node as an AxisVector object Can only be used on element::i64 nodes and interprets negative values as zeros.
get_backend_constructor_pointer() - Static method in class org.bytedeco.ngraph.global.ngraph
 
get_backend_op(BytePointer) - Method in class org.bytedeco.ngraph.Backend
\brief Return a backend specific op (that is not a core ngraph op).
get_backend_op(String) - Method in class org.bytedeco.ngraph.Backend
 
get_backend_shared_library_search_directory() - Static method in class org.bytedeco.ngraph.Backend
 
get_cacheable() - Method in class org.bytedeco.ngraph.Parameter
 
get_call_frame() - Method in class org.bytedeco.ngraph.CPU_Executable
 
get_control_dependencies() - Method in class org.bytedeco.ngraph.Node
Get control dependencies registered on the node
get_control_dependents() - Method in class org.bytedeco.ngraph.Node
Get nodes dependent on this node
get_coordinate_diff_val() - Method in class org.bytedeco.ngraph.Constant
\brief Returns the value of the constant node as a CoordinateDiff object Can only be used on element::i64 nodes.
get_coordinate_val() - Method in class org.bytedeco.ngraph.Constant
\brief Returns the value of the constant node as a Coordinate object Can only be used on element::i64 nodes and interprets negative values as zeros.
get_data_ptr() - Method in class org.bytedeco.ngraph.Constant
 
get_default_allocator() - Static method in class org.bytedeco.ngraph.global.ngraph
\brief Create a default allocator that calls into system allocation libraries
get_default_value() - Method in class org.bytedeco.ngraph.Node
 
get_device_memory_allocator() - Method in class org.bytedeco.ngraph.Backend
\brief Returns memory allocator used by backend for device allocations
get_element_count() - Method in class org.bytedeco.ngraph.Tensor
\brief Get number of elements in the tensor
get_element_type() - Method in class org.bytedeco.ngraph.DescriptorTensor
 
get_element_type() - Method in class org.bytedeco.ngraph.Input
 
get_element_type() - Method in class org.bytedeco.ngraph.Node
Checks that there is exactly one output and returns its element type
get_element_type() - Method in class org.bytedeco.ngraph.NodeInput
 
get_element_type() - Method in class org.bytedeco.ngraph.NodeOutput
 
get_element_type() - Method in class org.bytedeco.ngraph.Output
 
get_element_type() - Method in class org.bytedeco.ngraph.Parameter
 
get_element_type() - Method in class org.bytedeco.ngraph.Tensor
\brief Get tensor element type
get_enables() - Method in class org.bytedeco.ngraph.PassConfig
 
get_friendly_name() - Method in class org.bytedeco.ngraph.Function
\brief Gets the friendly name for a function.
get_friendly_name() - Method in class org.bytedeco.ngraph.Node
\brief Gets the friendly name for a node.
get_graph_size() - Method in class org.bytedeco.ngraph.Function
\brief Returns the sum of the size of all nodes in the graph plus the size of all constant data.
get_host_memory_allocator() - Method in class org.bytedeco.ngraph.Backend
\brief Returns memory allocator used by backend for host allocations
get_host_memory_allocator() - Method in class org.bytedeco.ngraph.CPU_Backend
 
get_in_place_oi_pairs() - Method in class org.bytedeco.ngraph.OpAnnotations
 
get_index() - Method in class org.bytedeco.ngraph.Input
 
get_index() - Method in class org.bytedeco.ngraph.NodeInput
 
get_index() - Method in class org.bytedeco.ngraph.NodeOutput
 
get_index() - Method in class org.bytedeco.ngraph.Output
 
get_input_element_type(long) - Method in class org.bytedeco.ngraph.Node
Returns the element type of input i
get_input_partial_shape(long) - Method in class org.bytedeco.ngraph.Node
Returns the partial shape of input i
get_input_shape(long) - Method in class org.bytedeco.ngraph.Node
Returns the shape of input i
get_input_size() - Method in class org.bytedeco.ngraph.Node
Returns the number of inputs for the op
get_input_tensor_name(long) - Method in class org.bytedeco.ngraph.Node
Returns the tensor name for input i
get_inputs() - Method in class org.bytedeco.ngraph.Output
 
get_instance_id() - Method in class org.bytedeco.ngraph.Function
 
get_instance_id() - Method in class org.bytedeco.ngraph.Node
 
get_is_relevant_to_shape() - Method in class org.bytedeco.ngraph.Input
 
get_is_relevant_to_shapes() - Method in class org.bytedeco.ngraph.NodeInput
 
get_is_relevant_to_value() - Method in class org.bytedeco.ngraph.Input
 
get_is_relevant_to_values() - Method in class org.bytedeco.ngraph.NodeInput
 
get_known_types() - Static method in class org.bytedeco.ngraph.Type
 
get_name() - Method in class org.bytedeco.ngraph.DescriptorTensor
 
get_name() - Method in class org.bytedeco.ngraph.Function
\brief Get the unique name of the function.
get_name() - Method in class org.bytedeco.ngraph.Node
\brief Get the unique name of the node.
get_name() - Method in class org.bytedeco.ngraph.Tensor
\brief Get tensor's unique name
get_node() - Method in class org.bytedeco.ngraph.Input
 
get_node() - Method in class org.bytedeco.ngraph.NodeInput
 
get_node() - Method in class org.bytedeco.ngraph.NodeOutput
 
get_node() - Method in class org.bytedeco.ngraph.Output
 
get_node() - Method in class org.bytedeco.ngraph.PerformanceCounter
 
get_node_shared_ptr() - Method in class org.bytedeco.ngraph.NodeOutput
 
get_op_annotations() - Method in class org.bytedeco.ngraph.Op
 
get_output() - Method in class org.bytedeco.ngraph.Input
 
get_output_as_single_output_node(long, boolean) - Method in class org.bytedeco.ngraph.Node
 
get_output_as_single_output_node(long) - Method in class org.bytedeco.ngraph.Node
 
get_output_element_type(long) - Method in class org.bytedeco.ngraph.Function
Return the element type of output i
get_output_element_type(long) - Method in class org.bytedeco.ngraph.Node
Returns the element type for output i
get_output_inputs(long) - Method in class org.bytedeco.ngraph.Node
Returns the set of inputs using output i
get_output_op(long) - Method in class org.bytedeco.ngraph.Function
Return the op that generates output i
get_output_partial_shape(long) - Method in class org.bytedeco.ngraph.Function
Return the partial shape of element i
get_output_partial_shape(long) - Method in class org.bytedeco.ngraph.Node
Returns the partial shape for output i
get_output_shape(long) - Method in class org.bytedeco.ngraph.Function
Return the shape of element i
get_output_shape(long) - Method in class org.bytedeco.ngraph.Node
Returns the shape for output i
get_output_size() - Method in class org.bytedeco.ngraph.Function
Return the number of outputs for this function.
get_output_size() - Method in class org.bytedeco.ngraph.Node
Returns the number of outputs from the node.
get_output_tensor(long) - Method in class org.bytedeco.ngraph.Node
Returns the tensor for output i
get_output_tensor() - Method in class org.bytedeco.ngraph.Node
Checks that there is exactly one output and returns its tensor.
get_output_tensor_name(long) - Method in class org.bytedeco.ngraph.Node
Returns the tensor name for output i
get_output_tensor_ptr(long) - Method in class org.bytedeco.ngraph.Node
Returns the tensor of output i
get_output_tensor_ptr() - Method in class org.bytedeco.ngraph.Node
Checks that there is exactly one output and returns its tensor.
get_parameters() - Method in class org.bytedeco.ngraph.Executable
\brief Query the input Parameters
get_parameters() - Method in class org.bytedeco.ngraph.Function
Return the function parameters
get_partial_shape() - Method in class org.bytedeco.ngraph.DescriptorTensor
 
get_partial_shape() - Method in class org.bytedeco.ngraph.Input
 
get_partial_shape() - Method in class org.bytedeco.ngraph.NodeInput
 
get_partial_shape() - Method in class org.bytedeco.ngraph.NodeOutput
 
get_partial_shape() - Method in class org.bytedeco.ngraph.Output
 
get_partial_shape() - Method in class org.bytedeco.ngraph.Parameter
 
get_partial_shape() - Method in class org.bytedeco.ngraph.Tensor
\brief Get tensor partial shape
get_pass_attribute(BytePointer) - Method in class org.bytedeco.ngraph.PassConfig
 
get_pass_attribute(String) - Method in class org.bytedeco.ngraph.PassConfig
 
get_pass_attributes() - Method in class org.bytedeco.ngraph.PassConfig
 
get_pass_enable(BytePointer) - Method in class org.bytedeco.ngraph.PassConfig
 
get_pass_enable(String) - Method in class org.bytedeco.ngraph.PassConfig
 
get_performance_data() - Method in class org.bytedeco.ngraph.CPU_Executable
 
get_performance_data() - Method in class org.bytedeco.ngraph.Executable
\brief Collect performance information gathered on a Function.
get_placement() - Method in class org.bytedeco.ngraph.Function
 
get_placement() - Method in class org.bytedeco.ngraph.Node
Get device placement
get_placement_index() - Method in class org.bytedeco.ngraph.Node
Get device placement
get_pool_offset() - Method in class org.bytedeco.ngraph.DescriptorTensor
 
get_raw_pointer_node() - Method in class org.bytedeco.ngraph.Input
 
get_registered_backends() - Static method in class org.bytedeco.ngraph.BackendManager
\brief Query the list of registered devices
get_registered_devices() - Static method in class org.bytedeco.ngraph.Backend
\brief Query the list of registered devices
get_result() - Method in class org.bytedeco.ngraph.Function
Check that there is a single result and return it.
get_results() - Method in class org.bytedeco.ngraph.Executable
\brief Query the output Results
get_results() - Method in class org.bytedeco.ngraph.Function
Return a list of function's outputs
get_shape() - Method in class org.bytedeco.ngraph.DescriptorTensor
 
get_shape() - Method in class org.bytedeco.ngraph.Input
 
get_shape() - Method in class org.bytedeco.ngraph.Node
Checks that there is exactly one output and returns its shape
get_shape() - Method in class org.bytedeco.ngraph.NodeInput
 
get_shape() - Method in class org.bytedeco.ngraph.NodeOutput
 
get_shape() - Method in class org.bytedeco.ngraph.Output
 
get_shape() - Method in class org.bytedeco.ngraph.Tensor
\brief Get tensor shape
get_shape_val() - Method in class org.bytedeco.ngraph.Constant
\brief Returns the value of the constant node as a Shape object Can only be used on element::i64 nodes and interprets negative values as zeros.
get_size_in_bytes() - Method in class org.bytedeco.ngraph.Tensor
\brief Get the size in bytes of the tensor
get_source_output() - Method in class org.bytedeco.ngraph.NodeInput
 
get_stale() - Method in class org.bytedeco.ngraph.Tensor
\brief Get the stale value of the tensor.
get_stream() - Method in class org.bytedeco.ngraph.DummyAssertionHelper
Returns an ostream to which additional error details can be written.
get_strides() - Method in class org.bytedeco.ngraph.Tensor
\brief Get tensor strides
get_strides_val() - Method in class org.bytedeco.ngraph.Constant
\brief Returns the value of the constant node as a Strides object Can only be used on element::i64 nodes and interprets negative values as zeros.
get_temporary_pool_size() - Method in class org.bytedeco.ngraph.Function
 
get_tensor() - Method in class org.bytedeco.ngraph.Input
 
get_tensor() - Method in class org.bytedeco.ngraph.NodeInput
 
get_tensor() - Method in class org.bytedeco.ngraph.NodeOutput
 
get_tensor() - Method in class org.bytedeco.ngraph.Output
 
get_tensor_layout() - Method in class org.bytedeco.ngraph.DescriptorTensor
 
get_tensor_layout() - Method in class org.bytedeco.ngraph.Tensor
\brief Get tensor layout
get_tensor_ptr() - Method in class org.bytedeco.ngraph.NodeInput
 
get_tensor_ptr() - Method in class org.bytedeco.ngraph.NodeOutput
 
get_tensor_ptr() - Method in class org.bytedeco.ngraph.Output
 
get_type() - Method in class org.bytedeco.ngraph.ONNXIFIBackend
 
get_type_enum() - Method in class org.bytedeco.ngraph.Type
 
get_type_name() - Method in class org.bytedeco.ngraph.Type
 
get_users(boolean) - Method in class org.bytedeco.ngraph.Node
Get all the nodes that uses the current node
get_users() - Method in class org.bytedeco.ngraph.Node
 
get_value_strings() - Method in class org.bytedeco.ngraph.Constant
 
get_version() - Method in class org.bytedeco.ngraph.Backend
\brief Get the version of the backend The default value of 0.0.0 is chosen to be a parsable version number
get_version() - Method in class org.bytedeco.ngraph.Node
 
getPointer(long) - Method in class org.bytedeco.ngraph.Add
 
getPointer(long) - Method in class org.bytedeco.ngraph.Adjoints
 
getPointer(long) - Method in class org.bytedeco.ngraph.AxisSet
 
getPointer(long) - Method in class org.bytedeco.ngraph.BackendManager
 
getPointer(long) - Method in class org.bytedeco.ngraph.CheckLocInfo
 
getPointer(long) - Method in class org.bytedeco.ngraph.CPU_Backend
 
getPointer(long) - Method in class org.bytedeco.ngraph.DummyAssertionHelper
 
getPointer(long) - Method in class org.bytedeco.ngraph.Multiply
 
getPointer(long) - Method in class org.bytedeco.ngraph.NodeOutput
 
getPointer(long) - Method in class org.bytedeco.ngraph.oi_pair
 
getPointer(long) - Method in class org.bytedeco.ngraph.onnxMemoryFenceV1
 
getPointer(long) - Method in class org.bytedeco.ngraph.onnxTensorDescriptorV1
 
getPointer(long) - Method in class org.bytedeco.ngraph.OpAnnotations
 
getPointer(long) - Method in class org.bytedeco.ngraph.Parameter
 
getPointer(long) - Method in class org.bytedeco.ngraph.PartialShape
 
getPointer(long) - Method in class org.bytedeco.ngraph.PassConfig
 
getPointer(long) - Method in class org.bytedeco.ngraph.Result
 
GPU - Static variable in class org.bytedeco.ngraph.global.ngraph
enum class ngraph::Placement
greaterThan(NodeInput) - Method in class org.bytedeco.ngraph.NodeInput
 
greaterThan(NodeOutput) - Method in class org.bytedeco.ngraph.NodeOutput
 
greaterThanEquals(NodeInput) - Method in class org.bytedeco.ngraph.NodeInput
 
greaterThanEquals(NodeOutput) - Method in class org.bytedeco.ngraph.NodeOutput
 

H

has_output() - Method in class org.bytedeco.ngraph.Input
 
has_state() - Method in class org.bytedeco.ngraph.Node
 
hash() - Method in class org.bytedeco.ngraph.Type
 

I

i16 - Static variable in class org.bytedeco.ngraph.global.ngraph
enum class ngraph::element::Type_t
i16() - Static method in class org.bytedeco.ngraph.global.ngraph
 
i32 - Static variable in class org.bytedeco.ngraph.global.ngraph
enum class ngraph::element::Type_t
i32() - Static method in class org.bytedeco.ngraph.global.ngraph
 
i64 - Static variable in class org.bytedeco.ngraph.global.ngraph
enum class ngraph::element::Type_t
i64() - Static method in class org.bytedeco.ngraph.global.ngraph
 
i8 - Static variable in class org.bytedeco.ngraph.global.ngraph
enum class ngraph::element::Type_t
i8() - Static method in class org.bytedeco.ngraph.global.ngraph
 
import_onnx_model(BytePointer, StringVoidMap) - Static method in class org.bytedeco.ngraph.global.ngraph
\brief Convert an ONNX model to nGraph function The function translated serialized ONNX model to nGraph function.
import_onnx_model(BytePointer) - Static method in class org.bytedeco.ngraph.global.ngraph
 
import_onnx_model(String, StringVoidMap) - Static method in class org.bytedeco.ngraph.global.ngraph
 
import_onnx_model(String) - Static method in class org.bytedeco.ngraph.global.ngraph
 
increment() - Method in class org.bytedeco.ngraph.DescriptorInputVector.Iterator
 
increment() - Method in class org.bytedeco.ngraph.FunctionVector.Iterator
 
increment() - Method in class org.bytedeco.ngraph.NodeInputVector.Iterator
 
increment() - Method in class org.bytedeco.ngraph.NodeOutputVector.Iterator
 
increment() - Method in class org.bytedeco.ngraph.NodeVector.Iterator
 
increment() - Method in class org.bytedeco.ngraph.OpConstantVector.Iterator
 
increment() - Method in class org.bytedeco.ngraph.ParameterVector.Iterator
 
increment() - Method in class org.bytedeco.ngraph.PtrDiffTVector.Iterator
 
increment() - Method in class org.bytedeco.ngraph.ResultVector.Iterator
 
increment() - Method in class org.bytedeco.ngraph.SizeTSet.Iterator
 
increment() - Method in class org.bytedeco.ngraph.SizeTVector.Iterator
 
increment() - Method in class org.bytedeco.ngraph.StringBoolMap.Iterator
 
increment() - Method in class org.bytedeco.ngraph.StringStringMap.Iterator
 
increment() - Method in class org.bytedeco.ngraph.StringVector.Iterator
 
increment() - Method in class org.bytedeco.ngraph.StringVoidMap.Iterator
 
increment() - Method in class org.bytedeco.ngraph.TensorVector.Iterator
 
init() - Method in class org.bytedeco.ngraph.Function
 
Input - Class in org.bytedeco.ngraph
 
Input(Pointer) - Constructor for class org.bytedeco.ngraph.Input
Pointer cast constructor.
Input(Node, long, Output) - Constructor for class org.bytedeco.ngraph.Input
 
Input(Node, long) - Constructor for class org.bytedeco.ngraph.Input
\brief Create an Input that is not connected to an output
input(long) - Method in class org.bytedeco.ngraph.Node
 
input() - Method in class org.bytedeco.ngraph.oi_pair
 
input(long) - Method in class org.bytedeco.ngraph.oi_pair
 
input_value(long) - Method in class org.bytedeco.ngraph.Node
 
input_values() - Method in class org.bytedeco.ngraph.Node
 
inputs() - Method in class org.bytedeco.ngraph.Node
 
insert(FunctionVector.Iterator, Function) - Method in class org.bytedeco.ngraph.FunctionVector
 
insert(NodeVector.Iterator, Node) - Method in class org.bytedeco.ngraph.NodeVector
 
insert(OpConstantVector.Iterator, Constant) - Method in class org.bytedeco.ngraph.OpConstantVector
 
insert(ParameterVector.Iterator, Parameter) - Method in class org.bytedeco.ngraph.ParameterVector
 
insert(PtrDiffTVector.Iterator, long) - Method in class org.bytedeco.ngraph.PtrDiffTVector
 
insert(ResultVector.Iterator, Result) - Method in class org.bytedeco.ngraph.ResultVector
 
insert(long) - Method in class org.bytedeco.ngraph.SizeTSet
 
insert(SizeTVector.Iterator, long) - Method in class org.bytedeco.ngraph.SizeTVector
 
insert(StringVector.Iterator, BytePointer) - Method in class org.bytedeco.ngraph.StringVector
 
insert(TensorVector.Iterator, Tensor) - Method in class org.bytedeco.ngraph.TensorVector
 
INTERPRETER - Static variable in class org.bytedeco.ngraph.global.ngraph
enum class ngraph::Placement
is_cacheable() - Method in class org.bytedeco.ngraph.OpAnnotations
 
is_commutative() - Method in class org.bytedeco.ngraph.Add
 
is_commutative() - Method in class org.bytedeco.ngraph.Multiply
 
is_commutative() - Method in class org.bytedeco.ngraph.Node
 
is_constant() - Method in class org.bytedeco.ngraph.Constant
 
is_constant() - Method in class org.bytedeco.ngraph.Node
 
is_device_memory(Pointer) - Method in class org.bytedeco.ngraph.Backend
\brief method for each supported backend to determine if the passed pointer is in device pinned memory or not
is_dynamic() - Method in class org.bytedeco.ngraph.Dimension
\brief Check whether this dimension is dynamic.
is_dynamic() - Method in class org.bytedeco.ngraph.Function
\brief Returns true if any of the op's defined in the function contains partial shape
is_dynamic() - Method in class org.bytedeco.ngraph.Node
 
is_dynamic() - Method in class org.bytedeco.ngraph.PartialShape
\brief Check if this shape is dynamic.
is_dynamic() - Method in class org.bytedeco.ngraph.Type
 
is_integral() - Method in class org.bytedeco.ngraph.Type
 
is_null() - Method in class org.bytedeco.ngraph.Node
 
is_op() - Method in class org.bytedeco.ngraph.Node
 
is_op() - Method in class org.bytedeco.ngraph.Op
 
is_operator_supported(BytePointer, long, BytePointer) - Static method in class org.bytedeco.ngraph.global.ngraph
\brief Determines whether ONNX operator is supported.
is_operator_supported(BytePointer, long) - Static method in class org.bytedeco.ngraph.global.ngraph
 
is_operator_supported(String, long, String) - Static method in class org.bytedeco.ngraph.global.ngraph
 
is_operator_supported(String, long) - Static method in class org.bytedeco.ngraph.global.ngraph
 
is_output() - Method in class org.bytedeco.ngraph.Node
 
is_output() - Method in class org.bytedeco.ngraph.Result
 
is_parameter() - Method in class org.bytedeco.ngraph.Node
 
is_quantized() - Method in class org.bytedeco.ngraph.Type
 
is_real() - Method in class org.bytedeco.ngraph.Type
 
is_relevant_to_shapes() - Method in class org.bytedeco.ngraph.Parameter
 
is_same_op_type(Node) - Method in class org.bytedeco.ngraph.Node
Return true if this has the same implementing class as node.
is_signed() - Method in class org.bytedeco.ngraph.Type
 
is_static() - Method in class org.bytedeco.ngraph.Dimension
\brief Check whether this dimension is static.
is_static() - Method in class org.bytedeco.ngraph.PartialShape
\brief Check if this shape is static.
is_static() - Method in class org.bytedeco.ngraph.Type
 
is_supported(Node) - Method in class org.bytedeco.ngraph.Backend
\brief Test if a backend is capable of supporting an op
is_supported(Node) - Method in class org.bytedeco.ngraph.CPU_Backend
 
is_supported_property(int) - Method in class org.bytedeco.ngraph.Backend
\brief Test if a backend particular property is supported
is_supported_property(int) - Method in class org.bytedeco.ngraph.CPU_Backend
 
Iterator(Pointer) - Constructor for class org.bytedeco.ngraph.DescriptorInputVector.Iterator
 
Iterator() - Constructor for class org.bytedeco.ngraph.DescriptorInputVector.Iterator
 
Iterator(Pointer) - Constructor for class org.bytedeco.ngraph.FunctionVector.Iterator
 
Iterator() - Constructor for class org.bytedeco.ngraph.FunctionVector.Iterator
 
Iterator(Pointer) - Constructor for class org.bytedeco.ngraph.NodeInputVector.Iterator
 
Iterator() - Constructor for class org.bytedeco.ngraph.NodeInputVector.Iterator
 
Iterator(Pointer) - Constructor for class org.bytedeco.ngraph.NodeOutputVector.Iterator
 
Iterator() - Constructor for class org.bytedeco.ngraph.NodeOutputVector.Iterator
 
Iterator(Pointer) - Constructor for class org.bytedeco.ngraph.NodeVector.Iterator
 
Iterator() - Constructor for class org.bytedeco.ngraph.NodeVector.Iterator
 
Iterator(Pointer) - Constructor for class org.bytedeco.ngraph.OpConstantVector.Iterator
 
Iterator() - Constructor for class org.bytedeco.ngraph.OpConstantVector.Iterator
 
Iterator(Pointer) - Constructor for class org.bytedeco.ngraph.ParameterVector.Iterator
 
Iterator() - Constructor for class org.bytedeco.ngraph.ParameterVector.Iterator
 
Iterator(Pointer) - Constructor for class org.bytedeco.ngraph.PtrDiffTVector.Iterator
 
Iterator() - Constructor for class org.bytedeco.ngraph.PtrDiffTVector.Iterator
 
Iterator(Pointer) - Constructor for class org.bytedeco.ngraph.ResultVector.Iterator
 
Iterator() - Constructor for class org.bytedeco.ngraph.ResultVector.Iterator
 
Iterator(Pointer) - Constructor for class org.bytedeco.ngraph.SizeTSet.Iterator
 
Iterator() - Constructor for class org.bytedeco.ngraph.SizeTSet.Iterator
 
Iterator(Pointer) - Constructor for class org.bytedeco.ngraph.SizeTVector.Iterator
 
Iterator() - Constructor for class org.bytedeco.ngraph.SizeTVector.Iterator
 
Iterator(Pointer) - Constructor for class org.bytedeco.ngraph.StringBoolMap.Iterator
 
Iterator() - Constructor for class org.bytedeco.ngraph.StringBoolMap.Iterator
 
Iterator(Pointer) - Constructor for class org.bytedeco.ngraph.StringStringMap.Iterator
 
Iterator() - Constructor for class org.bytedeco.ngraph.StringStringMap.Iterator
 
Iterator(Pointer) - Constructor for class org.bytedeco.ngraph.StringVector.Iterator
 
Iterator() - Constructor for class org.bytedeco.ngraph.StringVector.Iterator
 
Iterator(Pointer) - Constructor for class org.bytedeco.ngraph.StringVoidMap.Iterator
 
Iterator() - Constructor for class org.bytedeco.ngraph.StringVoidMap.Iterator
 
Iterator(Pointer) - Constructor for class org.bytedeco.ngraph.TensorVector.Iterator
 
Iterator() - Constructor for class org.bytedeco.ngraph.TensorVector.Iterator
 

L

lessThan(Node) - Method in class org.bytedeco.ngraph.Node
Use instance ids for comparison instead of memory addresses to improve determinism
lessThan(NodeInput) - Method in class org.bytedeco.ngraph.NodeInput
 
lessThan(NodeOutput) - Method in class org.bytedeco.ngraph.NodeOutput
 
lessThan(Type) - Method in class org.bytedeco.ngraph.Type
 
lessThanEquals(NodeInput) - Method in class org.bytedeco.ngraph.NodeInput
 
lessThanEquals(NodeOutput) - Method in class org.bytedeco.ngraph.NodeOutput
 
line() - Method in class org.bytedeco.ngraph.CheckLocInfo
 
line(int) - Method in class org.bytedeco.ngraph.CheckLocInfo
 
load(Pointer) - Method in class org.bytedeco.ngraph.Backend
\brief Loads a previously saved Executable object from a stream.

M

m_axis() - Method in class org.bytedeco.ngraph.AutoBroadcastSpec
 
m_axis(long) - Method in class org.bytedeco.ngraph.AutoBroadcastSpec
 
m_call_count() - Method in class org.bytedeco.ngraph.PerformanceCounter
 
m_call_count(long) - Method in class org.bytedeco.ngraph.PerformanceCounter
 
m_is_short() - Method in class org.bytedeco.ngraph.NodeDescription
 
m_is_short(boolean) - Method in class org.bytedeco.ngraph.NodeDescription
 
m_node() - Method in class org.bytedeco.ngraph.NodeDescription
 
m_node() - Method in class org.bytedeco.ngraph.PerformanceCounter
 
m_node(Node) - Method in class org.bytedeco.ngraph.PerformanceCounter
 
m_total_microseconds() - Method in class org.bytedeco.ngraph.PerformanceCounter
 
m_total_microseconds(long) - Method in class org.bytedeco.ngraph.PerformanceCounter
 
m_type() - Method in class org.bytedeco.ngraph.AutoBroadcastSpec
 
m_type(int) - Method in class org.bytedeco.ngraph.AutoBroadcastSpec
 
malloc(long, long) - Method in class org.bytedeco.ngraph.Allocator
\brief allocates memory with the given size and alignment requirement
map(InfoMap) - Method in class org.bytedeco.ngraph.presets.ngraph
 
map_unordered_ops(ngraph.NodeFunction) - Method in class org.bytedeco.ngraph.Function
 
MAX - Static variable in class org.bytedeco.ngraph.global.ngraph
enum class ngraph::op::EpsMode
memory_attach - Static variable in class org.bytedeco.ngraph.Backend
enum class ngraph::runtime::Backend::Property
memoryType() - Method in class org.bytedeco.ngraph.onnxTensorDescriptorV1
Type of memory that stores the tensor.
memoryType(long) - Method in class org.bytedeco.ngraph.onnxTensorDescriptorV1
 
merge(Dimension, Dimension, Dimension) - Static method in class org.bytedeco.ngraph.Dimension
\brief Try to merge two Dimension objects together.
merge(Type, Type, Type) - Static method in class org.bytedeco.ngraph.Type
\brief Merges two element types t1 and t2, writing the result into dst and returning true if successful, else returning false.
merge_into(PartialShape, PartialShape) - Static method in class org.bytedeco.ngraph.PartialShape
\brief Try to merge one shape into another.
merge_provenance_tags_from(Node) - Method in class org.bytedeco.ngraph.Node
 
merge_rank(Dimension) - Method in class org.bytedeco.ngraph.PartialShape
\brief Checks that this shape's rank is compatible with r, and, if this shape's rank is dynamic and r is static, updates this shape to have a rank of r with dimensions all dynamic.
microseconds() - Method in class org.bytedeco.ngraph.PerformanceCounter
 
multiply(Dimension) - Method in class org.bytedeco.ngraph.Dimension
\brief Multiplication operator for Dimension.
multiply(NodeOutput, NodeOutput) - Static method in class org.bytedeco.ngraph.global.ngraph
 
Multiply - Class in org.bytedeco.ngraph
\brief Elementwise multiplication operation.
Multiply(Pointer) - Constructor for class org.bytedeco.ngraph.Multiply
Pointer cast constructor.
Multiply(long) - Constructor for class org.bytedeco.ngraph.Multiply
Native array allocator.
Multiply() - Constructor for class org.bytedeco.ngraph.Multiply
\brief Constructs a multiplication operation.
Multiply(NodeOutput, NodeOutput, AutoBroadcastSpec) - Constructor for class org.bytedeco.ngraph.Multiply
\brief Constructs a multiplication operation.
Multiply(NodeOutput, NodeOutput) - Constructor for class org.bytedeco.ngraph.Multiply
 
multiplyPut(Dimension) - Method in class org.bytedeco.ngraph.Dimension
\brief Multiply-into operator for Dimension.

N

name() - Method in class org.bytedeco.ngraph.onnxTensorDescriptorV1
Name of the blob corresponding to this tensor in the ONNX model.
name(BytePointer) - Method in class org.bytedeco.ngraph.onnxTensorDescriptorV1
 
needs_default_layout() - Method in class org.bytedeco.ngraph.Result
 
ngraph - Class in org.bytedeco.ngraph.global
 
ngraph() - Constructor for class org.bytedeco.ngraph.global.ngraph
 
ngraph - Class in org.bytedeco.ngraph.presets
 
ngraph() - Constructor for class org.bytedeco.ngraph.presets.ngraph
 
ngraph.MoveUniquePtr - Annotation Type in org.bytedeco.ngraph.presets
 
ngraph.NodeFunction - Class in org.bytedeco.ngraph.presets
 
ngraph_error - Class in org.bytedeco.ngraph
Base error for ngraph runtime errors.
ngraph_error(Pointer) - Constructor for class org.bytedeco.ngraph.ngraph_error
Pointer cast constructor.
ngraph_error(BytePointer) - Constructor for class org.bytedeco.ngraph.ngraph_error
 
ngraph_error(String) - Constructor for class org.bytedeco.ngraph.ngraph_error
 
NNP - Static variable in class org.bytedeco.ngraph.global.ngraph
enum class ngraph::Placement
Node - Class in org.bytedeco.ngraph
Nodes are the backbone of the graph of Value dataflow.
Node(Pointer) - Constructor for class org.bytedeco.ngraph.Node
Pointer cast constructor.
node_validation_failure_loc_string(Node) - Static method in class org.bytedeco.ngraph.global.ngraph
\brief Macro to signal a code path that is unreachable in a successful execution.
NodeDescription - Class in org.bytedeco.ngraph
 
NodeDescription(Pointer) - Constructor for class org.bytedeco.ngraph.NodeDescription
Pointer cast constructor.
NodeDescription(Node, boolean) - Constructor for class org.bytedeco.ngraph.NodeDescription
 
NodeFunction(Pointer) - Constructor for class org.bytedeco.ngraph.presets.ngraph.NodeFunction
Pointer cast constructor.
NodeFunction() - Constructor for class org.bytedeco.ngraph.presets.ngraph.NodeFunction
 
NodeInput - Class in org.bytedeco.ngraph
\brief A handle for one of a node's inputs.
NodeInput(Pointer) - Constructor for class org.bytedeco.ngraph.NodeInput
Pointer cast constructor.
NodeInput(Node, long) - Constructor for class org.bytedeco.ngraph.NodeInput
\brief Constructs a Input.
NodeInputVector - Class in org.bytedeco.ngraph
 
NodeInputVector(Pointer) - Constructor for class org.bytedeco.ngraph.NodeInputVector
Pointer cast constructor.
NodeInputVector() - Constructor for class org.bytedeco.ngraph.NodeInputVector
 
NodeInputVector.Iterator - Class in org.bytedeco.ngraph
 
NodeOutput - Class in org.bytedeco.ngraph
\brief A handle for one of a node's outputs.
NodeOutput(Pointer) - Constructor for class org.bytedeco.ngraph.NodeOutput
Pointer cast constructor.
NodeOutput(long) - Constructor for class org.bytedeco.ngraph.NodeOutput
Native array allocator.
NodeOutput(Node, long) - Constructor for class org.bytedeco.ngraph.NodeOutput
\brief Constructs a Output.
NodeOutput(Node) - Constructor for class org.bytedeco.ngraph.NodeOutput
\brief Constructs a Output, referencing the zeroth output of the node.
NodeOutput() - Constructor for class org.bytedeco.ngraph.NodeOutput
A null output
NodeOutputVector - Class in org.bytedeco.ngraph
 
NodeOutputVector(Pointer) - Constructor for class org.bytedeco.ngraph.NodeOutputVector
Pointer cast constructor.
NodeOutputVector() - Constructor for class org.bytedeco.ngraph.NodeOutputVector
 
NodeOutputVector.Iterator - Class in org.bytedeco.ngraph
 
NodeValidationFailure - Class in org.bytedeco.ngraph
 
NodeValidationFailure(Pointer) - Constructor for class org.bytedeco.ngraph.NodeValidationFailure
Pointer cast constructor.
NodeValidationFailure(CheckLocInfo, Node, BytePointer) - Constructor for class org.bytedeco.ngraph.NodeValidationFailure
 
NodeValidationFailure(CheckLocInfo, Node, String) - Constructor for class org.bytedeco.ngraph.NodeValidationFailure
 
NodeVector - Class in org.bytedeco.ngraph
 
NodeVector(Pointer) - Constructor for class org.bytedeco.ngraph.NodeVector
Pointer cast constructor.
NodeVector(Node) - Constructor for class org.bytedeco.ngraph.NodeVector
 
NodeVector(Node...) - Constructor for class org.bytedeco.ngraph.NodeVector
 
NodeVector() - Constructor for class org.bytedeco.ngraph.NodeVector
 
NodeVector(long) - Constructor for class org.bytedeco.ngraph.NodeVector
 
NodeVector.Iterator - Class in org.bytedeco.ngraph
 
NONE - Static variable in class org.bytedeco.ngraph.global.ngraph
enum class ngraph::op::AutoBroadcastType
notEquals(NodeInput) - Method in class org.bytedeco.ngraph.NodeInput
 
notEquals(NodeOutput) - Method in class org.bytedeco.ngraph.NodeOutput
 
notEquals(Type) - Method in class org.bytedeco.ngraph.Type
 
NOTSET - Static variable in class org.bytedeco.ngraph.global.ngraph
enum class ngraph::op::PadType
NUMPY - Static variable in class org.bytedeco.ngraph.global.ngraph
enum class ngraph::op::AutoBroadcastType

O

oi_pair - Class in org.bytedeco.ngraph
 
oi_pair() - Constructor for class org.bytedeco.ngraph.oi_pair
Default native constructor.
oi_pair(long) - Constructor for class org.bytedeco.ngraph.oi_pair
Native array allocator.
oi_pair(Pointer) - Constructor for class org.bytedeco.ngraph.oi_pair
Pointer cast constructor.
onnxBackend - Class in org.bytedeco.ngraph
Opaque ONNXIFI backend handle.
onnxBackend() - Constructor for class org.bytedeco.ngraph.onnxBackend
Empty constructor.
onnxBackend(Pointer) - Constructor for class org.bytedeco.ngraph.onnxBackend
Pointer cast constructor.
onnxBackendID - Class in org.bytedeco.ngraph
Opaque ONNXIFI backend ID.
onnxBackendID() - Constructor for class org.bytedeco.ngraph.onnxBackendID
Empty constructor.
onnxBackendID(Pointer) - Constructor for class org.bytedeco.ngraph.onnxBackendID
Pointer cast constructor.
onnxEvent - Class in org.bytedeco.ngraph
Opaque ONNXIFI even handle.
onnxEvent() - Constructor for class org.bytedeco.ngraph.onnxEvent
Empty constructor.
onnxEvent(Pointer) - Constructor for class org.bytedeco.ngraph.onnxEvent
Pointer cast constructor.
onnxGetBackendCompatibility(onnxBackendID, long, Pointer) - Static method in class org.bytedeco.ngraph.global.ngraph
Query if an ONNX model graph is compatible with the backend.
onnxGetBackendCompatibilityFunction - Class in org.bytedeco.ngraph
 
onnxGetBackendCompatibilityFunction(Pointer) - Constructor for class org.bytedeco.ngraph.onnxGetBackendCompatibilityFunction
Pointer cast constructor.
onnxGetBackendCompatibilityFunction() - Constructor for class org.bytedeco.ngraph.onnxGetBackendCompatibilityFunction
 
onnxGetBackendIDs(onnxBackendID, SizeTPointer) - Static method in class org.bytedeco.ngraph.global.ngraph
Get stable IDs of available backends on the system.
onnxGetBackendIDsFunction - Class in org.bytedeco.ngraph
 
onnxGetBackendIDsFunction(Pointer) - Constructor for class org.bytedeco.ngraph.onnxGetBackendIDsFunction
Pointer cast constructor.
onnxGetBackendIDsFunction() - Constructor for class org.bytedeco.ngraph.onnxGetBackendIDsFunction
 
onnxGetBackendInfo(onnxBackendID, int, Pointer, SizeTPointer) - Static method in class org.bytedeco.ngraph.global.ngraph
Query high-level information about the backend and its target device.
onnxGetBackendInfoFunction - Class in org.bytedeco.ngraph
 
onnxGetBackendInfoFunction(Pointer) - Constructor for class org.bytedeco.ngraph.onnxGetBackendInfoFunction
Pointer cast constructor.
onnxGetBackendInfoFunction() - Constructor for class org.bytedeco.ngraph.onnxGetBackendInfoFunction
 
onnxGetEventState(onnxEvent, IntPointer) - Static method in class org.bytedeco.ngraph.global.ngraph
Query ONNXIFI event state without blocking.
onnxGetEventState(onnxEvent, IntBuffer) - Static method in class org.bytedeco.ngraph.global.ngraph
 
onnxGetEventState(onnxEvent, int[]) - Static method in class org.bytedeco.ngraph.global.ngraph
 
onnxGetEventStateFunction - Class in org.bytedeco.ngraph
 
onnxGetEventStateFunction(Pointer) - Constructor for class org.bytedeco.ngraph.onnxGetEventStateFunction
Pointer cast constructor.
onnxGetEventStateFunction() - Constructor for class org.bytedeco.ngraph.onnxGetEventStateFunction
 
onnxGraph - Class in org.bytedeco.ngraph
Opaque ONNXIFI graph handle.
onnxGraph() - Constructor for class org.bytedeco.ngraph.onnxGraph
Empty constructor.
onnxGraph(Pointer) - Constructor for class org.bytedeco.ngraph.onnxGraph
Pointer cast constructor.
ONNXIFI_BACKEND_CAPABILITIES - Static variable in class org.bytedeco.ngraph.global.ngraph
Optional features supported by the backend.
ONNXIFI_BACKEND_CPU_MEMORY_READ_BANDWIDTH - Static variable in class org.bytedeco.ngraph.global.ngraph
Bandwidth, in bytes per second, of transferring data from cacheable CPU-allocated memory to the backend device.
ONNXIFI_BACKEND_CPU_MEMORY_WRITE_BANDWIDTH - Static variable in class org.bytedeco.ngraph.global.ngraph
Bandwidth, in bytes per second, of transferring data to cacheable CPU-allocated memory from the backend device.
ONNXIFI_BACKEND_CUDA_INDEX - Static variable in class org.bytedeco.ngraph.global.ngraph
CUDA index of the backend device.
ONNXIFI_BACKEND_CUDA_STREAM - Static variable in class org.bytedeco.ngraph.global.ngraph
CUDA stream to be used by the backend.
ONNXIFI_BACKEND_DEVICE - Static variable in class org.bytedeco.ngraph.global.ngraph
Descriptive name of the device (i.e.
ONNXIFI_BACKEND_DEVICE_TYPE - Static variable in class org.bytedeco.ngraph.global.ngraph
Type of the device.
ONNXIFI_BACKEND_DIRECTX_ID - Static variable in class org.bytedeco.ngraph.global.ngraph
DirectX ID of the backend device.
ONNXIFI_BACKEND_EXTENSIONS - Static variable in class org.bytedeco.ngraph.global.ngraph
Space-separated list of vendor- or device-specific extensions supported on this backend.
ONNXIFI_BACKEND_GRAPH_INIT_PROPERTIES - Static variable in class org.bytedeco.ngraph.global.ngraph
Auxiliary initialization properties supported by graphs on the backend.
ONNXIFI_BACKEND_INIT_PROPERTIES - Static variable in class org.bytedeco.ngraph.global.ngraph
Auxiliary initialization properties supported by the backend.
ONNXIFI_BACKEND_MACS_FP16 - Static variable in class org.bytedeco.ngraph.global.ngraph
Number of FP16 multiply-accumulate operations per second delivered by the backend.
ONNXIFI_BACKEND_MACS_FP32 - Static variable in class org.bytedeco.ngraph.global.ngraph
Number of FP32 multiply-accumulate operations per second delivered by the backend.
ONNXIFI_BACKEND_MAX_GRAPH_COUNT - Static variable in class org.bytedeco.ngraph.global.ngraph
Maximum number of independent network graphs supported by the backend.
ONNXIFI_BACKEND_MAX_GRAPH_SIZE - Static variable in class org.bytedeco.ngraph.global.ngraph
Maximum size of network parameters, in bytes.
ONNXIFI_BACKEND_MEMORY_BANDWIDTH - Static variable in class org.bytedeco.ngraph.global.ngraph
Bandwidth, in bytes per second, of the global memory specific to the backend device.
ONNXIFI_BACKEND_MEMORY_SIZE - Static variable in class org.bytedeco.ngraph.global.ngraph
Maximum amount of memory, in bytes, available to the use by the backend.
ONNXIFI_BACKEND_MEMORY_TYPES - Static variable in class org.bytedeco.ngraph.global.ngraph
Memory types supported for graph inputs and outputs.
ONNXIFI_BACKEND_NAME - Static variable in class org.bytedeco.ngraph.global.ngraph
Marketing name of the backend (excluding the vendor name).
ONNXIFI_BACKEND_ONNX_IR_VERSION - Static variable in class org.bytedeco.ngraph.global.ngraph
List of supported ONNX IR versions.
ONNXIFI_BACKEND_ONNXIFI_VERSION - Static variable in class org.bytedeco.ngraph.global.ngraph
Major and minor version of ONNXIFI specification implemented by the backend.
ONNXIFI_BACKEND_OPENCL_CONTEXT - Static variable in class org.bytedeco.ngraph.global.ngraph
OpenCL context to be used by the backend.
ONNXIFI_BACKEND_OPENCL_DEVICE_ID - Static variable in class org.bytedeco.ngraph.global.ngraph
OpenCL device ID for the backend device.
ONNXIFI_BACKEND_OPENCL_PLATFORM_ID - Static variable in class org.bytedeco.ngraph.global.ngraph
OpenCL platform ID for the backend device.
ONNXIFI_BACKEND_OPSET_VERSION - Static variable in class org.bytedeco.ngraph.global.ngraph
List of supported operator set domains and maximum supported operator set version for each domain.
ONNXIFI_BACKEND_PCI_BUS_ID - Static variable in class org.bytedeco.ngraph.global.ngraph
PCI bus ID of the backend device.
ONNXIFI_BACKEND_PCI_DEVICE_ID - Static variable in class org.bytedeco.ngraph.global.ngraph
PCI device ID of the backend device.
ONNXIFI_BACKEND_PCI_DOMAIN_ID - Static variable in class org.bytedeco.ngraph.global.ngraph
PCI domain/function ID of the backend device.
ONNXIFI_BACKEND_PROPERTY_LOG_LEVEL - Static variable in class org.bytedeco.ngraph.global.ngraph
Logging verbosity level for the backend.
ONNXIFI_BACKEND_PROPERTY_NONE - Static variable in class org.bytedeco.ngraph.global.ngraph
Terminates the list of auxiliary backend initialization properties passed to onnxInitBackend.
ONNXIFI_BACKEND_PROPERTY_OPTIMIZATION - Static variable in class org.bytedeco.ngraph.global.ngraph
Optimization target for graphs initialized on the backend.
ONNXIFI_BACKEND_SYNCHRONIZATION_TYPES - Static variable in class org.bytedeco.ngraph.global.ngraph
Memory synchronization primitives supported for graph inputs and outputs.
ONNXIFI_BACKEND_VENDOR - Static variable in class org.bytedeco.ngraph.global.ngraph
Name of the backend vendor.
ONNXIFI_BACKEND_VERSION - Static variable in class org.bytedeco.ngraph.global.ngraph
Version of the backend software.
ONNXIFI_CAPABILITY_HOT_PLUGGABLE - Static variable in class org.bytedeco.ngraph.global.ngraph
The backend uses a hot-pluggable device, and can be disconnected at any time.
ONNXIFI_CAPABILITY_SYMBOLIC_BATCH_SIZE - Static variable in class org.bytedeco.ngraph.global.ngraph
The backend supports ONNX graphs with symbolic variables in the outer shape dimension (batch size), using TensorShapeProto.dim_param for ModelProto.graph.input.type.shape or ModelProto.graph.output.type.shape.
ONNXIFI_CAPABILITY_SYMBOLIC_SIZE_TENSORS - Static variable in class org.bytedeco.ngraph.global.ngraph
The backend supports ONNX graphs with symbolic variables in the all shape dimensions, using TensorShapeProto.dim_param for ModelProto.graph.input.type.shape or ModelProto.graph.output.type.shape.
ONNXIFI_CAPABILITY_THREAD_SAFE - Static variable in class org.bytedeco.ngraph.global.ngraph
The backend supports multi-threaded access to ONNXIFI backend, graph, and event objects.
ONNXIFI_CAPABILITY_VARIABLE_BATCH_SIZE - Static variable in class org.bytedeco.ngraph.global.ngraph
The backend supports ONNX graphs with data-dependent outer shape dimension (batch size) of graph outputs.
ONNXIFI_CAPABILITY_VARIABLE_SIZE_OUTPUTS - Static variable in class org.bytedeco.ngraph.global.ngraph
The backend supports ONNX graphs with data-dependent output shapes.
ONNXIFI_DATATYPE_BFLOAT16 - Static variable in class org.bytedeco.ngraph.global.ngraph
 
ONNXIFI_DATATYPE_COMPLEX128 - Static variable in class org.bytedeco.ngraph.global.ngraph
 
ONNXIFI_DATATYPE_COMPLEX64 - Static variable in class org.bytedeco.ngraph.global.ngraph
 
ONNXIFI_DATATYPE_FLOAT16 - Static variable in class org.bytedeco.ngraph.global.ngraph
 
ONNXIFI_DATATYPE_FLOAT32 - Static variable in class org.bytedeco.ngraph.global.ngraph
 
ONNXIFI_DATATYPE_FLOAT64 - Static variable in class org.bytedeco.ngraph.global.ngraph
 
ONNXIFI_DATATYPE_INT16 - Static variable in class org.bytedeco.ngraph.global.ngraph
 
ONNXIFI_DATATYPE_INT32 - Static variable in class org.bytedeco.ngraph.global.ngraph
 
ONNXIFI_DATATYPE_INT64 - Static variable in class org.bytedeco.ngraph.global.ngraph
 
ONNXIFI_DATATYPE_INT8 - Static variable in class org.bytedeco.ngraph.global.ngraph
 
ONNXIFI_DATATYPE_UINT16 - Static variable in class org.bytedeco.ngraph.global.ngraph
 
ONNXIFI_DATATYPE_UINT32 - Static variable in class org.bytedeco.ngraph.global.ngraph
 
ONNXIFI_DATATYPE_UINT64 - Static variable in class org.bytedeco.ngraph.global.ngraph
 
ONNXIFI_DATATYPE_UINT8 - Static variable in class org.bytedeco.ngraph.global.ngraph
 
ONNXIFI_DATATYPE_UNDEFINED - Static variable in class org.bytedeco.ngraph.global.ngraph
 
ONNXIFI_DEVICE_TYPE_CPU - Static variable in class org.bytedeco.ngraph.global.ngraph
General-purpose central processor
ONNXIFI_DEVICE_TYPE_DSP - Static variable in class org.bytedeco.ngraph.global.ngraph
Digital signal processor
ONNXIFI_DEVICE_TYPE_FPGA - Static variable in class org.bytedeco.ngraph.global.ngraph
Field-programmable gate array
ONNXIFI_DEVICE_TYPE_GPU - Static variable in class org.bytedeco.ngraph.global.ngraph
Graphics accelerator
ONNXIFI_DEVICE_TYPE_HETEROGENEOUS - Static variable in class org.bytedeco.ngraph.global.ngraph
Heterogeneous backend whichinternally arbitrates or distributes work between multiple device types.
ONNXIFI_DEVICE_TYPE_NPU - Static variable in class org.bytedeco.ngraph.global.ngraph
Special-purpose accelerator for neural network
ONNXIFI_EVENT_STATE_INVALID - Static variable in class org.bytedeco.ngraph.global.ngraph
State for an invalid onnxEvent.
ONNXIFI_EVENT_STATE_NONSIGNALLED - Static variable in class org.bytedeco.ngraph.global.ngraph
Non-signalled onnxEvent state.
ONNXIFI_EVENT_STATE_SIGNALLED - Static variable in class org.bytedeco.ngraph.global.ngraph
Signalled onnxEvent state.
ONNXIFI_GRAPH_PROPERTY_NONE - Static variable in class org.bytedeco.ngraph.global.ngraph
Terminates the list of auxiliary graph initialization properties passed to onnxInitGraph.
ONNXIFI_H - Static variable in class org.bytedeco.ngraph.global.ngraph
\brief ONNXIFI backend manager
ONNXIFI_LOG_LEVEL_DEBUG - Static variable in class org.bytedeco.ngraph.global.ngraph
Log events in ONNXIFI_LOG_LEVEL_INFO and detailed status information about operations of a backend.
ONNXIFI_LOG_LEVEL_ERROR - Static variable in class org.bytedeco.ngraph.global.ngraph
Log events which caused a failure in an ONNXIFI function call.
ONNXIFI_LOG_LEVEL_INFO - Static variable in class org.bytedeco.ngraph.global.ngraph
Log events in ONNXIFI_LOG_LEVEL_WARNING and high-level status information about operation of a backend.
ONNXIFI_LOG_LEVEL_WARNING - Static variable in class org.bytedeco.ngraph.global.ngraph
Log events in ONNXIFI_LOG_LEVEL_ERROR and events which caused a performance, accuracy, or quality of service degradation in a backend.
ONNXIFI_MEMORY_TYPE_CPU - Static variable in class org.bytedeco.ngraph.global.ngraph
Cacheable CPU memory
ONNXIFI_MEMORY_TYPE_CUDA_BUFFER - Static variable in class org.bytedeco.ngraph.global.ngraph
CUDA memory buffer (allocated via cudaMalloc/cuMalloc).
ONNXIFI_MEMORY_TYPE_D3D_RESOURCE - Static variable in class org.bytedeco.ngraph.global.ngraph
Direct3D resource.
ONNXIFI_MEMORY_TYPE_OPENCL_BUFFER - Static variable in class org.bytedeco.ngraph.global.ngraph
OpenCL cl_mem object for a buffer or sub-buffer.
ONNXIFI_MEMORY_TYPE_OPENGLES_TEXTURE_2D - Static variable in class org.bytedeco.ngraph.global.ngraph
OpenGL ES 2.0+ 2D Texture.
ONNXIFI_OPTIMIZATION_HIGH_THROUGHPUT - Static variable in class org.bytedeco.ngraph.global.ngraph
Optimize graph representation and compilation for highest throughput.
ONNXIFI_OPTIMIZATION_LOW_DELAY - Static variable in class org.bytedeco.ngraph.global.ngraph
Optimize graph representation and compilation for lowest delay until first result.
ONNXIFI_OPTIMIZATION_LOW_LATENCY - Static variable in class org.bytedeco.ngraph.global.ngraph
Optimize graph representation and compilation for lowest latency.
ONNXIFI_OPTIMIZATION_LOW_POWER - Static variable in class org.bytedeco.ngraph.global.ngraph
Optimize graph representation and compilation for lowest power consumption.
ONNXIFI_STATUS_BACKEND_UNAVAILABLE - Static variable in class org.bytedeco.ngraph.global.ngraph
 
ONNXIFI_STATUS_FALLBACK - Static variable in class org.bytedeco.ngraph.global.ngraph
 
ONNXIFI_STATUS_INTERNAL_ERROR - Static variable in class org.bytedeco.ngraph.global.ngraph
 
ONNXIFI_STATUS_INVALID_BACKEND - Static variable in class org.bytedeco.ngraph.global.ngraph
 
ONNXIFI_STATUS_INVALID_DATATYPE - Static variable in class org.bytedeco.ngraph.global.ngraph
 
ONNXIFI_STATUS_INVALID_EVENT - Static variable in class org.bytedeco.ngraph.global.ngraph
 
ONNXIFI_STATUS_INVALID_FENCE_TYPE - Static variable in class org.bytedeco.ngraph.global.ngraph
 
ONNXIFI_STATUS_INVALID_GRAPH - Static variable in class org.bytedeco.ngraph.global.ngraph
 
ONNXIFI_STATUS_INVALID_ID - Static variable in class org.bytedeco.ngraph.global.ngraph
 
ONNXIFI_STATUS_INVALID_MEMORY_LOCATION - Static variable in class org.bytedeco.ngraph.global.ngraph
 
ONNXIFI_STATUS_INVALID_MEMORY_TYPE - Static variable in class org.bytedeco.ngraph.global.ngraph
 
ONNXIFI_STATUS_INVALID_MODEL - Static variable in class org.bytedeco.ngraph.global.ngraph
 
ONNXIFI_STATUS_INVALID_NAME - Static variable in class org.bytedeco.ngraph.global.ngraph
 
ONNXIFI_STATUS_INVALID_POINTER - Static variable in class org.bytedeco.ngraph.global.ngraph
 
ONNXIFI_STATUS_INVALID_PROPERTY - Static variable in class org.bytedeco.ngraph.global.ngraph
 
ONNXIFI_STATUS_INVALID_PROTOBUF - Static variable in class org.bytedeco.ngraph.global.ngraph
 
ONNXIFI_STATUS_INVALID_SHAPE - Static variable in class org.bytedeco.ngraph.global.ngraph
 
ONNXIFI_STATUS_INVALID_SIZE - Static variable in class org.bytedeco.ngraph.global.ngraph
 
ONNXIFI_STATUS_INVALID_STATE - Static variable in class org.bytedeco.ngraph.global.ngraph
 
ONNXIFI_STATUS_MISMATCHING_DATATYPE - Static variable in class org.bytedeco.ngraph.global.ngraph
 
ONNXIFI_STATUS_MISMATCHING_SHAPE - Static variable in class org.bytedeco.ngraph.global.ngraph
 
ONNXIFI_STATUS_NO_DEVICE_MEMORY - Static variable in class org.bytedeco.ngraph.global.ngraph
 
ONNXIFI_STATUS_NO_DEVICE_RESOURCES - Static variable in class org.bytedeco.ngraph.global.ngraph
 
ONNXIFI_STATUS_NO_SYSTEM_MEMORY - Static variable in class org.bytedeco.ngraph.global.ngraph
 
ONNXIFI_STATUS_NO_SYSTEM_RESOURCES - Static variable in class org.bytedeco.ngraph.global.ngraph
 
ONNXIFI_STATUS_SUCCESS - Static variable in class org.bytedeco.ngraph.global.ngraph
Type for pointers or handles for memory buffers.
ONNXIFI_STATUS_UNIDENTIFIED_NAME - Static variable in class org.bytedeco.ngraph.global.ngraph
 
ONNXIFI_STATUS_UNSUPPORTED_ATTRIBUTE - Static variable in class org.bytedeco.ngraph.global.ngraph
 
ONNXIFI_STATUS_UNSUPPORTED_DATATYPE - Static variable in class org.bytedeco.ngraph.global.ngraph
 
ONNXIFI_STATUS_UNSUPPORTED_FENCE_TYPE - Static variable in class org.bytedeco.ngraph.global.ngraph
 
ONNXIFI_STATUS_UNSUPPORTED_MEMORY_TYPE - Static variable in class org.bytedeco.ngraph.global.ngraph
 
ONNXIFI_STATUS_UNSUPPORTED_OPERATOR - Static variable in class org.bytedeco.ngraph.global.ngraph
 
ONNXIFI_STATUS_UNSUPPORTED_PROPERTY - Static variable in class org.bytedeco.ngraph.global.ngraph
 
ONNXIFI_STATUS_UNSUPPORTED_SHAPE - Static variable in class org.bytedeco.ngraph.global.ngraph
 
ONNXIFI_STATUS_UNSUPPORTED_TAG - Static variable in class org.bytedeco.ngraph.global.ngraph
 
ONNXIFI_STATUS_UNSUPPORTED_VERSION - Static variable in class org.bytedeco.ngraph.global.ngraph
 
ONNXIFI_SYNCHRONIZATION_EVENT - Static variable in class org.bytedeco.ngraph.global.ngraph
Synchronization using ONNXIFI event object (onnxEvent).
ONNXIFI_SYNCHRONIZATION_IMPLICIT - Static variable in class org.bytedeco.ngraph.global.ngraph
Implicit synchronization of inputs and outputs access with the caller.
ONNXIFI_TAG_MEMORY_FENCE_V1 - Static variable in class org.bytedeco.ngraph.global.ngraph
Tag for version 1 of memory fence structure (onnxMemoryFenceV1).
ONNXIFI_TAG_TENSOR_DESCRIPTOR_V1 - Static variable in class org.bytedeco.ngraph.global.ngraph
Tag for version 1 of tensor descriptor structure (onnxTensorDescriptorV1).
ONNXIFIBackend - Class in org.bytedeco.ngraph
\brief ONNXIFI extensions to nGraph backend
ONNXIFIBackend(Pointer) - Constructor for class org.bytedeco.ngraph.ONNXIFIBackend
Pointer cast constructor.
onnxInitBackend(onnxBackendID, LongPointer, onnxBackend) - Static method in class org.bytedeco.ngraph.global.ngraph
Initialize an ONNXIFI backend.
onnxInitBackend(onnxBackendID, LongBuffer, onnxBackend) - Static method in class org.bytedeco.ngraph.global.ngraph
 
onnxInitBackend(onnxBackendID, long[], onnxBackend) - Static method in class org.bytedeco.ngraph.global.ngraph
 
onnxInitBackendFunction - Class in org.bytedeco.ngraph
 
onnxInitBackendFunction(Pointer) - Constructor for class org.bytedeco.ngraph.onnxInitBackendFunction
Pointer cast constructor.
onnxInitBackendFunction() - Constructor for class org.bytedeco.ngraph.onnxInitBackendFunction
 
onnxInitEvent(onnxBackend, onnxEvent) - Static method in class org.bytedeco.ngraph.global.ngraph
Initialize a single-shot ONNXIFI event.
onnxInitEventFunction - Class in org.bytedeco.ngraph
 
onnxInitEventFunction(Pointer) - Constructor for class org.bytedeco.ngraph.onnxInitEventFunction
Pointer cast constructor.
onnxInitEventFunction() - Constructor for class org.bytedeco.ngraph.onnxInitEventFunction
 
onnxInitGraph(onnxBackend, LongPointer, long, Pointer, int, onnxTensorDescriptorV1, onnxGraph) - Static method in class org.bytedeco.ngraph.global.ngraph
Parse an ONNXIFI graph and convert it for a particular backend.
onnxInitGraph(onnxBackend, LongBuffer, long, Pointer, int, onnxTensorDescriptorV1, onnxGraph) - Static method in class org.bytedeco.ngraph.global.ngraph
 
onnxInitGraph(onnxBackend, long[], long, Pointer, int, onnxTensorDescriptorV1, onnxGraph) - Static method in class org.bytedeco.ngraph.global.ngraph
 
onnxInitGraphFunction - Class in org.bytedeco.ngraph
 
onnxInitGraphFunction(Pointer) - Constructor for class org.bytedeco.ngraph.onnxInitGraphFunction
Pointer cast constructor.
onnxInitGraphFunction() - Constructor for class org.bytedeco.ngraph.onnxInitGraphFunction
 
onnxMemoryFenceV1 - Class in org.bytedeco.ngraph
 
onnxMemoryFenceV1() - Constructor for class org.bytedeco.ngraph.onnxMemoryFenceV1
Default native constructor.
onnxMemoryFenceV1(long) - Constructor for class org.bytedeco.ngraph.onnxMemoryFenceV1
Native array allocator.
onnxMemoryFenceV1(Pointer) - Constructor for class org.bytedeco.ngraph.onnxMemoryFenceV1
Pointer cast constructor.
onnxReleaseBackend(onnxBackend) - Static method in class org.bytedeco.ngraph.global.ngraph
Deinitialize an ONNXIFI backend and release associated resources.
onnxReleaseBackendFunction - Class in org.bytedeco.ngraph
 
onnxReleaseBackendFunction(Pointer) - Constructor for class org.bytedeco.ngraph.onnxReleaseBackendFunction
Pointer cast constructor.
onnxReleaseBackendFunction() - Constructor for class org.bytedeco.ngraph.onnxReleaseBackendFunction
 
onnxReleaseBackendID(onnxBackendID) - Static method in class org.bytedeco.ngraph.global.ngraph
Deinitialize ONNXIFI backend IDs and release associated resources.
onnxReleaseBackendIDFunction - Class in org.bytedeco.ngraph
 
onnxReleaseBackendIDFunction(Pointer) - Constructor for class org.bytedeco.ngraph.onnxReleaseBackendIDFunction
Pointer cast constructor.
onnxReleaseBackendIDFunction() - Constructor for class org.bytedeco.ngraph.onnxReleaseBackendIDFunction
 
onnxReleaseEvent(onnxEvent) - Static method in class org.bytedeco.ngraph.global.ngraph
Deinitialize an ONNXIFI event and release associated resources.
onnxReleaseEventFunction - Class in org.bytedeco.ngraph
 
onnxReleaseEventFunction(Pointer) - Constructor for class org.bytedeco.ngraph.onnxReleaseEventFunction
Pointer cast constructor.
onnxReleaseEventFunction() - Constructor for class org.bytedeco.ngraph.onnxReleaseEventFunction
 
onnxReleaseGraph(onnxGraph) - Static method in class org.bytedeco.ngraph.global.ngraph
Deinitialize an ONNXIFI graph and release associated resources.
onnxReleaseGraphFunction - Class in org.bytedeco.ngraph
 
onnxReleaseGraphFunction(Pointer) - Constructor for class org.bytedeco.ngraph.onnxReleaseGraphFunction
Pointer cast constructor.
onnxReleaseGraphFunction() - Constructor for class org.bytedeco.ngraph.onnxReleaseGraphFunction
 
onnxRunGraph(onnxGraph, onnxMemoryFenceV1, onnxMemoryFenceV1) - Static method in class org.bytedeco.ngraph.global.ngraph
Asynchronously execute operations in an ONNXIFI graph using pre-specified locations for inputs and outputs.
onnxRunGraphFunction - Class in org.bytedeco.ngraph
 
onnxRunGraphFunction(Pointer) - Constructor for class org.bytedeco.ngraph.onnxRunGraphFunction
Pointer cast constructor.
onnxRunGraphFunction() - Constructor for class org.bytedeco.ngraph.onnxRunGraphFunction
 
onnxSetGraphIO(onnxGraph, int, onnxTensorDescriptorV1, int, onnxTensorDescriptorV1) - Static method in class org.bytedeco.ngraph.global.ngraph
Set locations for inputs and outputs of an ONNXIFI graph.
onnxSetGraphIOFunction - Class in org.bytedeco.ngraph
 
onnxSetGraphIOFunction(Pointer) - Constructor for class org.bytedeco.ngraph.onnxSetGraphIOFunction
Pointer cast constructor.
onnxSetGraphIOFunction() - Constructor for class org.bytedeco.ngraph.onnxSetGraphIOFunction
 
onnxSignalEvent(onnxEvent) - Static method in class org.bytedeco.ngraph.global.ngraph
Change the state of an ONNXIFI event to signalled.
onnxSignalEventFunction - Class in org.bytedeco.ngraph
 
onnxSignalEventFunction(Pointer) - Constructor for class org.bytedeco.ngraph.onnxSignalEventFunction
Pointer cast constructor.
onnxSignalEventFunction() - Constructor for class org.bytedeco.ngraph.onnxSignalEventFunction
 
onnxTensorDescriptorV1 - Class in org.bytedeco.ngraph
 
onnxTensorDescriptorV1() - Constructor for class org.bytedeco.ngraph.onnxTensorDescriptorV1
Default native constructor.
onnxTensorDescriptorV1(long) - Constructor for class org.bytedeco.ngraph.onnxTensorDescriptorV1
Native array allocator.
onnxTensorDescriptorV1(Pointer) - Constructor for class org.bytedeco.ngraph.onnxTensorDescriptorV1
Pointer cast constructor.
onnxWaitEvent(onnxEvent) - Static method in class org.bytedeco.ngraph.global.ngraph
Wait until an ONNXIFI event transitions to signalled state.
onnxWaitEventFunction - Class in org.bytedeco.ngraph
 
onnxWaitEventFunction(Pointer) - Constructor for class org.bytedeco.ngraph.onnxWaitEventFunction
Pointer cast constructor.
onnxWaitEventFunction() - Constructor for class org.bytedeco.ngraph.onnxWaitEventFunction
 
Op - Class in org.bytedeco.ngraph
Root of all actual ops
Op(Pointer) - Constructor for class org.bytedeco.ngraph.Op
Pointer cast constructor.
OpAnnotations - Class in org.bytedeco.ngraph
\brief Base class for annotations added to graph ops
OpAnnotations() - Constructor for class org.bytedeco.ngraph.OpAnnotations
Default native constructor.
OpAnnotations(long) - Constructor for class org.bytedeco.ngraph.OpAnnotations
Native array allocator.
OpAnnotations(Pointer) - Constructor for class org.bytedeco.ngraph.OpAnnotations
Pointer cast constructor.
OpConstantVector - Class in org.bytedeco.ngraph
 
OpConstantVector(Pointer) - Constructor for class org.bytedeco.ngraph.OpConstantVector
Pointer cast constructor.
OpConstantVector(Constant) - Constructor for class org.bytedeco.ngraph.OpConstantVector
 
OpConstantVector(Constant...) - Constructor for class org.bytedeco.ngraph.OpConstantVector
 
OpConstantVector() - Constructor for class org.bytedeco.ngraph.OpConstantVector
 
OpConstantVector(long) - Constructor for class org.bytedeco.ngraph.OpConstantVector
 
OpConstantVector.Iterator - Class in org.bytedeco.ngraph
 
org.bytedeco.ngraph - package org.bytedeco.ngraph
 
org.bytedeco.ngraph.global - package org.bytedeco.ngraph.global
 
org.bytedeco.ngraph.presets - package org.bytedeco.ngraph.presets
 
output(long) - Method in class org.bytedeco.ngraph.Function
 
output(long) - Method in class org.bytedeco.ngraph.Node
 
output() - Method in class org.bytedeco.ngraph.oi_pair
 
output(long) - Method in class org.bytedeco.ngraph.oi_pair
 
Output - Class in org.bytedeco.ngraph
 
Output(Pointer) - Constructor for class org.bytedeco.ngraph.Output
Pointer cast constructor.
Output(Node, long, DescriptorTensor) - Constructor for class org.bytedeco.ngraph.Output
 
outputs() - Method in class org.bytedeco.ngraph.Node
 

P

Parameter - Class in org.bytedeco.ngraph
\brief A function parameter.
Parameter(Pointer) - Constructor for class org.bytedeco.ngraph.Parameter
Pointer cast constructor.
Parameter(long) - Constructor for class org.bytedeco.ngraph.Parameter
Native array allocator.
Parameter() - Constructor for class org.bytedeco.ngraph.Parameter
\brief Constructions a tensor-typed parameter node.
Parameter(Type, PartialShape, boolean) - Constructor for class org.bytedeco.ngraph.Parameter
\brief Constructions a tensor-typed parameter node.
Parameter(Type, PartialShape) - Constructor for class org.bytedeco.ngraph.Parameter
 
ParameterVector - Class in org.bytedeco.ngraph
 
ParameterVector(Pointer) - Constructor for class org.bytedeco.ngraph.ParameterVector
Pointer cast constructor.
ParameterVector(Parameter) - Constructor for class org.bytedeco.ngraph.ParameterVector
 
ParameterVector(Parameter...) - Constructor for class org.bytedeco.ngraph.ParameterVector
 
ParameterVector() - Constructor for class org.bytedeco.ngraph.ParameterVector
 
ParameterVector(long) - Constructor for class org.bytedeco.ngraph.ParameterVector
 
ParameterVector.Iterator - Class in org.bytedeco.ngraph
 
PartialShape - Class in org.bytedeco.ngraph
\brief Class representing a shape that may be partially or totally dynamic.
PartialShape(Pointer) - Constructor for class org.bytedeco.ngraph.PartialShape
Pointer cast constructor.
PartialShape(long) - Constructor for class org.bytedeco.ngraph.PartialShape
Native array allocator.
PartialShape(Dimension) - Constructor for class org.bytedeco.ngraph.PartialShape
\brief Constructs a PartialShape with static rank from a vector of Dimension.
PartialShape() - Constructor for class org.bytedeco.ngraph.PartialShape
\brief Constructs a static PartialShape with zero rank (the shape of a scalar).
PartialShape(Shape) - Constructor for class org.bytedeco.ngraph.PartialShape
\brief Constructs a static PartialShape from a Shape.
PassConfig - Class in org.bytedeco.ngraph
 
PassConfig(Pointer) - Constructor for class org.bytedeco.ngraph.PassConfig
Pointer cast constructor.
PassConfig(long) - Constructor for class org.bytedeco.ngraph.PassConfig
Native array allocator.
PassConfig() - Constructor for class org.bytedeco.ngraph.PassConfig
 
PerformanceCounter - Class in org.bytedeco.ngraph
 
PerformanceCounter(Pointer) - Constructor for class org.bytedeco.ngraph.PerformanceCounter
Pointer cast constructor.
PerformanceCounter(Node, long, long) - Constructor for class org.bytedeco.ngraph.PerformanceCounter
 
placement_invalid - Static variable in class org.bytedeco.ngraph.Node
 
placement_invalid() - Static method in class org.bytedeco.ngraph.Node
 
placement_to_string(int) - Static method in class org.bytedeco.ngraph.global.ngraph
 
PLAIDML - Static variable in class org.bytedeco.ngraph.global.ngraph
enum class ngraph::Placement
pop_back() - Method in class org.bytedeco.ngraph.FunctionVector
 
pop_back() - Method in class org.bytedeco.ngraph.NodeVector
 
pop_back() - Method in class org.bytedeco.ngraph.OpConstantVector
 
pop_back() - Method in class org.bytedeco.ngraph.ParameterVector
 
pop_back() - Method in class org.bytedeco.ngraph.PtrDiffTVector
 
pop_back() - Method in class org.bytedeco.ngraph.ResultVector
 
pop_back() - Method in class org.bytedeco.ngraph.SizeTVector
 
pop_back() - Method in class org.bytedeco.ngraph.StringVector
 
pop_back() - Method in class org.bytedeco.ngraph.TensorVector
 
position(long) - Method in class org.bytedeco.ngraph.Add
 
position(long) - Method in class org.bytedeco.ngraph.Adjoints
 
position(long) - Method in class org.bytedeco.ngraph.AxisSet
 
position(long) - Method in class org.bytedeco.ngraph.BackendManager
 
position(long) - Method in class org.bytedeco.ngraph.CheckLocInfo
 
position(long) - Method in class org.bytedeco.ngraph.CPU_Backend
 
position(long) - Method in class org.bytedeco.ngraph.DummyAssertionHelper
 
position(long) - Method in class org.bytedeco.ngraph.Multiply
 
position(long) - Method in class org.bytedeco.ngraph.NodeOutput
 
position(long) - Method in class org.bytedeco.ngraph.oi_pair
 
position(long) - Method in class org.bytedeco.ngraph.onnxMemoryFenceV1
 
position(long) - Method in class org.bytedeco.ngraph.onnxTensorDescriptorV1
 
position(long) - Method in class org.bytedeco.ngraph.OpAnnotations
 
position(long) - Method in class org.bytedeco.ngraph.Parameter
 
position(long) - Method in class org.bytedeco.ngraph.PartialShape
 
position(long) - Method in class org.bytedeco.ngraph.PassConfig
 
position(long) - Method in class org.bytedeco.ngraph.Result
 
PtrDiffTVector - Class in org.bytedeco.ngraph
 
PtrDiffTVector(Pointer) - Constructor for class org.bytedeco.ngraph.PtrDiffTVector
Pointer cast constructor.
PtrDiffTVector(long...) - Constructor for class org.bytedeco.ngraph.PtrDiffTVector
 
PtrDiffTVector() - Constructor for class org.bytedeco.ngraph.PtrDiffTVector
 
PtrDiffTVector(long) - Constructor for class org.bytedeco.ngraph.PtrDiffTVector
 
PtrDiffTVector.Iterator - Class in org.bytedeco.ngraph
 
push_back(Function) - Method in class org.bytedeco.ngraph.FunctionVector
 
push_back(Node) - Method in class org.bytedeco.ngraph.NodeVector
 
push_back(Constant) - Method in class org.bytedeco.ngraph.OpConstantVector
 
push_back(Parameter) - Method in class org.bytedeco.ngraph.ParameterVector
 
push_back(long) - Method in class org.bytedeco.ngraph.PtrDiffTVector
 
push_back(Result) - Method in class org.bytedeco.ngraph.ResultVector
 
push_back(long) - Method in class org.bytedeco.ngraph.SizeTVector
 
push_back(BytePointer) - Method in class org.bytedeco.ngraph.StringVector
 
push_back(String) - Method in class org.bytedeco.ngraph.StringVector
 
push_back(Tensor) - Method in class org.bytedeco.ngraph.TensorVector
 
put(Adjoints) - Method in class org.bytedeco.ngraph.Adjoints
 
put(AxisSet) - Method in class org.bytedeco.ngraph.AxisSet
 
put(AxisVector) - Method in class org.bytedeco.ngraph.AxisVector
 
put(Coordinate) - Method in class org.bytedeco.ngraph.Coordinate
 
put(CoordinateDiff) - Method in class org.bytedeco.ngraph.CoordinateDiff
 
put(FunctionVector) - Method in class org.bytedeco.ngraph.FunctionVector
 
put(long, Function) - Method in class org.bytedeco.ngraph.FunctionVector
 
put(Function) - Method in class org.bytedeco.ngraph.FunctionVector
 
put(Function...) - Method in class org.bytedeco.ngraph.FunctionVector
 
put(NodeVector) - Method in class org.bytedeco.ngraph.NodeVector
 
put(long, Node) - Method in class org.bytedeco.ngraph.NodeVector
 
put(Node) - Method in class org.bytedeco.ngraph.NodeVector
 
put(Node...) - Method in class org.bytedeco.ngraph.NodeVector
 
put(OpConstantVector) - Method in class org.bytedeco.ngraph.OpConstantVector
 
put(long, Constant) - Method in class org.bytedeco.ngraph.OpConstantVector
 
put(Constant) - Method in class org.bytedeco.ngraph.OpConstantVector
 
put(Constant...) - Method in class org.bytedeco.ngraph.OpConstantVector
 
put(ParameterVector) - Method in class org.bytedeco.ngraph.ParameterVector
 
put(long, Parameter) - Method in class org.bytedeco.ngraph.ParameterVector
 
put(Parameter) - Method in class org.bytedeco.ngraph.ParameterVector
 
put(Parameter...) - Method in class org.bytedeco.ngraph.ParameterVector
 
put(PtrDiffTVector) - Method in class org.bytedeco.ngraph.PtrDiffTVector
 
put(long, long) - Method in class org.bytedeco.ngraph.PtrDiffTVector
 
put(long) - Method in class org.bytedeco.ngraph.PtrDiffTVector
 
put(long...) - Method in class org.bytedeco.ngraph.PtrDiffTVector
 
put(ResultVector) - Method in class org.bytedeco.ngraph.ResultVector
 
put(long, Result) - Method in class org.bytedeco.ngraph.ResultVector
 
put(Result) - Method in class org.bytedeco.ngraph.ResultVector
 
put(Result...) - Method in class org.bytedeco.ngraph.ResultVector
 
put(Shape) - Method in class org.bytedeco.ngraph.Shape
 
put(SizeTSet) - Method in class org.bytedeco.ngraph.SizeTSet
 
put(SizeTVector) - Method in class org.bytedeco.ngraph.SizeTVector
 
put(long, long) - Method in class org.bytedeco.ngraph.SizeTVector
 
put(long) - Method in class org.bytedeco.ngraph.SizeTVector
 
put(long...) - Method in class org.bytedeco.ngraph.SizeTVector
 
put(Strides) - Method in class org.bytedeco.ngraph.Strides
 
put(StringBoolMap) - Method in class org.bytedeco.ngraph.StringBoolMap
 
put(BytePointer, boolean) - Method in class org.bytedeco.ngraph.StringBoolMap
 
put(StringStringMap) - Method in class org.bytedeco.ngraph.StringStringMap
 
put(BytePointer, BytePointer) - Method in class org.bytedeco.ngraph.StringStringMap
 
put(BytePointer, String) - Method in class org.bytedeco.ngraph.StringStringMap
 
put(StringVector) - Method in class org.bytedeco.ngraph.StringVector
 
put(long, BytePointer) - Method in class org.bytedeco.ngraph.StringVector
 
put(long, String) - Method in class org.bytedeco.ngraph.StringVector
 
put(BytePointer) - Method in class org.bytedeco.ngraph.StringVector
 
put(BytePointer...) - Method in class org.bytedeco.ngraph.StringVector
 
put(String) - Method in class org.bytedeco.ngraph.StringVector
 
put(String...) - Method in class org.bytedeco.ngraph.StringVector
 
put(StringVoidMap) - Method in class org.bytedeco.ngraph.StringVoidMap
 
put(BytePointer, Pointer) - Method in class org.bytedeco.ngraph.StringVoidMap
 
put(Tensor) - Method in class org.bytedeco.ngraph.Tensor
 
put(TensorVector) - Method in class org.bytedeco.ngraph.TensorVector
 
put(long, Tensor) - Method in class org.bytedeco.ngraph.TensorVector
 
put(Tensor) - Method in class org.bytedeco.ngraph.TensorVector
 
put(Tensor...) - Method in class org.bytedeco.ngraph.TensorVector
 
put(Type) - Method in class org.bytedeco.ngraph.Type
 

R

rank() - Method in class org.bytedeco.ngraph.PartialShape
\brief Get the rank of the shape.
read(Pointer, long) - Method in class org.bytedeco.ngraph.Tensor
\brief Read bytes directly from the tensor
refines(Dimension) - Method in class org.bytedeco.ngraph.Dimension
\brief Check whether this dimension is a refinement of the argument.
refines(PartialShape) - Method in class org.bytedeco.ngraph.PartialShape
\brief Check whether this shape is a refinement of the argument.
REFLECT - Static variable in class org.bytedeco.ngraph.global.ngraph
enum class ngraph::op::PadMode
register_backend(BytePointer, BackendConstructor) - Static method in class org.bytedeco.ngraph.BackendManager
\brief Used by build-in backends to register their name and constructor.
register_backend(String, BackendConstructor) - Static method in class org.bytedeco.ngraph.BackendManager
 
relaxes(Dimension) - Method in class org.bytedeco.ngraph.Dimension
\brief Check whether this dimension is a relaxation of the argument.
relaxes(PartialShape) - Method in class org.bytedeco.ngraph.PartialShape
\brief Check whether this shape is a relaxation of the argument.
remove_compiled_function(Executable) - Method in class org.bytedeco.ngraph.Backend
 
remove_compiled_function(Executable) - Method in class org.bytedeco.ngraph.CPU_Backend
 
remove_control_dependency(Node) - Method in class org.bytedeco.ngraph.Node
Remove the dependency of this node on node
remove_input(Input) - Method in class org.bytedeco.ngraph.Output
 
remove_output() - Method in class org.bytedeco.ngraph.Input
\brief Remove the output from this input.
remove_provenance_tag(BytePointer) - Method in class org.bytedeco.ngraph.Node
\brief Adds tag_set to this node and all intermediate nodes above base
remove_provenance_tag(String) - Method in class org.bytedeco.ngraph.Node
 
remove_target_input(NodeInput) - Method in class org.bytedeco.ngraph.NodeOutput
\brief Removes a target input from the output referenced by this output handle.
replace_node(Node, Node) - Method in class org.bytedeco.ngraph.Function
 
replace_output(Node, long) - Method in class org.bytedeco.ngraph.Input
\brief Replace the current output that supplies a value for this input with output i of node
replace_output(Output) - Method in class org.bytedeco.ngraph.Input
\brief Replace the current output that supplies a value for this input with output
replace_parameter(long, Parameter) - Method in class org.bytedeco.ngraph.Function
\brief Replace the parameter_indexth parameter of the function with parameter.
replace_source_output(NodeOutput) - Method in class org.bytedeco.ngraph.NodeInput
\brief Replaces the source output of this input.
resize(long) - Method in class org.bytedeco.ngraph.FunctionVector
 
resize(long) - Method in class org.bytedeco.ngraph.NodeVector
 
resize(long) - Method in class org.bytedeco.ngraph.OpConstantVector
 
resize(long) - Method in class org.bytedeco.ngraph.ParameterVector
 
resize(long) - Method in class org.bytedeco.ngraph.PtrDiffTVector
 
resize(long) - Method in class org.bytedeco.ngraph.ResultVector
 
resize(long) - Method in class org.bytedeco.ngraph.SizeTVector
 
resize(long) - Method in class org.bytedeco.ngraph.StringVector
 
resize(long) - Method in class org.bytedeco.ngraph.TensorVector
 
Result - Class in org.bytedeco.ngraph
 
Result(Pointer) - Constructor for class org.bytedeco.ngraph.Result
Pointer cast constructor.
Result(long) - Constructor for class org.bytedeco.ngraph.Result
Native array allocator.
Result() - Constructor for class org.bytedeco.ngraph.Result
\brief Allows a value to be used as a function result.
Result(NodeOutput, boolean) - Constructor for class org.bytedeco.ngraph.Result
\brief Allows a value to be used as a function result.
Result(NodeOutput) - Constructor for class org.bytedeco.ngraph.Result
 
ResultVector - Class in org.bytedeco.ngraph
 
ResultVector(Pointer) - Constructor for class org.bytedeco.ngraph.ResultVector
Pointer cast constructor.
ResultVector(Result) - Constructor for class org.bytedeco.ngraph.ResultVector
 
ResultVector(Result...) - Constructor for class org.bytedeco.ngraph.ResultVector
 
ResultVector() - Constructor for class org.bytedeco.ngraph.ResultVector
 
ResultVector(long) - Constructor for class org.bytedeco.ngraph.ResultVector
 
ResultVector.Iterator - Class in org.bytedeco.ngraph
 
revalidate_and_infer_types() - Method in class org.bytedeco.ngraph.Node
 

S

s_dynamic_val - Static variable in class org.bytedeco.ngraph.Dimension
 
s_dynamic_val() - Static method in class org.bytedeco.ngraph.Dimension
\brief Constant for the value used internally to represent a dynamic dimension.
SAME_LOWER - Static variable in class org.bytedeco.ngraph.global.ngraph
enum class ngraph::op::PadType
same_scheme(Dimension) - Method in class org.bytedeco.ngraph.Dimension
\brief Check whether this dimension represents the same scheme as the argument (both dynamic, or equal).
same_scheme(PartialShape) - Method in class org.bytedeco.ngraph.PartialShape
\brief Check whether this shape represents the same scheme as the argument.
SAME_UPPER - Static variable in class org.bytedeco.ngraph.global.ngraph
enum class ngraph::op::PadType
save(Pointer) - Method in class org.bytedeco.ngraph.Executable
\brief Save this compiled Executable to an output stream.
ScalarConstantLike - Class in org.bytedeco.ngraph
\brief A scalar constant whose element type is the same as like.
ScalarConstantLike(Pointer) - Constructor for class org.bytedeco.ngraph.ScalarConstantLike
Pointer cast constructor.
ScalarConstantLikeBase - Class in org.bytedeco.ngraph
 
ScalarConstantLikeBase(Pointer) - Constructor for class org.bytedeco.ngraph.ScalarConstantLikeBase
Pointer cast constructor.
second() - Method in class org.bytedeco.ngraph.StringBoolMap.Iterator
 
second() - Method in class org.bytedeco.ngraph.StringStringMap.Iterator
 
second() - Method in class org.bytedeco.ngraph.StringVoidMap.Iterator
 
set_argument(long, NodeOutput) - Method in class org.bytedeco.ngraph.Node
Sets/replaces the arguments with new arguments.
set_arguments(NodeVector) - Method in class org.bytedeco.ngraph.Node
Sets/replaces the arguments with new arguments.
set_arguments(NodeOutputVector) - Method in class org.bytedeco.ngraph.Node
Sets/replaces the arguments with new arguments.
set_autob(AutoBroadcastSpec) - Method in class org.bytedeco.ngraph.BinaryElementwiseArithmetic
 
set_backend_shared_library_search_directory(BytePointer) - Static method in class org.bytedeco.ngraph.Backend
 
set_backend_shared_library_search_directory(String) - Static method in class org.bytedeco.ngraph.Backend
 
set_cacheable(boolean) - Method in class org.bytedeco.ngraph.OpAnnotations
 
set_config(StringStringMap, BytePointer) - Method in class org.bytedeco.ngraph.Backend
\brief Allows sending backend specific configuration.
set_element_type(Type) - Method in class org.bytedeco.ngraph.Parameter
 
set_friendly_name(BytePointer) - Method in class org.bytedeco.ngraph.Function
\brief Sets a friendly name for a function.
set_friendly_name(String) - Method in class org.bytedeco.ngraph.Function
 
set_friendly_name(BytePointer) - Method in class org.bytedeco.ngraph.Node
\brief Sets a friendly name for a node.
set_friendly_name(String) - Method in class org.bytedeco.ngraph.Node
 
set_host_memory_allocator(Allocator) - Method in class org.bytedeco.ngraph.Backend
\brief Set the host memory allocator to be used by the backend
set_host_memory_allocator(Allocator) - Method in class org.bytedeco.ngraph.CPU_Backend
 
set_input_is_relevant_to_shape(long, boolean) - Method in class org.bytedeco.ngraph.Node
\brief Marks an input as being relevant or irrelevant to the output shapes of this node.
set_input_is_relevant_to_shape(long) - Method in class org.bytedeco.ngraph.Node
 
set_input_is_relevant_to_value(long, boolean) - Method in class org.bytedeco.ngraph.Node
\brief Marks an input as being relevant or irrelevant to the output values of this node.
set_input_is_relevant_to_value(long) - Method in class org.bytedeco.ngraph.Node
 
set_is_relevant_to_shapes(boolean) - Method in class org.bytedeco.ngraph.Parameter
 
set_needs_default_layout(boolean) - Method in class org.bytedeco.ngraph.Result
 
set_op_annotations(OpAnnotations) - Method in class org.bytedeco.ngraph.Op
 
set_output_size(long) - Method in class org.bytedeco.ngraph.Node
Sets the number of outputs
set_output_type(long, Type, PartialShape) - Method in class org.bytedeco.ngraph.Node
 
set_partial_shape(PartialShape) - Method in class org.bytedeco.ngraph.Parameter
 
set_pass_attribute(BytePointer, boolean) - Method in class org.bytedeco.ngraph.PassConfig
 
set_pass_attribute(String, boolean) - Method in class org.bytedeco.ngraph.PassConfig
 
set_pass_enable(BytePointer, boolean) - Method in class org.bytedeco.ngraph.PassConfig
 
set_pass_enable(String, boolean) - Method in class org.bytedeco.ngraph.PassConfig
 
set_placement(long) - Method in class org.bytedeco.ngraph.Function
 
set_placement(int) - Method in class org.bytedeco.ngraph.Node
Set device placement
set_placement_index(long) - Method in class org.bytedeco.ngraph.Node
Set device placement
set_pool_offset(long) - Method in class org.bytedeco.ngraph.DescriptorTensor
 
set_stale(boolean) - Method in class org.bytedeco.ngraph.Tensor
\brief Set the stale value of the tensor.
set_temporary_pool_size(long) - Method in class org.bytedeco.ngraph.Function
 
set_tensor_layout(TensorLayout) - Method in class org.bytedeco.ngraph.Tensor
\brief Set tensor layout
set_tensor_ptr(DescriptorTensor) - Method in class org.bytedeco.ngraph.Output
 
set_tensor_type(Type, PartialShape) - Method in class org.bytedeco.ngraph.DescriptorTensor
 
shape() - Method in class org.bytedeco.ngraph.onnxTensorDescriptorV1
Dimensions of the tensor.
shape(LongPointer) - Method in class org.bytedeco.ngraph.onnxTensorDescriptorV1
 
Shape - Class in org.bytedeco.ngraph
\brief Shape for a tensor.
Shape(Pointer) - Constructor for class org.bytedeco.ngraph.Shape
Pointer cast constructor.
Shape(SizeTVector) - Constructor for class org.bytedeco.ngraph.Shape
 
Shape(Shape) - Constructor for class org.bytedeco.ngraph.Shape
 
Shape(long, long) - Constructor for class org.bytedeco.ngraph.Shape
 
Shape(long) - Constructor for class org.bytedeco.ngraph.Shape
 
Shape() - Constructor for class org.bytedeco.ngraph.Shape
 
shape() - Method in class org.bytedeco.ngraph.Weight
 
shiftLeft(Pointer, DescriptorTensor) - Static method in class org.bytedeco.ngraph.global.ngraph
 
shiftLeft(Pointer, Type) - Static method in class org.bytedeco.ngraph.global.ngraph
 
shiftLeft(Pointer, AxisSet) - Static method in class org.bytedeco.ngraph.global.ngraph
 
shiftLeft(Pointer, AxisVector) - Static method in class org.bytedeco.ngraph.global.ngraph
 
shiftLeft(Pointer, CoordinateDiff) - Static method in class org.bytedeco.ngraph.global.ngraph
 
shiftLeft(Pointer, Shape) - Static method in class org.bytedeco.ngraph.global.ngraph
Row-major strides for a shape
shiftLeft(Pointer, Coordinate) - Static method in class org.bytedeco.ngraph.global.ngraph
 
shiftLeft(Pointer, Strides) - Static method in class org.bytedeco.ngraph.global.ngraph
 
shiftLeft(Pointer, Dimension) - Static method in class org.bytedeco.ngraph.global.ngraph
\brief Insert a human-readable representation of a dimension into an output stream.
shiftLeft(Pointer, PartialShape) - Static method in class org.bytedeco.ngraph.global.ngraph
\brief Inserts a human-readable representation of a PartialShape into an output stream.
size() - Method in class org.bytedeco.ngraph.DescriptorInputVector
 
size() - Method in class org.bytedeco.ngraph.DescriptorTensor
 
size() - Method in class org.bytedeco.ngraph.FunctionVector
 
size() - Method in class org.bytedeco.ngraph.NodeInputVector
 
size() - Method in class org.bytedeco.ngraph.NodeOutputVector
 
size() - Method in class org.bytedeco.ngraph.NodeVector
 
size() - Method in class org.bytedeco.ngraph.OpConstantVector
 
size() - Method in class org.bytedeco.ngraph.ParameterVector
 
size() - Method in class org.bytedeco.ngraph.PtrDiffTVector
 
size() - Method in class org.bytedeco.ngraph.ResultVector
 
size() - Method in class org.bytedeco.ngraph.SizeTSet
 
size() - Method in class org.bytedeco.ngraph.SizeTVector
 
size() - Method in class org.bytedeco.ngraph.StringBoolMap
 
size() - Method in class org.bytedeco.ngraph.StringStringMap
 
size() - Method in class org.bytedeco.ngraph.StringVector
 
size() - Method in class org.bytedeco.ngraph.StringVoidMap
 
size() - Method in class org.bytedeco.ngraph.TensorVector
 
size() - Method in class org.bytedeco.ngraph.Type
 
size() - Method in class org.bytedeco.ngraph.Weight
 
SizeTSet - Class in org.bytedeco.ngraph
 
SizeTSet(Pointer) - Constructor for class org.bytedeco.ngraph.SizeTSet
Pointer cast constructor.
SizeTSet() - Constructor for class org.bytedeco.ngraph.SizeTSet
 
SizeTSet.Iterator - Class in org.bytedeco.ngraph
 
SizeTVector - Class in org.bytedeco.ngraph
 
SizeTVector(Pointer) - Constructor for class org.bytedeco.ngraph.SizeTVector
Pointer cast constructor.
SizeTVector(long...) - Constructor for class org.bytedeco.ngraph.SizeTVector
 
SizeTVector() - Constructor for class org.bytedeco.ngraph.SizeTVector
 
SizeTVector(long) - Constructor for class org.bytedeco.ngraph.SizeTVector
 
SizeTVector.Iterator - Class in org.bytedeco.ngraph
 
Strides - Class in org.bytedeco.ngraph
\brief Strides for a tensor.
Strides(Pointer) - Constructor for class org.bytedeco.ngraph.Strides
Pointer cast constructor.
Strides(SizeTVector) - Constructor for class org.bytedeco.ngraph.Strides
 
Strides(Strides) - Constructor for class org.bytedeco.ngraph.Strides
 
Strides(long, long) - Constructor for class org.bytedeco.ngraph.Strides
 
Strides(long) - Constructor for class org.bytedeco.ngraph.Strides
 
Strides() - Constructor for class org.bytedeco.ngraph.Strides
 
StringBoolMap - Class in org.bytedeco.ngraph
 
StringBoolMap(Pointer) - Constructor for class org.bytedeco.ngraph.StringBoolMap
Pointer cast constructor.
StringBoolMap() - Constructor for class org.bytedeco.ngraph.StringBoolMap
 
StringBoolMap.Iterator - Class in org.bytedeco.ngraph
 
StringStringMap - Class in org.bytedeco.ngraph
 
StringStringMap(Pointer) - Constructor for class org.bytedeco.ngraph.StringStringMap
Pointer cast constructor.
StringStringMap() - Constructor for class org.bytedeco.ngraph.StringStringMap
 
StringStringMap.Iterator - Class in org.bytedeco.ngraph
 
StringVector - Class in org.bytedeco.ngraph
 
StringVector(Pointer) - Constructor for class org.bytedeco.ngraph.StringVector
Pointer cast constructor.
StringVector(BytePointer) - Constructor for class org.bytedeco.ngraph.StringVector
 
StringVector(BytePointer...) - Constructor for class org.bytedeco.ngraph.StringVector
 
StringVector(String) - Constructor for class org.bytedeco.ngraph.StringVector
 
StringVector(String...) - Constructor for class org.bytedeco.ngraph.StringVector
 
StringVector() - Constructor for class org.bytedeco.ngraph.StringVector
 
StringVector(long) - Constructor for class org.bytedeco.ngraph.StringVector
 
StringVector.Iterator - Class in org.bytedeco.ngraph
 
StringVoidMap - Class in org.bytedeco.ngraph
 
StringVoidMap(Pointer) - Constructor for class org.bytedeco.ngraph.StringVoidMap
Pointer cast constructor.
StringVoidMap() - Constructor for class org.bytedeco.ngraph.StringVoidMap
 
StringVoidMap.Iterator - Class in org.bytedeco.ngraph
 
subtract(Dimension) - Method in class org.bytedeco.ngraph.Dimension
\brief Subtraction operator for Dimension.
supports_dynamic_tensors() - Method in class org.bytedeco.ngraph.Backend
 
SYMMETRIC - Static variable in class org.bytedeco.ngraph.global.ngraph
enum class ngraph::op::PadMode

T

tag() - Method in class org.bytedeco.ngraph.onnxMemoryFenceV1
32-bit tag needed to distinguish different versions of a memory fence structure.
tag(int) - Method in class org.bytedeco.ngraph.onnxMemoryFenceV1
 
tag() - Method in class org.bytedeco.ngraph.onnxTensorDescriptorV1
32-bit tag needed to distinguish different versions of a tensor descriptor structure.
tag(int) - Method in class org.bytedeco.ngraph.onnxTensorDescriptorV1
 
Tensor - Class in org.bytedeco.ngraph
 
Tensor(Pointer) - Constructor for class org.bytedeco.ngraph.Tensor
Pointer cast constructor.
TensorLayout - Class in org.bytedeco.ngraph
 
TensorLayout() - Constructor for class org.bytedeco.ngraph.TensorLayout
Empty constructor.
TensorLayout(Pointer) - Constructor for class org.bytedeco.ngraph.TensorLayout
Pointer cast constructor.
TensorVector - Class in org.bytedeco.ngraph
 
TensorVector(Pointer) - Constructor for class org.bytedeco.ngraph.TensorVector
Pointer cast constructor.
TensorVector(Tensor) - Constructor for class org.bytedeco.ngraph.TensorVector
 
TensorVector(Tensor...) - Constructor for class org.bytedeco.ngraph.TensorVector
 
TensorVector() - Constructor for class org.bytedeco.ngraph.TensorVector
 
TensorVector(long) - Constructor for class org.bytedeco.ngraph.TensorVector
 
TensorVector.Iterator - Class in org.bytedeco.ngraph
 
to_shape() - Method in class org.bytedeco.ngraph.PartialShape
\brief Convert a static PartialShape to a Shape.
to_tensor(Backend) - Method in class org.bytedeco.ngraph.Weight
 
to_vector() - Method in class org.bytedeco.ngraph.AxisSet
 
toString() - Method in class org.bytedeco.ngraph.FunctionVector
 
toString() - Method in class org.bytedeco.ngraph.NodeVector
 
toString() - Method in class org.bytedeco.ngraph.OpConstantVector
 
toString() - Method in class org.bytedeco.ngraph.ParameterVector
 
toString() - Method in class org.bytedeco.ngraph.PtrDiffTVector
 
toString() - Method in class org.bytedeco.ngraph.ResultVector
 
toString() - Method in class org.bytedeco.ngraph.SizeTVector
 
toString() - Method in class org.bytedeco.ngraph.StringVector
 
toString() - Method in class org.bytedeco.ngraph.TensorVector
 
total_microseconds() - Method in class org.bytedeco.ngraph.PerformanceCounter
 
type() - Method in class org.bytedeco.ngraph.onnxMemoryFenceV1
Type of memory synchronization primitive.
type(long) - Method in class org.bytedeco.ngraph.onnxMemoryFenceV1
 
Type - Class in org.bytedeco.ngraph
 
Type(Pointer) - Constructor for class org.bytedeco.ngraph.Type
Pointer cast constructor.
Type() - Constructor for class org.bytedeco.ngraph.Type
 
Type(Type) - Constructor for class org.bytedeco.ngraph.Type
 
Type(int) - Constructor for class org.bytedeco.ngraph.Type
 
Type(long, boolean, boolean, boolean, BytePointer) - Constructor for class org.bytedeco.ngraph.Type
 
Type(long, boolean, boolean, boolean, String) - Constructor for class org.bytedeco.ngraph.Type
 
type() - Method in class org.bytedeco.ngraph.Weight
 
type_name() - Static method in class org.bytedeco.ngraph.Add
 
type_name() - Static method in class org.bytedeco.ngraph.Constant
 
type_name() - Static method in class org.bytedeco.ngraph.Multiply
 
type_name() - Static method in class org.bytedeco.ngraph.Parameter
 
type_name() - Static method in class org.bytedeco.ngraph.Result
 
type_name() - Static method in class org.bytedeco.ngraph.ScalarConstantLikeBase
 

U

u16 - Static variable in class org.bytedeco.ngraph.global.ngraph
enum class ngraph::element::Type_t
u16() - Static method in class org.bytedeco.ngraph.global.ngraph
 
u32 - Static variable in class org.bytedeco.ngraph.global.ngraph
enum class ngraph::element::Type_t
u32() - Static method in class org.bytedeco.ngraph.global.ngraph
 
u64 - Static variable in class org.bytedeco.ngraph.global.ngraph
enum class ngraph::element::Type_t
u64() - Static method in class org.bytedeco.ngraph.global.ngraph
 
u8 - Static variable in class org.bytedeco.ngraph.global.ngraph
enum class ngraph::element::Type_t
u8() - Static method in class org.bytedeco.ngraph.global.ngraph
 
undefined - Static variable in class org.bytedeco.ngraph.global.ngraph
enum class ngraph::element::Type_t
unsupported_op - Class in org.bytedeco.ngraph
 
unsupported_op(Pointer) - Constructor for class org.bytedeco.ngraph.unsupported_op
Pointer cast constructor.
unsupported_op(BytePointer) - Constructor for class org.bytedeco.ngraph.unsupported_op
 
unsupported_op(String) - Constructor for class org.bytedeco.ngraph.unsupported_op
 

V

VALID - Static variable in class org.bytedeco.ngraph.global.ngraph
enum class ngraph::op::PadType
validate(TensorVector, TensorVector) - Method in class org.bytedeco.ngraph.Executable
\brief Validates a Function.
validate_and_infer_types() - Method in class org.bytedeco.ngraph.BinaryElementwiseArithmetic
 
validate_and_infer_types() - Method in class org.bytedeco.ngraph.Constant
 
validate_and_infer_types() - Method in class org.bytedeco.ngraph.Parameter
 
validate_and_infer_types() - Method in class org.bytedeco.ngraph.Result
 
validate_nodes_and_infer_types() - Method in class org.bytedeco.ngraph.Function
 
Value - Class in org.bytedeco.ngraph
 
Value() - Constructor for class org.bytedeco.ngraph.Value
Empty constructor.
Value(Pointer) - Constructor for class org.bytedeco.ngraph.Value
Pointer cast constructor.

W

Weight - Class in org.bytedeco.ngraph
\brief Weight for an input
Weight(Pointer) - Constructor for class org.bytedeco.ngraph.Weight
Pointer cast constructor.
Weight(Weight) - Constructor for class org.bytedeco.ngraph.Weight
 
Weight(Type, Shape, BytePointer) - Constructor for class org.bytedeco.ngraph.Weight
 
Weight(Type, Shape, ByteBuffer) - Constructor for class org.bytedeco.ngraph.Weight
 
Weight(Type, Shape, byte[]) - Constructor for class org.bytedeco.ngraph.Weight
 
what() - Method in class org.bytedeco.ngraph.AssertionFailure
 
write(Pointer, long) - Method in class org.bytedeco.ngraph.Tensor
\brief Write bytes directly into the tensor
write_all_to_stream(Pointer) - Static method in class org.bytedeco.ngraph.global.ngraph
 
write_long_description(Pointer) - Method in class org.bytedeco.ngraph.Node
 
write_short_description(Pointer) - Method in class org.bytedeco.ngraph.Node
 

_

_boolean() - Static method in class org.bytedeco.ngraph.global.ngraph
 
_free(Pointer) - Method in class org.bytedeco.ngraph.Allocator
\brief deallocates the memory pointed by ptr
A B C D E F G H I L M N O P R S T U V W _ 
Skip navigation links

Copyright © 2022. All rights reserved.