MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / update

Method update

tensorflow/contrib/graph_editor/util.py:360–364  ·  view source on GitHub ↗

Update the control outputs if the graph has changed.

(self)

Source from the content-addressed store, hash-verified

358 self._build()
359
360 def update(self):
361 """Update the control outputs if the graph has changed."""
362 if self._version != self._graph.version:
363 self._build()
364 return self
365
366 def _build(self):
367 """Build the control outputs dictionary."""

Callers 15

arg_scopeFunction · 0.45
func_with_argsFunction · 0.45
load_vocabularyFunction · 0.45
_parse_exampleMethod · 0.45
_get_masked_weightsFunction · 0.45
check_ciosFunction · 0.45
get_within_boundary_opsFunction · 0.45
detach_control_outputsFunction · 0.45
ConsumerOperationsMethod · 0.45
merge_fromMethod · 0.45
__init__Method · 0.45

Calls 1

_buildMethod · 0.95

Tested by 1

_parse_exampleMethod · 0.36