Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/runtime/device/ascend/executor/tiling/
Dop_tiling_adapter.h55 std::string GetInputName(const CNodePtr &node, size_t index);
Dop_tiling_adapter.cc66 std::string OpTilingCalculateAdapter::GetInputName(const CNodePtr &node, size_t index) { in GetInputName() function in mindspore::device::tiling::OpTilingCalculateAdapter
99 auto input_name = GetInputName(node, real_index); in ConvertInputShapeAndType()
/third_party/gstreamer/gstplugins_bad/ext/onnx/
Dgstonnxclient.cpp230 GST_DEBUG ("Input name: %s", session->GetInputName (0, allocator)); in createSession()
281 auto inputName = session->GetInputName (0, allocator); in doRun()