Home
last modified time | relevance | path

Searched defs:order_by (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/core/profiler/
Dtfprof_options.proto21 string order_by = 7; field
Dtfprof_options.h162 string order_by; member
/external/tensorflow/tensorflow/core/profiler/internal/
Dtfprof_utils.cc208 auto order_by = order_by_set.find(pieces[i + 1]); in ParseCmdLine() local
/external/tensorflow/tensorflow/python/profiler/
Doption_builder.py421 def order_by(self, attribute): member in ProfileOptionBuilder
/external/autotest/scheduler/
Dscheduler_models.py308 def fetch_rows(cls, where='', params=(), joins='', order_by=''): argument
330 def fetch(cls, where='', params=(), joins='', order_by=''): argument
526 def fetch(cls, where='', params=(), joins='', order_by=''): argument