Searched defs:MetaFuncGraph (Results 1 – 3 of 3) sorted by relevance
52 using MetaFuncGraph = mindspore::MetaFuncGraph; typedef
42 explicit MetaFuncGraph(const std::string &name) : name_(name) { cache_.clear(); } in MetaFuncGraph() function
107 : MetaFuncGraph(name), tail_type_(tail_type), enable_tuple_grad_(false) {} in MetaFuncGraph() function