Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/common_runtime/
Dpending_counts_test.cc34 h[id] = layout.CreateHandle(id, id); in TEST()
70 h[id] = layout.CreateHandle(id, id); in TEST()
86 handles[0] = layout.CreateHandle(5, 4); in TEST()
87 handles[1] = layout.CreateHandle(15, 4); in TEST()
122 handles[id] = layout.CreateHandle(id, id); in TEST()
146 handles[0] = layout.CreateHandle(5, 4); in TEST()
147 handles[1] = layout.CreateHandle(15, 4); in TEST()
177 handles[0] = layout.CreateHandle(kInitialCounts[0], 0); in TEST()
178 handles[1] = layout.CreateHandle(kInitialCounts[1], 0); in TEST()
Dpending_counts.h74 Handle CreateHandle(size_t max_pending_count, size_t max_dead_count);
375 inline PendingCounts::Handle PendingCounts::Layout::CreateHandle( in CreateHandle() function
Dimmutable_executor_state.cc205 frame_info->pending_counts_layout.CreateHandle(max_pending, max_dead); in Initialize()
/external/tensorflow/tensorflow/core/kernels/data/
Ddataset_utils.h29 Status CreateHandle(OpKernelContext* ctx, T* resource, in CreateHandle() function
59 OP_REQUIRES_OK(ctx, CreateHandle(ctx, resource, name(), &handle)); in Compute()