TensorRT 10.8.0
|
这是 nvinfer1::INetworkDefinition 的完整成员列表,包括所有继承的成员。
addActivation(ITensor &input, ActivationType type) noexcept | nvinfer1::INetworkDefinition | 内联 |
addAssertion(ITensor &condition, char const *message) noexcept | nvinfer1::INetworkDefinition | 内联 |
addCast(ITensor &input, DataType toType) noexcept | nvinfer1::INetworkDefinition | 内联 |
addConcatenation(ITensor *const *inputs, int32_t nbInputs) noexcept | nvinfer1::INetworkDefinition | 内联 |
addConstant(Dims const &dimensions, Weights weights) noexcept | nvinfer1::INetworkDefinition | 内联 |
addConvolutionNd(ITensor &input, int64_t nbOutputMaps, Dims const &kernelSize, Weights kernelWeights, Weights biasWeights) noexcept | nvinfer1::INetworkDefinition | 内联 |
addCumulative(ITensor &input, ITensor &axis, CumulativeOperation operation, bool exclusive, bool reverse) noexcept | nvinfer1::INetworkDefinition | 内联 |
addDeconvolutionNd(ITensor &input, int64_t nbOutputMaps, Dims kernelSize, Weights kernelWeights, Weights biasWeights) noexcept | nvinfer1::INetworkDefinition | 内联 |
addDequantize(ITensor &input, ITensor &scale) noexcept | nvinfer1::INetworkDefinition | 内联 |
addDequantize(ITensor &input, ITensor &scale, DataType outputType) noexcept | nvinfer1::INetworkDefinition | 内联 |
addDynamicQuantize(ITensor &input, int32_t axis, int32_t blockSize, DataType outputType, DataType scaleType) noexcept | nvinfer1::INetworkDefinition | 内联 |
addEinsum(ITensor *const *inputs, int32_t nbInputs, char const *equation) noexcept | nvinfer1::INetworkDefinition | 内联 |
addElementWise(ITensor &input1, ITensor &input2, ElementWiseOperation op) noexcept | nvinfer1::INetworkDefinition | 内联 |
addFill(Dims const &dimensions, FillOperation op) noexcept | nvinfer1::INetworkDefinition | 内联 |
addFill(Dims const &dimensions, FillOperation op, DataType outputType) noexcept | nvinfer1::INetworkDefinition | 内联 |
addGather(ITensor &data, ITensor &indices, int32_t axis) noexcept | nvinfer1::INetworkDefinition | 内联 |
addGatherV2(ITensor &data, ITensor &indices, GatherMode mode) noexcept | nvinfer1::INetworkDefinition | 内联 |
addGridSample(ITensor &input, ITensor &grid) noexcept | nvinfer1::INetworkDefinition | 内联 |
addIdentity(ITensor &input) noexcept | nvinfer1::INetworkDefinition | 内联 |
addIfConditional() noexcept | nvinfer1::INetworkDefinition | 内联 |
addInput(char const *name, DataType type, Dims const &dimensions) noexcept | nvinfer1::INetworkDefinition | 内联 |
addLoop() noexcept | nvinfer1::INetworkDefinition | 内联 |
addLRN(ITensor &input, int64_t window, float alpha, float beta, float k) noexcept | nvinfer1::INetworkDefinition | 内联 |
addMatrixMultiply(ITensor &input0, MatrixOperation op0, ITensor &input1, MatrixOperation op1) noexcept | nvinfer1::INetworkDefinition | 内联 |
addNMS(ITensor &boxes, ITensor &scores, ITensor &maxOutputBoxesPerClass) noexcept | nvinfer1::INetworkDefinition | 内联 |
addNonZero(ITensor &input) noexcept | nvinfer1::INetworkDefinition | 内联 |
addNormalization(ITensor &input, ITensor &scale, ITensor &bias, uint32_t axesMask) noexcept | nvinfer1::INetworkDefinition | 内联 |
addOneHot(ITensor &indices, ITensor &values, ITensor &depth, int32_t axis) noexcept | nvinfer1::INetworkDefinition | 内联 |
addPaddingNd(ITensor &input, Dims const &prePadding, Dims const &postPadding) noexcept | nvinfer1::INetworkDefinition | 内联 |
addParametricReLU(ITensor &input, ITensor &slope) noexcept | nvinfer1::INetworkDefinition | 内联 |
addPluginV2(ITensor *const *inputs, int32_t nbInputs, IPluginV2 &plugin) noexcept | nvinfer1::INetworkDefinition | 内联 |
addPluginV3(ITensor *const *inputs, int32_t nbInputs, ITensor *const *shapeInputs, int32_t nbShapeInputs, IPluginV3 &plugin) noexcept | nvinfer1::INetworkDefinition | 内联 |
addPoolingNd(ITensor &input, PoolingType type, Dims const &windowSize) noexcept | nvinfer1::INetworkDefinition | 内联 |
addQuantize(ITensor &input, ITensor &scale) noexcept | nvinfer1::INetworkDefinition | 内联 |
addQuantize(ITensor &input, ITensor &scale, DataType outputType) noexcept | nvinfer1::INetworkDefinition | 内联 |
addRaggedSoftMax(ITensor &input, ITensor &bounds) noexcept | nvinfer1::INetworkDefinition | 内联 |
addReduce(ITensor &input, ReduceOperation operation, uint32_t reduceAxes, bool keepDimensions) noexcept | nvinfer1::INetworkDefinition | 内联 |
addResize(ITensor &input) noexcept | nvinfer1::INetworkDefinition | 内联 |
addReverseSequence(ITensor &input, ITensor &sequenceLens) noexcept | nvinfer1::INetworkDefinition | 内联 |
addScale(ITensor &input, ScaleMode mode, Weights shift, Weights scale, Weights power) noexcept | nvinfer1::INetworkDefinition | 内联 |
addScaleNd(ITensor &input, ScaleMode mode, Weights shift, Weights scale, Weights power, int32_t channelAxis) noexcept | nvinfer1::INetworkDefinition | 内联 |
addScatter(ITensor &data, ITensor &indices, ITensor &updates, ScatterMode mode) noexcept | nvinfer1::INetworkDefinition | 内联 |
addSelect(ITensor &condition, ITensor &thenInput, ITensor &elseInput) noexcept | nvinfer1::INetworkDefinition | 内联 |
addShape(ITensor &input) noexcept | nvinfer1::INetworkDefinition | 内联 |
addShuffle(ITensor &input) noexcept | nvinfer1::INetworkDefinition | 内联 |
addSlice(ITensor &input, Dims const &start, Dims const &size, Dims const &stride) noexcept | nvinfer1::INetworkDefinition | 内联 |
addSoftMax(ITensor &input) noexcept | nvinfer1::INetworkDefinition | 内联 |
addSqueeze(ITensor &input, ITensor &axes) noexcept | nvinfer1::INetworkDefinition | 内联 |
addTopK(ITensor &input, TopKOperation op, int32_t k, uint32_t reduceAxes) noexcept | nvinfer1::INetworkDefinition | 内联 |
addUnary(ITensor &input, UnaryOperation operation) noexcept | nvinfer1::INetworkDefinition | 内联 |
addUnsqueeze(ITensor &input, ITensor &axes) noexcept | nvinfer1::INetworkDefinition | 内联 |
areWeightsMarkedRefittable(char const *name) const noexcept | nvinfer1::INetworkDefinition | 内联 |
getBuilder() const noexcept | nvinfer1::INetworkDefinition | 内联虚函数 |
getErrorRecorder() const noexcept | nvinfer1::INetworkDefinition | 内联 |
getFlag(NetworkDefinitionCreationFlag networkDefinitionCreationFlag) const noexcept | nvinfer1::INetworkDefinition | 内联 |
getFlags() const noexcept | nvinfer1::INetworkDefinition | 内联 |
getInput(int32_t index) const noexcept | nvinfer1::INetworkDefinition | 内联 |
getLayer(int32_t index) const noexcept | nvinfer1::INetworkDefinition | 内联 |
getName() const noexcept | nvinfer1::INetworkDefinition | 内联 |
getNbInputs() const noexcept | nvinfer1::INetworkDefinition | 内联 |
getNbLayers() const noexcept | nvinfer1::INetworkDefinition | 内联 |
getNbOutputs() const noexcept | nvinfer1::INetworkDefinition | 内联 |
getOutput(int32_t index) const noexcept | nvinfer1::INetworkDefinition | 内联 |
hasImplicitBatchDimension() const noexcept | nvinfer1::INetworkDefinition | 内联 |
INoCopy()=default | nvinfer1::INoCopy | 受保护的 |
INoCopy(INoCopy const &other)=delete | nvinfer1::INoCopy | 受保护的 |
INoCopy(INoCopy &&other)=delete | nvinfer1::INoCopy | 受保护的 |
isDebugTensor(nvinfer1::ITensor const &tensor) const noexcept | nvinfer1::INetworkDefinition | 内联 |
markDebug(ITensor &tensor) noexcept | nvinfer1::INetworkDefinition | 内联 |
markOutput(ITensor &tensor) noexcept | nvinfer1::INetworkDefinition | 内联 |
markOutputForShapes(ITensor &tensor) noexcept | nvinfer1::INetworkDefinition | 内联 |
markWeightsRefittable(char const *name) noexcept | nvinfer1::INetworkDefinition | 内联 |
mImpl | nvinfer1::INetworkDefinition | 受保护的 |
operator=(INoCopy const &other)=delete | nvinfer1::INoCopy | 受保护的 |
operator=(INoCopy &&other)=delete | nvinfer1::INoCopy | 受保护的 |
removeTensor(ITensor &tensor) noexcept | nvinfer1::INetworkDefinition | 内联 |
setErrorRecorder(IErrorRecorder *recorder) noexcept | nvinfer1::INetworkDefinition | 内联 |
setName(char const *name) noexcept | nvinfer1::INetworkDefinition | 内联 |
setWeightsName(Weights weights, char const *name) noexcept | nvinfer1::INetworkDefinition | 内联 |
unmarkDebug(ITensor &tensor) noexcept | nvinfer1::INetworkDefinition | 内联 |
unmarkOutput(ITensor &tensor) noexcept | nvinfer1::INetworkDefinition | 内联 |
unmarkOutputForShapes(ITensor &tensor) noexcept | nvinfer1::INetworkDefinition | 内联 |
unmarkWeightsRefittable(char const *name) noexcept | nvinfer1::INetworkDefinition | 内联 |
~INetworkDefinition() noexcept=default | nvinfer1::INetworkDefinition | 虚函数 |
~INoCopy()=default | nvinfer1::INoCopy | 受保护的虚函数 |
版权所有 © 2024 NVIDIA Corporation
隐私政策 | 管理我的隐私 | 不要出售或分享我的数据 | 服务条款 | 无障碍功能 | 公司政策 | 产品安全 | 联系我们