Home
last modified time | relevance | path

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

/aosp_15_r20/external/perfetto/src/trace_processor/
H A Dexport_json_unittest.cc993 constexpr int64_t kSourceId = 235; in TEST_F() local
1140 constexpr int64_t kSourceId = 235; in TEST_F() local
1263 constexpr int64_t kSourceId = 235; in TEST_F() local
1319 constexpr int64_t kSourceId = 235; in TEST_F() local
1364 constexpr int64_t kSourceId = 235; in TEST_F() local
/aosp_15_r20/external/tensorflow/tensorflow/core/graph/
H A Dgraph.h684 enum { kSourceId = 0, kSinkId = 1 }; enumerator