Home
last modified time | relevance | path

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

/external/eigen/Eigen/src/OrderingMethods/
DEigen_Colamd.h226 static IndexType garbage_collection (IndexType n_row, IndexType n_col, Colamd_Row<IndexType> Row []…
1039 pfree = Eigen::internal::garbage_collection (n_row, n_col, Row, Col, A, &A [pfree]) ; in find_ordering()
1698 static IndexType garbage_collection /* returns the new value of pfree */ in garbage_collection() function
/external/tensorflow/tensorflow/core/common_runtime/
Dbfc_allocator.h54 bool garbage_collection = false);
Dbfc_allocator.cc42 bool garbage_collection) in BFCAllocator() argument
43 : garbage_collection_(garbage_collection), in BFCAllocator()