Home
last modified time | relevance | path

Searched refs:BuildTensorRTGraph (Results 1 – 3 of 3) sorted by relevance

/third_party/mindspore/mindspore/lite/src/delegate/tensorrt/
Dtensorrt_subgraph.h60 int BuildTensorRTGraph();
Dtensorrt_delegate.cc201 ret = tensorrt_graph->BuildTensorRTGraph(); in CreateTensorRTGraph()
Dtensorrt_subgraph.cc203 int TensorRTSubGraph::BuildTensorRTGraph() { in BuildTensorRTGraph() function in mindspore::lite::TensorRTSubGraph