Home
last modified time | relevance | path

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

/external/perfetto/src/trace_processor/
Dexport_json_unittest.cc958 constexpr int64_t kSourceId = 235; in TEST_F() local
1104 constexpr int64_t kSourceId = 235; in TEST_F() local
1229 constexpr int64_t kSourceId = 235; in TEST_F() local
1285 constexpr int64_t kSourceId = 235; in TEST_F() local
1330 constexpr int64_t kSourceId = 235; in TEST_F() local
/external/tensorflow/tensorflow/core/graph/
Dgraph.h684 enum { kSourceId = 0, kSinkId = 1 }; enumerator