Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/tf2xla/
Dfunctionalize_cond_test.cc40 StateMap::CondId GetUniqueId(const StateMap::StateMap::CondState& state) { in GetUniqueId() function in tensorflow::functionalize_cond::FunctionalizeCondTest
80 then_branch = GetUniqueId(ss); in TEST_F()
86 else_branch = GetUniqueId(ss); in TEST_F()
/external/tensorflow/tensorflow/compiler/xla/service/
Dcompilation_cache.cc30 int64 GetUniqueId() { in GetUniqueId() function
44 CacheKey key = GetUniqueId(); in Insert()