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

Function _current_graph

tensorflow/python/keras/backend.py:430–432  ·  view source on GitHub ↗

Return the graph members of `op_input_list`, or the current graph.

(op_input_list)

Source from the content-addressed store, hash-verified

428
429
430def _current_graph(op_input_list):
431 """Return the graph members of `op_input_list`, or the current graph."""
432 return ops._get_graph_from_inputs(op_input_list)
433
434
435def _get_session(op_input_list=()):

Callers 1

_get_sessionFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected