Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/data/
Dcaptured_function.cc170 inst_opts.state_handle = std::to_string(random::New64()); in MaybeInstantiate()
/external/tensorflow/tensorflow/core/framework/
Dfunction.h444 string state_handle; member
Dfunction.cc813 if (!options.state_handle.empty()) { in Canonicalize()
815 strings::StrCat("_state_handle", "=", options.state_handle)); in Canonicalize()
/external/tensorflow/tensorflow/core/common_runtime/
Dfunction_test.cc473 options.state_handle = "handle_1"; in TEST_F()
488 options.state_handle = "handle_2"; in TEST_F()
503 options.state_handle = "handle_3"; in TEST_F()