Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/framework/
Dfunction_handle_cache.cc25 : lib_(lib), state_handle_(strings::Printf("%lld", random::New64())) {} in FunctionHandleCache()
45 options.state_handle = state_handle_; in Instantiate()
Dfunction_handle_cache.h45 const string state_handle_; variable