MCPcopy Create free account
hub / github.com/NVIDIA/TensorRT / operation

Method operation

include/NvInferRuntime.h:292–296  ·  view source on GitHub ↗

Return pointer to IDimensionExp that represents the given operation applied to first and second. Returns nullptr if op is not a valid DimensionOperation.

Source from the content-addressed store, hash-verified

290 //! Return pointer to IDimensionExp that represents the given operation applied to first and second.
291 //! Returns nullptr if op is not a valid DimensionOperation.
292 IDimensionExpr const* operation(
293 DimensionOperation op, IDimensionExpr const& first, IDimensionExpr const& second) noexcept
294 {
295 return mImpl->operation(op, first, second);
296 }
297
298protected:
299 apiv::VExprBuilder* mImpl;

Callers 8

getOutputDimensionsMethod · 0.80
getOutputDimensionsMethod · 0.80
getOutputDimensionsMethod · 0.80
getOutputDimensionsMethod · 0.80
getOutputDimensionsMethod · 0.80
getOutputDimensionsMethod · 0.80
parseEltwiseFunction · 0.80
parseReductionFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected