Home
last modified time | relevance | path

Searched refs:_primary (Results 1 – 21 of 21) sorted by relevance

/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/introspect/
DAnnotationIntrospectorPair.java49 protected final AnnotationIntrospector _primary, _secondary; field in AnnotationIntrospectorPair
53 _primary = p; in AnnotationIntrospectorPair()
59 return _primary.version(); in version()
87 _primary.allIntrospectors(result); in allIntrospectors()
96 return _primary.isAnnotationBundle(ann) || _secondary.isAnnotationBundle(ann); in isAnnotationBundle()
108 PropertyName name1 = _primary.findRootName(ac); in findRootName()
125 JsonIgnoreProperties.Value v1 = _primary.findPropertyIgnoralByName(config, ann); in findPropertyIgnoralByName()
134 JsonIncludeProperties.Value v1 = _primary.findPropertyInclusionByName(config, a); in findPropertyInclusionByName()
142 Boolean result = _primary.isIgnorableType(ac); in isIgnorableType()
152 Object id = _primary.findFilterId(ann); in findFilterId()
[all …]
/external/tensorflow/tensorflow/python/distribute/
Dvalues.py170 return self._primary
175 def _primary(self): member in DistributedValues
455 self._common_name = self._primary.name.split(":")[0]
537 return self._primary.is_initialized()
540 result = self._primary.is_initialized()
554 return self._primary.initializer
573 return self._primary.constraint
577 return self._primary.graph
585 return self._primary._unique_id # pylint: disable=protected-access
590 return self._primary._graph_key # pylint: disable=protected-access
[all …]
Dtpu_values.py85 self._handle_id = self._common_name + "_" + str(id(self._primary))
169 return self._primary.op
170 return values.DistributedVarOp(self._primary.op.name,
171 self._primary.op.graph,
172 self._primary.op.traceback,
173 self._primary.op.type)
196 return self._primary.assign_sub(value, use_locking, name, read_value)
202 return self._primary.assign_add(value, use_locking, name, read_value)
208 return self._primary.assign(value, use_locking, name, read_value)
214 return self._primary.scatter_sub(sparse_delta, use_locking, name)
[all …]
Dvalues_test.py662 self.assertIs(captures[0][0], v._primary.handle)
696 _test(lambda: self.assertEqual(v.device, v._primary.device), v)
699 _test(lambda: self.assertIs(v.graph, v._primary.graph), v)
702 _test(lambda: self.assertIs(v.initializer, v._primary.initializer), v)
705 _test(lambda: self.assertIs(v.op, v._primary.op), v)
763 _test(lambda: self.assertIs(v.handle, v._primary.handle), v)
Dmirrored_strategy_test.py1378 concrete_forward = forward.get_concrete_function(x, w._primary, b._primary)
1395 self.assertEqual(self.evaluate(g1._primary), 1.0)
1396 self.assertEqual(self.evaluate(g2._primary), 1.0)
Dcross_device_ops.py1159 … index.append(array_ops.identity(all_reduced._primary)) # pylint: disable=protected-access
1329 … index.append(array_ops.identity(all_gathered._primary)) # pylint: disable=protected-access
Dparameter_server_strategy.py536 return x._primary # pylint: disable=protected-access
/external/python/cpython2/Lib/
Dstring.py92 self._primary = primary
97 return self._primary[key]
/external/antlr/tool/src/main/resources/org/antlr/codegen/templates/
DLeftRecursiveRules.stg37 recPrimaryName(ruleName) ::= "<ruleName>_primary"
/external/antlr/tool/src/main/resources/org/antlr/codegen/templates/JavaScript/
DJavaScript.stg795 recRuleSetResultAction() ::= "root_0=$<ruleName>_primary.tree;"
/external/antlr/tool/src/main/resources/org/antlr/codegen/templates/Scala/
DScala.stg849 recRuleSetResultAction() ::= "root_0=$<ruleName>_primary.tree;"
/external/antlr/tool/src/main/resources/org/antlr/codegen/templates/Python/
DPython.stg944 recRuleSetResultAction() ::= "root_0 = $<ruleName>_primary.tree"
/external/antlr/tool/src/main/resources/org/antlr/codegen/templates/Python3/
DPython3.stg951 recRuleSetResultAction() ::= "root_0 = $<ruleName>_primary.tree"
/external/antlr/tool/src/main/resources/org/antlr/codegen/templates/Ruby/
DRuby.stg1391 recRuleSetResultAction() ::= "root_0=$<ruleName>_primary.tree;"
/external/antlr/tool/src/main/resources/org/antlr/codegen/templates/Java/
DJava.stg874 recRuleSetResultAction() ::= "root_0=$<ruleName>_primary.tree;"
/external/antlr/tool/src/main/resources/org/antlr/codegen/templates/ActionScript/
DActionScript.stg811 recRuleSetResultAction() ::= "root_0=$<ruleName>_primary.tree;"
/external/antlr/tool/src/main/resources/org/antlr/codegen/templates/CSharp3/
DCSharp3.stg1121 recRuleSetResultAction() ::= "root_0=$<ruleName>_primary.tree;"
/external/antlr/tool/src/main/resources/org/antlr/codegen/templates/CSharp2/
DCSharp2.stg1141 recRuleSetResultAction() ::= "root_0=$<ruleName>_primary.tree;"
/external/antlr/tool/src/main/resources/org/antlr/codegen/templates/ObjC/
DObjC.stg1353 recRuleSetResultAction() ::= "root_0=$<ruleName>_primary.tree;"
/external/antlr/tool/src/main/resources/org/antlr/codegen/templates/Cpp/
DCpp.stg1814 recRuleSetResultAction() ::= "root_0=$<ruleName>_primary.tree;"
/external/antlr/tool/src/main/resources/org/antlr/codegen/templates/C/
DC.stg2275 recRuleSetResultAction() ::= "root_0=$<ruleName>_primary.tree;"