Home
last modified time | relevance | path

Searched defs:rawMem (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/compiler/mlir/tfr/ir/
Dtfr_types.h49 auto rawMem = allocator.allocate(byteSize, alignof(TFRTypeStorage)); in construct() local
/external/llvm-project/mlir/lib/IR/
DAttributeDetail.h87 auto rawMem = allocator.allocate(size, alignof(DictionaryAttributeStorage)); in construct() local
156 auto rawMem = allocator.allocate(byteSize, alignof(FloatAttributeStorage)); in construct() local
204 auto rawMem = allocator.allocate(size, alignof(IntegerAttributeStorage)); in construct() local
311 auto rawMem = allocator.allocate(size, alignof(SymbolRefAttributeStorage)); in construct() local
DLocationDetail.h90 auto rawMem = allocator.allocate(byteSize, alignof(FusedLocationStorage)); in construct() local
DTypeDetail.h324 auto rawMem = allocator.allocate(byteSize, alignof(TupleTypeStorage)); in construct() local
DOperation.cpp133 void *rawMem = mallocMem + prefixByteSize; in create() local
207 char *rawMem = reinterpret_cast<char *>(this) - in destroy() local