TensorRT 11.3.0
nvinfer1::ISymExpr Class Referenceabstract

Generic interface for a scalar symbolic expression implementable by a Python plugin / TensorRT Python backend. More...

#include <NvInferPythonPlugin.h>

Public Member Functions

virtual PluginArgType getType () const noexcept=0
 Get the type of the symbolic expression. More...
 
virtual PluginArgDataType getDataType () const noexcept=0
 Get the data type of the symbolic expression. More...
 
virtual void * getExpr () noexcept=0
 Underlying symbolic expression. More...
 

Detailed Description

Generic interface for a scalar symbolic expression implementable by a Python plugin / TensorRT Python backend.

Member Function Documentation

◆ getDataType()

virtual PluginArgDataType nvinfer1::ISymExpr::getDataType ( ) const
pure virtualnoexcept

Get the data type of the symbolic expression.

◆ getExpr()

virtual void * nvinfer1::ISymExpr::getExpr ( )
pure virtualnoexcept

Underlying symbolic expression.

◆ getType()

virtual PluginArgType nvinfer1::ISymExpr::getType ( ) const
pure virtualnoexcept

Get the type of the symbolic expression.


The documentation for this class was generated from the following file:

  Copyright © 2024 NVIDIA Corporation
  Privacy Policy | Manage My Privacy | Do Not Sell or Share My Data | Terms of Service | Accessibility | Corporate Policies | Product Security | Contact