Home
last modified time | relevance | path

Searched defs:alloc_id (Results 1 – 5 of 5) sorted by relevance

/external/perfetto/tools/
Dmultithreaded_alloc.cc63 uint64_t ScrambleAllocId(uint64_t alloc_id, uint32_t thread_idx) { in ScrambleAllocId()
69 uint64_t alloc_id = 0; in Thread() local
/external/tensorflow/tensorflow/core/graph/
Dcostmodel.cc329 for (int64 alloc_id : memory_stats.persistent_tensor_alloc_ids()) { in RecordMemoryStats() local
352 int64 alloc_id) { in RecordAllocationId()
514 int64 alloc_id = AllocationId(n, i); in AddToCostGraphDef() local
/external/tensorflow/tensorflow/core/common_runtime/
Dstep_stats_collector.cc155 for (const auto& alloc_id : ctx->persistent_alloc_ids()) { in SetMemory() local
/external/tensorflow/tensorflow/core/framework/
Dop_kernel.cc848 int64 alloc_id = a->AllocationId(t->tensor_data().data()); in allocate_persistent() local
1062 int64 alloc_id) { in record_persistent_memory_allocation()
/external/llvm-project/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
DRenderScriptRuntime.cpp2409 bool RenderScriptRuntime::LoadAllocation(Stream &strm, const uint32_t alloc_id, in LoadAllocation()
2629 bool RenderScriptRuntime::SaveAllocation(Stream &strm, const uint32_t alloc_id, in SaveAllocation()
3150 RenderScriptRuntime::FindAllocByID(Stream &strm, const uint32_t alloc_id) { in FindAllocByID()