Home
last modified time | relevance | path

Searched refs:backup_count (Results 1 – 3 of 3) sorted by relevance

/third_party/grpc/include/grpcpp/impl/codegen/
Dproto_buffer_reader.h132 int64_t backup_count() { return backup_count_; } in backup_count() function
133 void set_backup_count(int64_t backup_count) { backup_count_ = backup_count; } in set_backup_count() argument
/third_party/mindspore/mindspore/
Dlog.py359 backup_count = kwargs.get('backupCount', None)
360 if console == _std_off and backup_count is not None:
361 if not backup_count.isdigit():
/third_party/mindspore/tests/ut/python/
Dtest_log.py127 backup_count = '11'
132 assert file_count == backup_count