Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/
H A 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()
/aosp_15_r20/external/tensorflow/tensorflow/c/experimental/stream_executor/
H A Dstream_executor_internal.h72 bool UseBfcAllocator() const { return platform_.use_bfc_allocator; } in UseBfcAllocator()
H A Dstream_executor.h452 TF_Bool use_bfc_allocator; member