Searched refs:use_bfc_allocator (Results 1 – 3 of 3) sorted by relevance
79 bool use_bfc_allocator = false; in GetCPUAllocator() local81 "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()
72 bool UseBfcAllocator() const { return platform_.use_bfc_allocator; } in UseBfcAllocator()
452 TF_Bool use_bfc_allocator; member