Home
last modified time | relevance | path

Searched defs:begin_ps (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/core/profiler/utils/
Dtimespan.h34 static Timespan FromEndPoints(uint64 begin_ps, uint64 end_ps) { in FromEndPoints()
40 : begin_ps_(begin_ps), duration_ps_(duration_ps) {} in begin_ps_() argument
42 uint64 begin_ps() const { return begin_ps_; } in begin_ps() function
Dstep_intersection.cc32 uint64 begin_ps = stepinfo.begin_ps(); in StepTimespan() local
47 uint64 begin_ps = timespan.begin_ps(); in AllStepsTimespan() local
/external/libcups/filter/
Dcommandtops.c412 begin_ps(ppd_file_t *ppd, /* I - PPD file */ in begin_ps() function
/external/tensorflow/tensorflow/core/profiler/protobuf/
Dsteps_db.proto33 uint64 begin_ps = 3; field