Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/util/
Dtensor_slice_set.h58 struct SliceInfo { struct
64 // Returns the map from slice string to SliceInfo. argument
/external/perfetto/src/trace_processor/importers/common/
Dslice_tracker.h113 struct SliceInfo { struct
117 using SlicesStack = std::vector<SliceInfo>; argument
Dslice_tracker_unittest.cc32 struct SliceInfo { struct
33 int64_t start;
34 int64_t duration;
36 bool operator==(const SliceInfo& other) const { in operator ==()