Searched refs:enable_profiling (Results 1 – 12 of 12) sorted by relevance
/third_party/mindspore/tests/st/fl/cross_silo_faster_rcnn/src/model_utils/ |
D | moxing_adapter.py | 103 if config.enable_profiling: 108 if config.enable_profiling:
|
/third_party/flutter/engine/flutter/runtime/ |
D | dart_vm.cc | 189 static std::vector<const char*> ProfilingFlags(bool enable_profiling) { in ProfilingFlags() argument 194 enable_profiling = false; in ProfilingFlags() 200 if (enable_profiling) { in ProfilingFlags()
|
/third_party/boost/libs/compute/example/ |
D | time_copy.cpp | 35 context, gpu, compute::command_queue::enable_profiling in main()
|
D | matrix_transpose.cpp | 280 compute::command_queue queue(context, device, compute::command_queue::enable_profiling); in main()
|
/third_party/boost/libs/compute/perf/ |
D | perf_copy_to_device.cpp | 28 properties = boost::compute::command_queue::enable_profiling; in main()
|
/third_party/boost/libs/compute/test/ |
D | test_command_queue.cpp | 57 bc::command_queue queue(context, device, bc::command_queue::enable_profiling); in BOOST_AUTO_TEST_CASE() 79 context, device, boost::compute::command_queue::enable_profiling in BOOST_AUTO_TEST_CASE()
|
/third_party/mindspore/mindspore/ |
D | context.py | 517 enable_profiling=bool, profiling_options=str, enable_auto_mixed_precision=bool,
|
/third_party/boost/libs/compute/include/boost/compute/ |
D | command_queue.hpp | 82 enable_profiling = CL_QUEUE_PROFILING_ENABLE, enumerator
|
/third_party/boost/boost/compute/ |
D | command_queue.hpp | 82 enable_profiling = CL_QUEUE_PROFILING_ENABLE, enumerator
|
/third_party/python/ |
D | configure | 5924 enableval=$enable_profiling; 5927 if test "x$enable_profiling" = xyes; then 5937 enable_profiling=no 5943 enable_profiling=no 5945 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_profiling" >&5 5946 $as_echo "$enable_profiling" >&6; } 5948 if test "x$enable_profiling" = xyes; then
|
D | configure.ac | 1099 if test "x$enable_profiling" = xyes; then 1104 [enable_profiling=no]) 1107 enable_profiling=no 1109 AC_MSG_RESULT($enable_profiling) 1111 if test "x$enable_profiling" = xyes; then
|
/third_party/chromium/patch/ |
D | 0003-3.2-Beta3-1115.patch | 4655 enable_profiling ||
|