Home
last modified time | relevance | path

Searched refs:preallocate (Results 1 – 9 of 9) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/pjrt/
Dgpu_device.cc92 double memory_fraction, bool preallocate) { in CreateBFCAllocator() argument
124 if (preallocate) { in CreateBFCAllocator()
135 /*allow_growth=*/!preallocate, in CreateBFCAllocator()
154 allocator_config.preallocate)); in GetGpuDeviceAllocator()
Dgpu_device.h51 bool preallocate = true; member
/external/tensorflow/tensorflow/compiler/xla/python/
Dxla_client.py73 preallocate = os.getenv('XLA_PYTHON_CLIENT_PREALLOCATE')
87 config.preallocate = preallocate not in ('0', 'false', 'False')
Dxla.cc190 .def_readwrite("preallocate", &GpuAllocatorConfig::preallocate); in PYBIND11_MODULE()
/external/e2fsprogs/ext2ed/
Dext2.descriptors158 __u8 s_prealloc_blocks; /* Nr of blocks to try to preallocate*/
159 __u8 s_prealloc_dir_blocks; /* Nr to preallocate for dirs */
/external/eigen/doc/
DTutorialLinearAlgebra.dox225 Finally, you can tell the decomposition constructor to preallocate storage for decomposing matrices…
/external/tensorflow/tensorflow/lite/g3doc/microcontrollers/
Dget_started.md185 We need to preallocate a certain amount of memory for input, output, and
/external/rust/crates/nom/
DCHANGELOG.md745 - `many0!` and others will preallocate a larger vector to avoid some copies and reallocations
/external/jline/src/src/test/resources/jline/example/
Denglish.gz