Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/lite/src/
Dinner_context.h29 struct InnerContext : public Context { struct
31 InnerContext() { InitDeviceFp16(); } in InnerContext() function
86 bool device_and_pkg_support_fp16_ = false;
Dinner_context.cc49 InnerContext::InnerContext(const Context *context) { in InnerContext() function in mindspore::lite::InnerContext