Home
last modified time | relevance | path

Searched refs:curr_priority (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/core/distributed_runtime/
Dscheduler.cc283 int64 curr_priority = kint64max; in GetNodeWithHighestPriority() local
285 if ((*priority_)[n->id()] < curr_priority) { in GetNodeWithHighestPriority()
287 curr_priority = (*priority_)[n->id()]; in GetNodeWithHighestPriority()
/external/selinux/policycoreutils/semodule/
Dsemodule.c426 uint16_t curr_priority; in main() local
451 semanage_module_info_get_priority(sh, extract_info, &curr_priority); in main()
453 "Extracting at highest existing priority '%d'.\n", mode_arg, priority, curr_priority); in main()
454 priority = curr_priority; in main()