Home
last modified time | relevance | path

Searched refs:use_bfc_allocator (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/core/common_runtime/
Dprocess_state.cc79 bool use_bfc_allocator = false; in GetCPUAllocator() local
81 "TF_CPU_ALLOCATOR_USE_BFC", alloc_visitors_defined, &use_bfc_allocator); in GetCPUAllocator()
87 (numa_enabled_ || alloc_visitors_defined || use_bfc_allocator) in GetCPUAllocator()
92 if (use_bfc_allocator) { in GetCPUAllocator()
/external/tensorflow/tensorflow/c/experimental/stream_executor/
Dstream_executor.h437 TF_Bool use_bfc_allocator; member
440 #define SP_PLATFORM_STRUCT_SIZE TF_OFFSET_OF_END(SP_Platform, use_bfc_allocator)
Dstream_executor_internal.h76 bool UseBfcAllocator() const { return platform_.use_bfc_allocator; } in UseBfcAllocator()