MCPcopy Create free account
hub / github.com/PaddlePaddle/Paddle / ClearLowPrecisionKernelList

Function ClearLowPrecisionKernelList

paddle/phi/core/kernel_factory.h:349–349  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

347 std::map<const std::string, OpCount> GetLowPrecisionKernelList();
348
349 void ClearLowPrecisionKernelList() { low_precision_kernels_.clear(); }
350
351 private:
352 KernelFactory() = default;

Callers

nothing calls this directly

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected