Home
last modified time | relevance | path

Searched defs:SliceInfo (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/core/util/
Dtensor_slice_set.h72 struct SliceInfo { struct
79 // Returns the map from slice string to SliceInfo. argument
/external/perfetto/src/trace_processor/
Dslice_tracker_unittest.cc33 struct SliceInfo { struct
34 int64_t start;
35 int64_t duration;
37 bool operator==(const SliceInfo& other) const { in operator ==()