Home
last modified time | relevance | path

Searched refs:ProtoKeyForComputation (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/core/tpu/kernels/
Dtpu_util.h39 std::string ProtoKeyForComputation(const std::string& key, int core);
Dtpu_util.cc29 std::string ProtoKeyForComputation(const std::string& key, int core) { in ProtoKeyForComputation() function
Dtpu_compilation_cache_external.cc47 entry->proto_key.push_back(ProtoKeyForComputation(key, i)); in PopulateEntry()