Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/framework/
Dfunction_handle_cache.cc47 options.state_handle = state_handle_; in Instantiate()
Dfunction.h701 std::string state_handle; member
Dfunction.cc1056 if (!options.state_handle.empty()) { in Canonicalize()
1058 AttrKeyAndValue("_state_handle", -1, options.state_handle)); in Canonicalize()
/external/tensorflow/tensorflow/core/common_runtime/
Dprocess_function_library_runtime_test.cc1080 inst_opts.state_handle = "handle_1"; in TEST_F()
1092 inst_opts.state_handle = "handle_2"; in TEST_F()
1104 inst_opts.state_handle = "handle_3"; in TEST_F()
Dprocess_function_library_runtime.cc964 opts.state_handle = options.state_handle; in InstantiateMultiDevice()
Dfunction_test.cc678 options.state_handle = "handle_1"; in TEST_F()
693 options.state_handle = "handle_2"; in TEST_F()
708 options.state_handle = "handle_3"; in TEST_F()
/external/tensorflow/tensorflow/compiler/tf2tensorrt/kernels/
Dtrt_engine_op.cc284 inst_ops.state_handle = ""; in ConstructFunctionHandle()