Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/common_runtime/eager/
Dkernel_and_device.cc197 for (const auto& alloc_id : context->persistent_alloc_ids()) { in UpdateStats()
/external/tensorflow/tensorflow/core/common_runtime/
Dstep_stats_collector.cc147 for (const auto& alloc_id : ctx->persistent_alloc_ids()) { in SetMemory()
/external/tensorflow/tensorflow/core/framework/
Dop_kernel.h1203 std::vector<int64> persistent_alloc_ids() const LOCKS_EXCLUDED(stats_mu_);
Dop_kernel.cc917 std::vector<int64> OpKernelContext::persistent_alloc_ids() const { in persistent_alloc_ids() function in tensorflow::OpKernelContext