예제 #1
0
 def _get_annotations(self, annotations):
     return get_annotations(
         annotations=annotations,
         default_annotations=conf.get(ANNOTATIONS_EXPERIMENTS))
예제 #2
0
 def _get_annotations(self, annotations):
     return get_annotations(
         annotations=annotations,
         default_annotations=conf.get(ANNOTATIONS_BUILD_JOBS))
예제 #3
0
 def _get_annotations(self, annotations):
     return get_annotations(
         annotations=annotations,
         default_annotations=conf.get(ANNOTATIONS_NOTEBOOKS))
예제 #4
0
 def _get_annotations(self, annotations):
     return get_annotations(
         annotations=annotations,
         default_annotations=conf.get(ANNOTATIONS_TENSORBOARDS))