Home
last modified time | relevance | path

Searched defs:ShouldStop (Results 1 – 13 of 13) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/cc/training/
H A Dcoordinator.cc72 bool Coordinator::ShouldStop() { in ShouldStop() function in tensorflow::Coordinator
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/lldb/Target/
DStopInfo.h172 virtual bool ShouldStop(Event *event_ptr) { return true; } in ShouldStop() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/lldb/Target/
DStopInfo.h177 virtual bool ShouldStop(Event *event_ptr) { return true; } in ShouldStop() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/lldb/Target/
DStopInfo.h177 virtual bool ShouldStop(Event *event_ptr) { return true; } in ShouldStop() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/lldb/Target/
DStopInfo.h177 virtual bool ShouldStop(Event *event_ptr) { return true; } in ShouldStop() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/lldb/Breakpoint/
DStopPointSiteList.h233 bool ShouldStop(StoppointCallbackContext *context, in ShouldStop() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/lldb/Breakpoint/
DStopPointSiteList.h233 bool ShouldStop(StoppointCallbackContext *context, in ShouldStop() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/lldb/Breakpoint/
DStopPointSiteList.h233 bool ShouldStop(StoppointCallbackContext *context, in ShouldStop() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/lldb/Breakpoint/
DStopPointSiteList.h233 bool ShouldStop(StoppointCallbackContext *context, in ShouldStop() function
/aosp_15_r20/external/cronet/base/metrics/
H A Dstatistics_recorder_starvation_unittest.cc41 bool ShouldStop() { return stop_.load(std::memory_order_relaxed); } in ShouldStop() function in base::__anone824456e0111::BaseThread
/aosp_15_r20/system/unwinding/libunwindstack/
H A DUnwinder.cpp108 static bool ShouldStop(const std::vector<std::string>* map_suffixes_to_ignore, in ShouldStop() function
/aosp_15_r20/prebuilts/go/linux-x86/src/runtime/
Dexport_test.go1574 ShouldStop func() bool member
/aosp_15_r20/external/tensorflow/tensorflow/core/framework/
H A Dmodel.cc2252 bool Model::ShouldStop(int64_t cpu_budget, int64_t ram_budget, in ShouldStop() function in tensorflow::data::model::Model