MCPcopy Create free account
hub / github.com/benoitsteiner/tensorflow-opencl / InitItem

Method InitItem

tensorflow/core/distributed_runtime/graph_mgr.cc:118–272  ·  view source on GitHub ↗

Creates executors given a graph definition "gdef" of a "session". If a node in "gdef" is shared by other graphs in "session", the same op kernel is reused. E.g., typically a params node is shared by multiple graphs in a session. If "gdef" is assigned to multiple devices, extra nodes (e.g., send/recv nodes) maybe added. The extra nodes' name are generated by calling "new_name(old_name)". "executo

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 15

ValidateGraphDefFunction · 0.85
ConvertGraphDefToGraphFunction · 0.85
AddControlEdgesFunction · 0.85
InvalidArgumentFunction · 0.85
EnsureMemoryTypesFunction · 0.85
DeviceTypeClass · 0.85
NewLocalExecutorFunction · 0.85
LookupDeviceMethod · 0.80
RunGroupingMethod · 0.80
op_segmentMethod · 0.80
AddHoldMethod · 0.80

Tested by

no test coverage detected