Home
last modified time | relevance | path

Searched refs:report_tensor_allocations_upon_oom (Results 1 – 10 of 10) sorted by relevance

/external/tensorflow/tensorflow/tools/api/golden/v1/
Dtensorflow.-run-options.pbtxt38 name: "report_tensor_allocations_upon_oom"
/external/tensorflow/tensorflow/python/training/
Dmonitored_session.py1471 options.report_tensor_allocations_upon_oom = (
1472 options.report_tensor_allocations_upon_oom or
1473 incoming_options.report_tensor_allocations_upon_oom)
Dmonitored_session_test.py1394 debug_tensor_watch, report_tensor_allocations_upon_oom): argument
1400 report_tensor_allocations_upon_oom)
1410 report_tensor_allocations_upon_oom=self
1802 report_tensor_allocations_upon_oom=True),
1832 report_tensor_allocations_upon_oom=True)
1850 report_tensor_allocations_upon_oom=True),
/external/tensorflow/tensorflow/core/distributed_runtime/
Dmaster_session.h167 bool report_tensor_allocations_upon_oom = false; member
Dmaster_session.cc599 if (pss->report_tensor_allocations_upon_oom) { in RunPartitionsHelper()
1652 pss.report_tensor_allocations_upon_oom = in DoPartialRun()
1653 req.options().report_tensor_allocations_upon_oom(); in DoPartialRun()
1789 out_pss->report_tensor_allocations_upon_oom = in FillPerStepState()
1790 run_options.report_tensor_allocations_upon_oom(); in FillPerStepState()
Dworker.cc180 if (request->exec_opts().report_tensor_allocations_upon_oom() || in DoRunGraph()
/external/tensorflow/tensorflow/python/profiler/
Dmodel_analyzer_test.py667 report_tensor_allocations_upon_oom=True))
697 report_tensor_allocations_upon_oom=True))
/external/tensorflow/tensorflow/core/protobuf/
Dworker.proto209 bool report_tensor_allocations_upon_oom = 5; field
Dconfig.proto488 bool report_tensor_allocations_upon_oom = 7; field
/external/tensorflow/tensorflow/core/common_runtime/
Ddirect_session.cc556 run_options.report_tensor_allocations_upon_oom()) { in RunInternal()