Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/framework/
Dfunction_handle_cache.cc45 options.state_handle = state_handle_; in Instantiate()
Dfunction.h555 string state_handle; member
Dfunction.cc914 if (!options.state_handle.empty()) { in Canonicalize()
916 strings::StrCat("_state_handle", "=", options.state_handle)); in Canonicalize()
/external/tensorflow/tensorflow/compiler/tf2tensorrt/kernels/
Dtrt_engine_op.cc174 inst_ops.state_handle = ""; in ConstructFunctionHandle()
/external/tensorflow/tensorflow/core/common_runtime/
Dfunction_test.cc547 options.state_handle = "handle_1"; in TEST_F()
562 options.state_handle = "handle_2"; in TEST_F()
577 options.state_handle = "handle_3"; in TEST_F()
Dprocess_function_library_runtime.cc462 if (!options.state_handle.empty()) { in ValidateMultiDeviceOptions()