luopengting
1dbd0eb7f2
add st for tuner and hyper config
5 years ago
mindspore-ci-bot
2d2f9863bc
!869 fix hint about optimizer config
From: @luopengting
Reviewed-by: @ouwenchang,@wenkai_dist
Signed-off-by: @wenkai_dist
5 years ago
luopengting
06590b370b
fix hint about optimizer config
5 years ago
maning202007
f516158501
add multigraph debugger support, update contion, search category, tensor summary
5 years ago
luopengting
b9c978830a
clean redundant code after removing lineage public APIs:
1. clean redundant code in lineage parsing and querier
2. delete get_summary_lineage()
3. modify related st and ut to use data_manager
5 years ago
Li Hongzhang
990800239b
add summary loading switch mechanism
5 years ago
luopengting
1c73d20cc7
mainly to new a thread to load detail info
1. New a thread to load detail info. Loading detail info takes too much time,
so the summary list and lineage can not be loaded timely.
2. Add a status for DetailCacheManager to indicate it is INIT, LOADING or DONE.
3. Update UT/ST.
5 years ago
luopengting
f83eadc907
enhance float cmp in tests.lineagemgr, fix probabilistic failure in st
5 years ago
luopengting
bb6b542dcd
fix the float compare because ci env update
5 years ago
ougongchang
add483450b
raise graph not exist when can not find graph by the given tag
5 years ago
ougongchang
8ea4d18cec
Extract the common function methods and reduced cyclomatic complexity of functions
5 years ago
luopengting
2b670b156f
move log operations to tests.utils, change import method to relative path
5 years ago