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.h602 string state_handle; member
Dfunction.cc1031 if (!options.state_handle.empty()) { in Canonicalize()
1033 AttrKeyAndValue("_state_handle", -1, options.state_handle)); in Canonicalize()
/external/tensorflow/tensorflow/core/common_runtime/
Dprocess_function_library_runtime_test.cc900 inst_opts.state_handle = "handle_1"; in TEST_F()
912 inst_opts.state_handle = "handle_2"; in TEST_F()
924 inst_opts.state_handle = "handle_3"; in TEST_F()
Dprocess_function_library_runtime.cc843 opts.state_handle = options.state_handle; in InstantiateMultiDevice()
Dfunction_test.cc551 options.state_handle = "handle_1"; in TEST_F()
566 options.state_handle = "handle_2"; in TEST_F()
581 options.state_handle = "handle_3"; in TEST_F()
/external/tensorflow/tensorflow/compiler/tf2tensorrt/kernels/
Dtrt_engine_op.cc245 inst_ops.state_handle = ""; in ConstructFunctionHandle()