Home
last modified time | relevance | path

Searched defs:trainer_id (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/core/data/service/
Dcross_trainer_cache.h197 CrossTrainerCache<ElementType>::Get(const std::string& trainer_id) in Get()
212 const std::string& trainer_id) { in GetCacheQueryResult()
249 const std::string& trainer_id) TF_EXCLUSIVE_LOCKS_REQUIRED(mu_) { in IsElementReady()
255 CrossTrainerCache<ElementType>::GetElement(const std::string& trainer_id) in GetElement()
272 const std::string& trainer_id) TF_EXCLUSIVE_LOCKS_REQUIRED(mu_) { in GetElementIndex()
Dworker.proto34 string trainer_id = 6; field
Dcross_trainer_cache_test.cc159 const std::string trainer_id = absl::StrCat("Trainer ", j); in TEST() local
/external/tensorflow/tensorflow/core/protobuf/
Ddata_service.proto85 string trainer_id = 1; field
/external/tensorflow/tensorflow/python/data/experimental/ops/
Ddata_service_ops.py144 def __init__(self, trainer_id): argument