MCPcopy Create free account
hub / github.com/PaddlePaddle/Serving / get_cube_quant_bits

Method get_cube_quant_bits

core/predictor/framework/resource.cpp:329–329  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

327 return 0;
328}
329size_t Resource::get_cube_quant_bits() { return this->_cube_quant_bits; }
330
331int Resource::reload() {
332 if (FLAGS_enable_model_toolkit && InferManager::instance().reload() != 0) {

Callers 1

inferenceMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected