Searched defs:NeuronDelegateSetting (Results 1 – 1 of 1) sorted by relevance
51 struct NeuronDelegateSetting { struct52 bool mHighAddr = false;54 bool mImportForever = false;56 std::string ToRuntimeOption() { in ToRuntimeOption()