Searched defs:save_graphs_path (Results 1 – 3 of 3) sorted by relevance
52 std::string save_graphs_path; variable
214 auto save_graphs_path = context_ptr->get_param<std::string>(MS_CTX_SAVE_GRAPHS_PATH); in TensorRelationLog() local234 auto save_graphs_path = context_ptr->get_param<std::string>(MS_CTX_SAVE_GRAPHS_PATH); in SolverInputLog() local257 auto save_graphs_path = context_ptr->get_param<std::string>(MS_CTX_SAVE_GRAPHS_PATH); in SolverOutputLog() local
197 def set_save_graphs_path(self, save_graphs_path): argument