Home
last modified time | relevance | path

Searched refs:MakeRefCountingHandle (Results 1 – 9 of 9) sorted by relevance

/external/tensorflow/tensorflow/core/framework/
Dresource_handle.h136 static ResourceHandle MakeRefCountingHandle(
140 return MakeRefCountingHandle(resource, device_name, TypeIndex::Make<T>(),
144 static ResourceHandle MakeRefCountingHandle(
Dresource_handle_test.cc54 ResourceHandle::MakeRefCountingHandle(resource, "cpu", {}, {}); in TEST_F()
Dresource_handle.cc129 ResourceHandle ResourceHandle::MakeRefCountingHandle( in MakeRefCountingHandle() function in tensorflow::ResourceHandle
/external/tensorflow/tensorflow/core/kernels/
Dresource_ops_test.cc63 ResourceHandle::MakeRefCountingHandle(new MockResource(alive, payload), in Compute()
172 {ResourceHandle::MakeRefCountingHandle(new MockResource(nullptr, payload), in TEST_F()
Dcheckpoint_callback_manager_test.cc41 handle_ = ResourceHandle::MakeRefCountingHandle( in SetUp()
Dlookup_table_op.h161 ResourceHandle::MakeRefCountingHandle<lookup::LookupInterface>( in Compute()
Dresource_variable_ops.cc254 ResourceHandle handle = ResourceHandle::MakeRefCountingHandle<Var>( in Compute()
/external/tensorflow/tensorflow/core/data/
Ddataset_utils.h61 ResourceHandle::MakeRefCountingHandle(resource, ctx->device()->name()); in CreateHandle()
/external/tensorflow/tensorflow/examples/custom_ops_doc/simple_hash_table/
Dsimple_hash_table_kernel.cc145 ResourceHandle::MakeRefCountingHandle( in Compute()