Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/include/transform/graph_ir/
Dtypes.h145 using SessionOptions = std::map<std::string, std::string>; variable
/third_party/typescript/src/server/
Dsession.ts770 export interface SessionOptions { interface