Home
last modified time | relevance | path

Searched defs:GetConstNodeValue (Results 1 – 2 of 2) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/lite/src/extendrt/utils/
Dfunc_graph_utils.cc59 tensor::TensorPtr FuncGraphUtils::GetConstNodeValue(AnfNodePtr input_node) { in GetConstNodeValue() function in mindspore::FuncGraphUtils
/third_party/mindspore/mindspore-src/source/mindspore/lite/src/extendrt/delegate/tensorrt/
Dtensorrt_graph_executor.cc73 tensor::TensorPtr GetConstNodeValue(AnfNodePtr input_node) { in GetConstNodeValue() function