Home
last modified time | relevance | path

Searched refs:pre_alloc (Results 1 – 4 of 4) sorted by relevance

/external/pytorch/torch/csrc/jit/tensorexpr/
Dkernel.h127 bool pre_alloc = false,
137 bool pre_alloc = false,
146 pre_alloc, in TensorExprKernel() argument
Dtensorexpr_init.cpp780 bool pre_alloc = false) { in initTensorExprBindings() argument
792 pre_alloc); in initTensorExprBindings()
Dkernel.cpp1864 bool pre_alloc /*= false*/, in TensorExprKernel() argument
1872 pre_alloc_(pre_alloc), in TensorExprKernel()
/external/ltp/testcases/kernel/fs/doio/
Dgrowfiles.c119 int pre_alloc(int fd, long size);
1468 if (pre_alloc(fd, total_grow_value) != 0) { in main()
3026 int pre_alloc(int fd, long size) in pre_alloc() function