Home
last modified time | relevance | path

Searched refs:track_allocations (Results 1 – 15 of 15) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/
Dlookup_table_init_op.cc80 if (ctx->track_allocations()) { in Compute()
84 if (ctx->track_allocations()) { in Compute()
140 if (ctx->track_allocations()) { in Compute()
146 if (ctx->track_allocations()) { in Compute()
Dvariable_ops.cc75 if (ctx->track_allocations() && var->tensor()->IsInitialized()) { in Compute()
109 if (context->track_allocations()) { in Compute()
153 if (context->track_allocations()) { in Compute()
Dqueue_op.h46 if (resource_ && context->track_allocations()) { in Compute()
Dconstant_op_test.cc68 params.track_allocations = true; in PersistentMemoryTrackingTest()
Dlookup_table_op.cc707 if (ctx->track_allocations()) { in Compute()
711 if (ctx->track_allocations()) { in Compute()
784 if (ctx->track_allocations()) { in Compute()
788 if (ctx->track_allocations()) { in Compute()
Dlookup_table_op.h66 if (ctx->track_allocations()) { in Compute()
Dconstant_op.cc85 if (TF_PREDICT_FALSE(ctx->track_allocations())) { in Compute()
/external/v8/src/profiler/
Dheap-profiler.cc126 void HeapProfiler::StartHeapObjectsTracking(bool track_allocations) { in StartHeapObjectsTracking() argument
130 if (track_allocations) { in StartHeapObjectsTracking()
Dheap-profiler.h40 void StartHeapObjectsTracking(bool track_allocations);
/external/tensorflow/tensorflow/core/framework/
Dop_kernel.cc287 if (track_allocations()) { in get_allocator()
295 new TrackingAllocator(allocator, params_->track_allocations); in get_allocator()
672 if (track_allocations() && s.ok() && out_temp->TotalBytes() > 0) { in allocate_temp()
694 if (track_allocations()) { in allocate_persistent()
727 if (track_allocations() && tensor.TotalBytes() > 0) { in set_output()
Dop_kernel.h517 bool track_allocations = false; member
1048 bool track_allocations() const { return params_->track_allocations; } in track_allocations() function
/external/v8/include/
Dv8-profiler.h723 void StartTrackingHeapObjects(bool track_allocations = false);
/external/tensorflow/tensorflow/c/eager/
Druntime.cc288 params.track_allocations = true; in Run()
/external/tensorflow/tensorflow/core/common_runtime/
Dexecutor.cc1548 params.track_allocations = false; in Process()
1552 params.track_allocations = true; in Process()
/external/v8/src/
Dapi.cc9971 void HeapProfiler::StartTrackingHeapObjects(bool track_allocations) { in StartTrackingHeapObjects() argument
9973 track_allocations); in StartTrackingHeapObjects()