Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/core/data/service/
H A Ddispatcher_state.h106 struct IterationKey { struct
107 explicit IterationKey(absl::string_view name, int64_t repetition) in IterationKey() function
115 friend H AbslHashValue(H h, const IterationKey& k) { in AbslHashValue() argument
119 std::string DebugString() const { in DebugString()
123 const std::string name;
124 const int64_t repetition;
H A Ddispatcher_impl.cc100 using IterationKey = DispatcherState::IterationKey; typedef
H A Ddispatcher_state_test.cc43 using IterationKey = DispatcherState::IterationKey; typedef