Home
last modified time | relevance | path

Searched defs:log_device_placement (Results 1 – 8 of 8) sorted by relevance

/external/tensorflow/tensorflow/core/common_runtime/
Dplacer.cc109 void LogDeviceAssignment(const Node* node, bool log_device_placement) { in LogDeviceAssignment()
132 bool log_device_placement) { in AssignAndLog()
147 bool allow_soft_placement, bool log_device_placement) in Placer()
Dinspecting_placer.cc118 bool log_device_placement) in InspectingPlacer()
Dcolocation_graph.cc271 bool log_device_placement) { in EnsureCompatibilityAcrossResourceEdge()
632 bool log_device_placement) in ColocationGraph()
Dplacer_test.cc273 bool allow_soft_placement, bool log_device_placement) { in Place()
281 bool log_device_placement) { in CallOptPassesAndPlace()
321 bool log_device_placement) { in Place()
331 bool log_device_placement) { in CallOptPassesAndPlace()
/external/tensorflow/tensorflow/core/common_runtime/eager/
Dkernel_and_device.cc101 Status KernelAndDeviceOp::Init(const bool log_device_placement, in Init()
139 Status KernelAndDeviceFunc::InstantiateFunc(const bool log_device_placement, in InstantiateFunc()
244 Status KernelAndDeviceFunc::Init(const bool log_device_placement, in Init()
/external/tensorflow/tensorflow/core/runtime_fallback/kernel/
Dkernel_fallback_compat_request_state.h132 bool log_device_placement() const { return log_device_placement_; } in log_device_placement() function
/external/tensorflow/tensorflow/core/protobuf/
Dconfig.proto520 bool log_device_placement = 8; field
/external/tensorflow/tensorflow/python/eager/
Dcontext.py1846 def log_device_placement(self): member in Context
1850 def log_device_placement(self, enable): member in Context