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/core/distributed_runtime/
Dmaster_session.h165 bool report_tensor_allocations_upon_oom = false; member
Dmaster_session.cc650 if (pss->report_tensor_allocations_upon_oom) { in RunPartitionsHelper()
1744 pss.report_tensor_allocations_upon_oom = in DoPartialRun()
1745 req.options().report_tensor_allocations_upon_oom(); in DoPartialRun()
1881 out_pss->report_tensor_allocations_upon_oom = in FillPerStepState()
1882 run_options.report_tensor_allocations_upon_oom(); in FillPerStepState()
Dworker.cc193 if (request->exec_opts().report_tensor_allocations_upon_oom() || in DoRunGraph()
/external/tensorflow/tensorflow/python/training/
Dmonitored_session.py1514 options.report_tensor_allocations_upon_oom = (
1515 options.report_tensor_allocations_upon_oom or
1516 incoming_options.report_tensor_allocations_upon_oom)
Dmonitored_session_test.py1440 debug_tensor_watch, report_tensor_allocations_upon_oom): argument
1446 report_tensor_allocations_upon_oom)
1456 report_tensor_allocations_upon_oom=self
1848 report_tensor_allocations_upon_oom=True),
1878 report_tensor_allocations_upon_oom=True)
1896 report_tensor_allocations_upon_oom=True),
/external/tensorflow/tensorflow/python/profiler/
Dmodel_analyzer_test.py666 report_tensor_allocations_upon_oom=True))
697 report_tensor_allocations_upon_oom=True))
/external/tensorflow/tensorflow/core/protobuf/
Dworker.proto226 bool report_tensor_allocations_upon_oom = 5; field
Dconfig.proto675 bool report_tensor_allocations_upon_oom = 7; field
/external/tensorflow/tensorflow/core/common_runtime/
Ddirect_session.cc670 run_options.report_tensor_allocations_upon_oom()) { in RunInternal()