Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore-src/source/mindspore/lite/tools/converter/config_parser/
Dpreprocess_parser.cc190 auto AddImage = [&inputs](const std::string &file, const std::string &input_name) { in CollectCalibInputs() local
/third_party/mesa3d/src/imgui/
Dimgui_draw.cpp1210 void ImDrawList::AddImage(ImTextureID user_texture_id, const ImVec2& a, const ImVec2& b, const ImVe… in AddImage() function in ImDrawList