Searched refs:USE_DEFAULT (Results 1 – 8 of 8) sorted by relevance
/external/tensorflow/tensorflow/python/training/ |
D | supervisor.py | 205 USE_DEFAULT = 0 variable in Supervisor 211 ready_op=USE_DEFAULT, 212 ready_for_local_init_op=USE_DEFAULT, 214 init_op=USE_DEFAULT, 216 local_init_op=USE_DEFAULT, 218 summary_op=USE_DEFAULT, 219 saver=USE_DEFAULT, 220 global_step=USE_DEFAULT, 227 summary_writer=USE_DEFAULT, 347 if summary_writer is Supervisor.USE_DEFAULT: [all …]
|
D | monitored_session.py | 55 USE_DEFAULT = object() variable 441 save_checkpoint_secs=USE_DEFAULT, 442 save_summaries_steps=USE_DEFAULT, 443 save_summaries_secs=USE_DEFAULT, 448 save_checkpoint_steps=USE_DEFAULT, 512 if save_summaries_steps == USE_DEFAULT and save_summaries_secs == USE_DEFAULT: 515 elif save_summaries_secs == USE_DEFAULT: 517 elif save_summaries_steps == USE_DEFAULT: 520 if (save_checkpoint_steps == USE_DEFAULT and 521 save_checkpoint_secs == USE_DEFAULT): [all …]
|
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/ |
D | PropertyName.java | 29 public final static PropertyName USE_DEFAULT = new PropertyName(_USE_DEFAULT, null); field in PropertyName 74 return USE_DEFAULT; in readResolve() 93 return USE_DEFAULT; in construct() 104 return USE_DEFAULT; in construct()
|
/external/llvm-project/llvm/test/Other/ |
D | new-pm-pgo-O0.ll | 3 …str-use-pipeline -profile-file='%t.profdata' %s 2>&1 |FileCheck %s --check-prefixes=USE_DEFAULT,USE 15 ; USE_DEFAULT: Running pass: PGOInstrumentationUse
|
/external/tensorflow/tensorflow/tools/api/golden/v1/ |
D | tensorflow.train.-supervisor.pbtxt | 6 name: "USE_DEFAULT"
|
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/introspect/ |
D | AnnotationIntrospectorPair.java | 470 } else if (name == PropertyName.USE_DEFAULT) { in findWrapperName() 605 } else if (n == PropertyName.USE_DEFAULT) { in findNameForSerialization() 778 } else if (n == PropertyName.USE_DEFAULT) { in findNameForDeserialization()
|
D | JacksonAnnotationIntrospector.java | 1069 return PropertyName.USE_DEFAULT; in findNameForSerialization() 1308 return PropertyName.USE_DEFAULT; in findNameForDeserialization() 1427 return PropertyName.USE_DEFAULT; in _propertyName()
|
/external/desugar/java/com/google/devtools/common/options/ |
D | InvocationPolicyEnforcer.java | 153 case USE_DEFAULT: in enforce() 492 case USE_DEFAULT: in getSingleValueSubflagAsPolicy()
|