MCPcopy Create free account
hub / github.com/MegEngine/MegEngine / name

Method name

src/tensorrt/impl/opr_replace.cpp:1602–1604  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1600}
1601
1602const char* TensorRTReplacePass::name() const {
1603 return mgb_cstr_log("tensorrt_replace");
1604}
1605
1606void TensorRTReplacePass::apply(OptState& opt) const {
1607 if (CompNode::get_device_count(CompNode::DeviceType::CUDA)) {

Callers 5

execMethod · 0.45
init_output_dtypeMethod · 0.45
mgb_dtype_to_trt_dtypeFunction · 0.45
ImplMethod · 0.45
get_scaleMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected