Home
last modified time | relevance | path

Searched refs:kLastContextType (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/core/profiler/lib/
Dcontext_types.h37 kLastContextType = ContextType::kTpuLaunch, enumerator
41 static_assert(static_cast<int>(ContextType::kLastContextType) < 64,
47 if (context_type > static_cast<uint32_t>(ContextType::kLastContextType)) { in GetSafeContextType()
/external/skia/tools/gpu/
DGrContextFactory.h52 kLastContextType = kMock_ContextType enumerator
55 static const int kContextTypeCnt = kLastContextType + 1;