Shortcuts

Template Function torch_tensorrt::ptq::make_int8_cache_calibrator

Function Documentation

Warning

doxygenfunction: Unable to resolve function “torch_tensorrt::ptq::make_int8_cache_calibrator” with arguments “(const std::string&)”. Candidate function could not be parsed. Parsing error is Error when parsing function declaration. If the function has no return type: Error in declarator or parameters-and-qualifiers Invalid C++ declaration: Expecting “(” in parameters-and-qualifiers. [error at 96] template<typename Algorithm = nvinfer1::IInt8EntropyCalibrator2> TORCH_TENSORRT_PTQ_DEPRECATION Int8CacheCalibrator< Algorithm > make_int8_cache_calibrator (const std::string &cache_file_path) ————————————————————————————————^ If the function has a return type: Error in declarator or parameters-and-qualifiers If pointer to member declarator: Invalid C++ declaration: Expected ‘::’ in pointer to member (function). [error at 129] template<typename Algorithm = nvinfer1::IInt8EntropyCalibrator2> TORCH_TENSORRT_PTQ_DEPRECATION Int8CacheCalibrator< Algorithm > make_int8_cache_calibrator (const std::string &cache_file_path) ———————————————————————————————————————————^ If declarator-id: Invalid C++ declaration: Expecting “(” in parameters-and-qualifiers. [error at 129] template<typename Algorithm = nvinfer1::IInt8EntropyCalibrator2> TORCH_TENSORRT_PTQ_DEPRECATION Int8CacheCalibrator< Algorithm > make_int8_cache_calibrator (const std::string &cache_file_path) ———————————————————————————————————————————^

Docs

Access comprehensive developer documentation for PyTorch

View Docs

Tutorials

Get in-depth tutorials for beginners and advanced developers

View Tutorials

Resources

Find development resources and get your questions answered

View Resources