HomeSort by relevance Sort by last modified time
    Searched defs:Timeline (Results 1 - 8 of 8) sorted by null

  /external/toolchain-utils/cros_utils/
timeline.py 3 """Tools for recording and reporting timeline of benchmark_run."""
13 """One event on the timeline."""
20 class Timeline(object):
21 """Use a dict to store the timeline."""
  /external/tensorflow/tensorflow/core/profiler/internal/
tfprof_timeline.h 31 // Class for generating timeline json output.
35 // The following methods creates timeline nodes. See chrome tracing format
58 // A event is a visualization unit in timeline.
63 // A process (time series of events) in the timeline.
100 // The displayed memory timeline is directly from the TensorFlow allocator,
122 class Timeline {
124 Timeline(int64 step, const string& outfile)
126 ~Timeline() {}
  /external/tensorflow/tensorflow/python/client/
timeline.py 15 """Timeline visualization for TensorFlow using Chrome Trace Format."""
26 # The timeline target is usually imported as part of BUILD target
272 the 'Timeline' class in this file.
346 class Timeline(object):
350 """Constructs a new Timeline.
352 A 'Timeline' is used for visualizing the execution of a TensorFlow
387 """Parses the fields in a node timeline label."""
  /external/universal-tween-engine/java/api/src/aurelienribon/tweenengine/
Timeline.java 8 * A Timeline can be used to create complex animations made of sequences and
27 * Timeline.createSequence()
46 public final class Timeline extends BaseTween<Timeline> {
51 private static final Pool.Callback<Timeline> poolCallback = new Pool.Callback<Timeline>() {
52 @Override public void onPool(Timeline obj) {obj.reset();}
53 @Override public void onUnPool(Timeline obj) {obj.reset();}
56 static final Pool<Timeline> pool = new Pool<Timeline>(10, poolCallback)
    [all...]
  /frameworks/av/media/libnblog/include/media/nblog/
NBLog.h 294 // FIXME Timeline was intended to wrap Writer and Reader, but isn't actually used yet.
296 class Timeline : public RefBase {
299 Timeline(size_t size, void *shared = NULL);
300 virtual ~Timeline();
303 // Input parameter 'size' is the desired size of the timeline in byte units.
326 // Input parameter 'size' is the desired size of the timeline in byte units.
327 // The size of the shared memory must be at least Timeline::sharedSize(size).
443 // Input parameter 'size' is the desired size of the timeline in byte units.
444 // The size of the shared memory must be at least Timeline::sharedSize(size).
  /prebuilts/devtools/tools/lib/
jfreechart-1.0.9.jar 
  /prebuilts/tools/common/jfreechart/
jfreechart-1.0.9.jar 
  /prebuilts/tools/common/m2/repository/jfree/jfreechart/1.0.9/
jfreechart-1.0.9.jar 

Completed in 188 milliseconds