Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/common_runtime/
Ddirect_session.cc175 const string key = GetMetadataKey(experimental_config.session_metadata()); in NewSession()
230 session_metadata_keys_.erase(GetMetadataKey( in Deregister()
236 static string GetMetadataKey(const SessionMetadata& metadata) { in GetMetadataKey() function in tensorflow::DirectSessionFactory