Searched defs:InnerContext (Results 1 – 2 of 2) sorted by relevance
29 struct InnerContext : public Context { struct31 InnerContext() { InitDeviceFp16(); } in InnerContext() function86 bool device_and_pkg_support_fp16_ = false;
49 InnerContext::InnerContext(const Context *context) { in InnerContext() function in mindspore::lite::InnerContext