Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/data/service/
Ddispatcher_state.h84 struct NamedJobKey { struct
85 explicit NamedJobKey(absl::string_view name, int64 index) in NamedJobKey() argument
93 friend H AbslHashValue(H h, const NamedJobKey& k) { in AbslHashValue() argument
97 const std::string name;
98 const int64 index;
Ddispatcher_state_test.cc33 using NamedJobKey = DispatcherState::NamedJobKey; typedef
Ddispatcher_impl.cc71 using NamedJobKey = DispatcherState::NamedJobKey; typedef