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

Method get

tensorflow/contrib/graph_editor/util.py:381–386  ·  view source on GitHub ↗

return the control outputs of op.

(self, op)

Source from the content-addressed store, hash-verified

379 return self._control_outputs
380
381 def get(self, op):
382 """return the control outputs of op."""
383 if op in self._control_outputs:
384 return self._control_outputs[op]
385 else:
386 return ()
387
388 @property
389 def graph(self):

Callers 12

get_ops_iosFunction · 0.45
get_forward_walk_opsFunction · 0.45
detach_control_outputsFunction · 0.45
CreateMethod · 0.45
InitMethod · 0.45
RecvBufAsyncMethod · 0.45
InitMethod · 0.45
RunMethod · 0.45
FindMemoryRegionMethod · 0.45
InsertMemoryRegionMethod · 0.45
EvictMemoryRegionMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected