otx.core.ov.ops#
Module of otx.core.ov.ops.
Classes
|
SoftMaxV0 class. |
|
SoftMaxV1 class. |
|
ReluV0 class. |
|
SwishV4 class. |
|
SigmoidV0 class. |
|
ClampV0 class. |
|
PReluV0 class. |
|
TanhV0 class. |
|
EluV0 class. |
|
SeluV0 class. |
|
MishV4 class. |
|
HSwishV4 class. |
|
HSigmoidV5 class. |
|
ExpV0 class. |
|
HardSigmoidV0 class. |
|
GeluV7 class. |
|
MultiplyV1 class. |
|
DivideV1 class. |
|
AddV1 class. |
|
SubtractV1 class. |
|
TanV0 class. |
|
OperationRegistry class. |
|
ConvolutionV1 class. |
|
GroupConvolutionV1 class. |
|
RangeV4 class. |
|
InterpolateV4 class. |
|
ParameterV0 class. |
|
ResultV0 class. |
|
ConstantV0 class. |
|
MatMulV0 class. |
|
EinsumV7 class. |
|
PadV1 class. |
|
ConcatV0 class. |
|
TransposeV1 class. |
|
GatherV0 class. |
|
GatherV1 class. |
|
StridedSliceV1 class. |
|
SplitV1 class. |
|
VariadicSplitV1 class. |
|
ShuffleChannelsV0 class. |
|
BroadcastV3 class. |
|
ScatterNDUpdateV3 class. |
|
ScatterUpdateV3 class. |
|
TileV0 class. |
|
BatchNormalizationV0 class. |
|
LocalResponseNormalizationV0 class. |
|
NormalizeL2V0 class. |
|
MVNV6 class. |
|
ProposalV4 class. |
|
ROIPoolingV0 class. |
|
DetectionOutputV0 class. |
|
RegionYoloV0 class. |
|
PriorBoxV0 class. |
|
PriorBoxClusteredV0 class. |
|
Operation class. |
|
Attribute class. |
|
MaxPoolV0 class. |
|
AvgPoolV1 class. |
|
ReduceMeanV1 class. |
|
ReduceMeanV1Attribute class. |
|
ReduceMinV1 class. |
|
ReduceSumV1 class. |
|
SqueezeV0 class. |
|
UnsqueezeV0 class. |
|
ReshapeV1 class. |
|
ShapeOfV0 class. |
|
ShapeOfV3 class. |
|
TopKV3 class. |
|
NonMaxSuppressionV5 class. |
|
NonMaxSuppressionV9 class. |
|
ConvertV0 class. |
- class otx.core.ov.ops.AddV1(name: str, **kwargs)[source]#
Bases:
Operation[AddV1Attribute]AddV1 class.
Initializes internal Module state, shared by both nn.Module and ScriptModule.
- ATTRIBUTE_FACTORY#
alias of
AddV1Attribute
- class otx.core.ov.ops.Attribute(shape: Tuple[Tuple[int]] | Tuple[int] | None)[source]#
Bases:
objectAttribute class.
- class otx.core.ov.ops.AvgPoolV1(*args, **kwargs)[source]#
Bases:
Operation[AvgPoolV1Attribute]AvgPoolV1 class.
Initializes internal Module state, shared by both nn.Module and ScriptModule.
- ATTRIBUTE_FACTORY#
alias of
AvgPoolV1Attribute
- class otx.core.ov.ops.BatchNormalizationV0(*args, **kwargs)[source]#
Bases:
Operation[BatchNormalizationV0Attribute]BatchNormalizationV0 class.
Initializes internal Module state, shared by both nn.Module and ScriptModule.
- ATTRIBUTE_FACTORY#
alias of
BatchNormalizationV0Attribute
- class otx.core.ov.ops.BroadcastV3(name: str, **kwargs)[source]#
Bases:
Operation[BroadcastV3Attribute]BroadcastV3 class.
Initializes internal Module state, shared by both nn.Module and ScriptModule.
- ATTRIBUTE_FACTORY#
alias of
BroadcastV3Attribute
- class otx.core.ov.ops.ClampV0(name: str, **kwargs)[source]#
Bases:
Operation[ClampV0Attribute]ClampV0 class.
Initializes internal Module state, shared by both nn.Module and ScriptModule.
- ATTRIBUTE_FACTORY#
alias of
ClampV0Attribute
- class otx.core.ov.ops.ConcatV0(name: str, **kwargs)[source]#
Bases:
Operation[ConcatV0Attribute]ConcatV0 class.
Initializes internal Module state, shared by both nn.Module and ScriptModule.
- ATTRIBUTE_FACTORY#
alias of
ConcatV0Attribute
- class otx.core.ov.ops.ConstantV0(*args, **kwargs)[source]#
Bases:
Operation[ConstantV0Attribute]ConstantV0 class.
Initializes internal Module state, shared by both nn.Module and ScriptModule.
- ATTRIBUTE_FACTORY#
alias of
ConstantV0Attribute
- class otx.core.ov.ops.ConvertV0(name: str, **kwargs)[source]#
Bases:
Operation[ConvertV0Attribute]ConvertV0 class.
Initializes internal Module state, shared by both nn.Module and ScriptModule.
- ATTRIBUTE_FACTORY#
alias of
ConvertV0Attribute
- class otx.core.ov.ops.ConvolutionV1(name: str, **kwargs)[source]#
Bases:
Operation[ConvolutionV1Attribute]ConvolutionV1 class.
Initializes internal Module state, shared by both nn.Module and ScriptModule.
- ATTRIBUTE_FACTORY#
alias of
ConvolutionV1Attribute
- class otx.core.ov.ops.DetectionOutputV0(name: str, **kwargs)[source]#
Bases:
Operation[DetectionOutputV0Attribute]DetectionOutputV0 class.
Initializes internal Module state, shared by both nn.Module and ScriptModule.
- ATTRIBUTE_FACTORY#
alias of
DetectionOutputV0Attribute
- class otx.core.ov.ops.DivideV1(name: str, **kwargs)[source]#
Bases:
Operation[DivideV1Attribute]DivideV1 class.
Initializes internal Module state, shared by both nn.Module and ScriptModule.
- ATTRIBUTE_FACTORY#
alias of
DivideV1Attribute
- class otx.core.ov.ops.EinsumV7(name: str, **kwargs)[source]#
Bases:
Operation[EinsumV7Attribute]EinsumV7 class.
Initializes internal Module state, shared by both nn.Module and ScriptModule.
- ATTRIBUTE_FACTORY#
alias of
EinsumV7Attribute
- class otx.core.ov.ops.EluV0(name: str, **kwargs)[source]#
Bases:
Operation[EluV0Attribute]EluV0 class.
Initializes internal Module state, shared by both nn.Module and ScriptModule.
- ATTRIBUTE_FACTORY#
alias of
EluV0Attribute
- class otx.core.ov.ops.ExpV0(name: str, **kwargs)[source]#
Bases:
Operation[ExpV0Attribute]ExpV0 class.
Initializes internal Module state, shared by both nn.Module and ScriptModule.
- ATTRIBUTE_FACTORY#
alias of
ExpV0Attribute
- class otx.core.ov.ops.GatherV0(name: str, **kwargs)[source]#
Bases:
Operation[GatherV0Attribute]GatherV0 class.
Initializes internal Module state, shared by both nn.Module and ScriptModule.
- ATTRIBUTE_FACTORY#
alias of
GatherV0Attribute
- class otx.core.ov.ops.GatherV1(name: str, **kwargs)[source]#
Bases:
Operation[GatherV1Attribute]GatherV1 class.
Initializes internal Module state, shared by both nn.Module and ScriptModule.
- ATTRIBUTE_FACTORY#
alias of
GatherV1Attribute
- class otx.core.ov.ops.GeluV7(name: str, **kwargs)[source]#
Bases:
Operation[GeluV7Attribute]GeluV7 class.
Initializes internal Module state, shared by both nn.Module and ScriptModule.
- ATTRIBUTE_FACTORY#
alias of
GeluV7Attribute
- class otx.core.ov.ops.GroupConvolutionV1(name: str, **kwargs)[source]#
Bases:
Operation[GroupConvolutionV1Attribute]GroupConvolutionV1 class.
Initializes internal Module state, shared by both nn.Module and ScriptModule.
- ATTRIBUTE_FACTORY#
alias of
GroupConvolutionV1Attribute
- class otx.core.ov.ops.HSigmoidV5(name: str, **kwargs)[source]#
Bases:
Operation[HSigmoidV5Attribute]HSigmoidV5 class.
Initializes internal Module state, shared by both nn.Module and ScriptModule.
- ATTRIBUTE_FACTORY#
alias of
HSigmoidV5Attribute
- class otx.core.ov.ops.HSwishV4(name: str, **kwargs)[source]#
Bases:
Operation[HSwishV4Attribute]HSwishV4 class.
Initializes internal Module state, shared by both nn.Module and ScriptModule.
- ATTRIBUTE_FACTORY#
alias of
HSwishV4Attribute
- class otx.core.ov.ops.HardSigmoidV0(name: str, **kwargs)[source]#
Bases:
Operation[HardSigmoidV0Attribute]HardSigmoidV0 class.
Initializes internal Module state, shared by both nn.Module and ScriptModule.
- ATTRIBUTE_FACTORY#
alias of
HardSigmoidV0Attribute
- class otx.core.ov.ops.InterpolateV4(*args, **kwargs)[source]#
Bases:
Operation[InterpolateV4Attribute]InterpolateV4 class.
Initializes internal Module state, shared by both nn.Module and ScriptModule.
- ATTRIBUTE_FACTORY#
alias of
InterpolateV4Attribute
- class otx.core.ov.ops.LocalResponseNormalizationV0(name: str, **kwargs)[source]#
Bases:
Operation[LocalResponseNormalizationV0Attribute]LocalResponseNormalizationV0 class.
Initializes internal Module state, shared by both nn.Module and ScriptModule.
- ATTRIBUTE_FACTORY#
alias of
LocalResponseNormalizationV0Attribute
- class otx.core.ov.ops.MVNV6(name: str, **kwargs)[source]#
Bases:
Operation[MVNV6Attribute]MVNV6 class.
Initializes internal Module state, shared by both nn.Module and ScriptModule.
- ATTRIBUTE_FACTORY#
alias of
MVNV6Attribute
- class otx.core.ov.ops.MatMulV0(name: str, **kwargs)[source]#
Bases:
Operation[MatMulV0Attribute]MatMulV0 class.
Initializes internal Module state, shared by both nn.Module and ScriptModule.
- ATTRIBUTE_FACTORY#
alias of
MatMulV0Attribute
- class otx.core.ov.ops.MaxPoolV0(name: str, **kwargs)[source]#
Bases:
Operation[MaxPoolV0Attribute]MaxPoolV0 class.
Initializes internal Module state, shared by both nn.Module and ScriptModule.
- ATTRIBUTE_FACTORY#
alias of
MaxPoolV0Attribute
- class otx.core.ov.ops.MishV4(name: str, **kwargs)[source]#
Bases:
Operation[MishV4Attribute]MishV4 class.
Initializes internal Module state, shared by both nn.Module and ScriptModule.
- ATTRIBUTE_FACTORY#
alias of
MishV4Attribute
- class otx.core.ov.ops.MultiplyV1(name: str, **kwargs)[source]#
Bases:
Operation[MultiplyV1Attribute]MultiplyV1 class.
Initializes internal Module state, shared by both nn.Module and ScriptModule.
- ATTRIBUTE_FACTORY#
alias of
MultiplyV1Attribute
- class otx.core.ov.ops.NonMaxSuppressionV5(name: str, **kwargs)[source]#
Bases:
Operation[NonMaxSuppressionV5Attribute]NonMaxSuppressionV5 class.
Initializes internal Module state, shared by both nn.Module and ScriptModule.
- ATTRIBUTE_FACTORY#
alias of
NonMaxSuppressionV5Attribute
- class otx.core.ov.ops.NonMaxSuppressionV9(name: str, **kwargs)[source]#
Bases:
Operation[NonMaxSuppressionV9Attribute]NonMaxSuppressionV9 class.
Initializes internal Module state, shared by both nn.Module and ScriptModule.
- ATTRIBUTE_FACTORY#
alias of
NonMaxSuppressionV9Attribute
- class otx.core.ov.ops.NormalizeL2V0(name: str, **kwargs)[source]#
Bases:
Operation[NormalizeL2V0Attribute]NormalizeL2V0 class.
Initializes internal Module state, shared by both nn.Module and ScriptModule.
- ATTRIBUTE_FACTORY#
alias of
NormalizeL2V0Attribute
- class otx.core.ov.ops.Operation(name: str, **kwargs)[source]#
Bases:
Module,Generic[_T]Operation class.
Initializes internal Module state, shared by both nn.Module and ScriptModule.
- property attrs#
Operation’s attrs property.
- class otx.core.ov.ops.OperationRegistry(name, add_name_as_attr=False)[source]#
Bases:
RegistryOperationRegistry class.
- class otx.core.ov.ops.PReluV0(name: str, **kwargs)[source]#
Bases:
Operation[PReluV0Attribute]PReluV0 class.
Initializes internal Module state, shared by both nn.Module and ScriptModule.
- ATTRIBUTE_FACTORY#
alias of
PReluV0Attribute
- class otx.core.ov.ops.PadV1(*args, **kwargs)[source]#
Bases:
Operation[PadV1Attribute]PadV1 class.
Initializes internal Module state, shared by both nn.Module and ScriptModule.
- ATTRIBUTE_FACTORY#
alias of
PadV1Attribute
- class otx.core.ov.ops.ParameterV0(name: str, **kwargs)[source]#
Bases:
Operation[ParameterV0Attribute]ParameterV0 class.
Initializes internal Module state, shared by both nn.Module and ScriptModule.
- ATTRIBUTE_FACTORY#
alias of
ParameterV0Attribute
- class otx.core.ov.ops.PriorBoxClusteredV0(name: str, **kwargs)[source]#
Bases:
Operation[PriorBoxClusteredV0Attribute]PriorBoxClusteredV0 class.
Initializes internal Module state, shared by both nn.Module and ScriptModule.
- ATTRIBUTE_FACTORY#
alias of
PriorBoxClusteredV0Attribute
- class otx.core.ov.ops.PriorBoxV0(name: str, **kwargs)[source]#
Bases:
Operation[PriorBoxV0Attribute]PriorBoxV0 class.
Initializes internal Module state, shared by both nn.Module and ScriptModule.
- ATTRIBUTE_FACTORY#
alias of
PriorBoxV0Attribute
- class otx.core.ov.ops.ProposalV4(name: str, **kwargs)[source]#
Bases:
Operation[ProposalV4Attribute]ProposalV4 class.
Initializes internal Module state, shared by both nn.Module and ScriptModule.
- ATTRIBUTE_FACTORY#
alias of
ProposalV4Attribute
- class otx.core.ov.ops.ROIPoolingV0(name: str, **kwargs)[source]#
Bases:
Operation[ROIPoolingV0Attribute]ROIPoolingV0 class.
Initializes internal Module state, shared by both nn.Module and ScriptModule.
- ATTRIBUTE_FACTORY#
alias of
ROIPoolingV0Attribute
- class otx.core.ov.ops.RangeV4(name: str, **kwargs)[source]#
Bases:
Operation[RangeV4Attribute]RangeV4 class.
Initializes internal Module state, shared by both nn.Module and ScriptModule.
- ATTRIBUTE_FACTORY#
alias of
RangeV4Attribute
- class otx.core.ov.ops.ReduceMeanV1(name: str, **kwargs)[source]#
Bases:
Operation[ReduceMeanV1Attribute]ReduceMeanV1 class.
Initializes internal Module state, shared by both nn.Module and ScriptModule.
- ATTRIBUTE_FACTORY#
alias of
ReduceMeanV1Attribute
- class otx.core.ov.ops.ReduceMinV1(name: str, **kwargs)[source]#
Bases:
Operation[ReduceMinV1Attribute]ReduceMinV1 class.
Initializes internal Module state, shared by both nn.Module and ScriptModule.
- ATTRIBUTE_FACTORY#
alias of
ReduceMinV1Attribute
- class otx.core.ov.ops.ReduceProdV1(name: str, **kwargs)[source]#
Bases:
Operation[ReduceProdV1Attribute]ReduceMeanV1Attribute class.
Initializes internal Module state, shared by both nn.Module and ScriptModule.
- ATTRIBUTE_FACTORY#
alias of
ReduceProdV1Attribute
- class otx.core.ov.ops.ReduceSumV1(name: str, **kwargs)[source]#
Bases:
Operation[ReduceSumV1Attribute]ReduceSumV1 class.
Initializes internal Module state, shared by both nn.Module and ScriptModule.
- ATTRIBUTE_FACTORY#
alias of
ReduceSumV1Attribute
- class otx.core.ov.ops.RegionYoloV0(name: str, **kwargs)[source]#
Bases:
Operation[RegionYoloV0Attribute]RegionYoloV0 class.
Initializes internal Module state, shared by both nn.Module and ScriptModule.
- ATTRIBUTE_FACTORY#
alias of
RegionYoloV0Attribute
- class otx.core.ov.ops.ReluV0(name: str, **kwargs)[source]#
Bases:
Operation[ReluV0Attribute]ReluV0 class.
Initializes internal Module state, shared by both nn.Module and ScriptModule.
- ATTRIBUTE_FACTORY#
alias of
ReluV0Attribute
- class otx.core.ov.ops.ReshapeV1(name: str, **kwargs)[source]#
Bases:
Operation[ReshapeV1Attribute]ReshapeV1 class.
Initializes internal Module state, shared by both nn.Module and ScriptModule.
- ATTRIBUTE_FACTORY#
alias of
ReshapeV1Attribute
- class otx.core.ov.ops.ResultV0(name: str, **kwargs)[source]#
Bases:
Operation[ResultV0Attribute]ResultV0 class.
Initializes internal Module state, shared by both nn.Module and ScriptModule.
- ATTRIBUTE_FACTORY#
alias of
ResultV0Attribute
- class otx.core.ov.ops.ScatterNDUpdateV3(name: str, **kwargs)[source]#
Bases:
Operation[ScatterNDUpdateV3Attribute]ScatterNDUpdateV3 class.
Initializes internal Module state, shared by both nn.Module and ScriptModule.
- ATTRIBUTE_FACTORY#
alias of
ScatterNDUpdateV3Attribute
- class otx.core.ov.ops.ScatterUpdateV3(name: str, **kwargs)[source]#
Bases:
Operation[ScatterUpdateV3Attribute]ScatterUpdateV3 class.
Initializes internal Module state, shared by both nn.Module and ScriptModule.
- ATTRIBUTE_FACTORY#
alias of
ScatterUpdateV3Attribute
- class otx.core.ov.ops.SeluV0(name: str, **kwargs)[source]#
Bases:
Operation[SeluV0Attribute]SeluV0 class.
Initializes internal Module state, shared by both nn.Module and ScriptModule.
- ATTRIBUTE_FACTORY#
alias of
SeluV0Attribute
- class otx.core.ov.ops.ShapeOfV0(name: str, **kwargs)[source]#
Bases:
Operation[ShapeOfV0Attribute]ShapeOfV0 class.
Initializes internal Module state, shared by both nn.Module and ScriptModule.
- ATTRIBUTE_FACTORY#
alias of
ShapeOfV0Attribute
- class otx.core.ov.ops.ShapeOfV3(name: str, **kwargs)[source]#
Bases:
Operation[ShapeOfV3Attribute]ShapeOfV3 class.
Initializes internal Module state, shared by both nn.Module and ScriptModule.
- ATTRIBUTE_FACTORY#
alias of
ShapeOfV3Attribute
- class otx.core.ov.ops.ShuffleChannelsV0(name: str, **kwargs)[source]#
Bases:
Operation[ShuffleChannelsV0Attribute]ShuffleChannelsV0 class.
Initializes internal Module state, shared by both nn.Module and ScriptModule.
- ATTRIBUTE_FACTORY#
alias of
ShuffleChannelsV0Attribute
- class otx.core.ov.ops.SigmoidV0(name: str, **kwargs)[source]#
Bases:
Operation[SigmoidV0Attribute]SigmoidV0 class.
Initializes internal Module state, shared by both nn.Module and ScriptModule.
- ATTRIBUTE_FACTORY#
alias of
SigmoidV0Attribute
- class otx.core.ov.ops.SoftMaxV0(name: str, **kwargs)[source]#
Bases:
Operation[SoftMaxV0Attribute]SoftMaxV0 class.
Initializes internal Module state, shared by both nn.Module and ScriptModule.
- ATTRIBUTE_FACTORY#
alias of
SoftMaxV0Attribute
- class otx.core.ov.ops.SoftMaxV1(name: str, **kwargs)[source]#
Bases:
Operation[SoftMaxV1Attribute]SoftMaxV1 class.
Initializes internal Module state, shared by both nn.Module and ScriptModule.
- ATTRIBUTE_FACTORY#
alias of
SoftMaxV1Attribute
- class otx.core.ov.ops.SplitV1(name: str, **kwargs)[source]#
Bases:
Operation[SplitV1Attribute]SplitV1 class.
Initializes internal Module state, shared by both nn.Module and ScriptModule.
- ATTRIBUTE_FACTORY#
alias of
SplitV1Attribute
- class otx.core.ov.ops.SqueezeV0(name: str, **kwargs)[source]#
Bases:
Operation[SqueezeV0Attribute]SqueezeV0 class.
Initializes internal Module state, shared by both nn.Module and ScriptModule.
- ATTRIBUTE_FACTORY#
alias of
SqueezeV0Attribute
- class otx.core.ov.ops.StridedSliceV1(name: str, **kwargs)[source]#
Bases:
Operation[StridedSliceV1Attribute]StridedSliceV1 class.
Initializes internal Module state, shared by both nn.Module and ScriptModule.
- ATTRIBUTE_FACTORY#
alias of
StridedSliceV1Attribute
- class otx.core.ov.ops.SubtractV1(name: str, **kwargs)[source]#
Bases:
Operation[SubtractV1Attribute]SubtractV1 class.
Initializes internal Module state, shared by both nn.Module and ScriptModule.
- ATTRIBUTE_FACTORY#
alias of
SubtractV1Attribute
- class otx.core.ov.ops.SwishV4(name: str, **kwargs)[source]#
Bases:
Operation[SwishV4Attribute]SwishV4 class.
Initializes internal Module state, shared by both nn.Module and ScriptModule.
- ATTRIBUTE_FACTORY#
alias of
SwishV4Attribute
- class otx.core.ov.ops.TanV0(name: str, **kwargs)[source]#
Bases:
Operation[TanV0Attribute]TanV0 class.
Initializes internal Module state, shared by both nn.Module and ScriptModule.
- ATTRIBUTE_FACTORY#
alias of
TanV0Attribute
- class otx.core.ov.ops.TanhV0(name: str, **kwargs)[source]#
Bases:
Operation[TanhV0Attribute]TanhV0 class.
Initializes internal Module state, shared by both nn.Module and ScriptModule.
- ATTRIBUTE_FACTORY#
alias of
TanhV0Attribute
- class otx.core.ov.ops.TileV0(name: str, **kwargs)[source]#
Bases:
Operation[TileV0Attribute]TileV0 class.
Initializes internal Module state, shared by both nn.Module and ScriptModule.
- ATTRIBUTE_FACTORY#
alias of
TileV0Attribute
- class otx.core.ov.ops.TopKV3(name: str, **kwargs)[source]#
Bases:
Operation[TopKV3Attribute]TopKV3 class.
Initializes internal Module state, shared by both nn.Module and ScriptModule.
- ATTRIBUTE_FACTORY#
alias of
TopKV3Attribute
- class otx.core.ov.ops.TransposeV1(name: str, **kwargs)[source]#
Bases:
Operation[TransposeV1Attribute]TransposeV1 class.
Initializes internal Module state, shared by both nn.Module and ScriptModule.
- ATTRIBUTE_FACTORY#
alias of
TransposeV1Attribute
- class otx.core.ov.ops.UnsqueezeV0(name: str, **kwargs)[source]#
Bases:
Operation[UnsqueezeV0Attribute]UnsqueezeV0 class.
Initializes internal Module state, shared by both nn.Module and ScriptModule.
- ATTRIBUTE_FACTORY#
alias of
UnsqueezeV0Attribute