Home
last modified time | relevance | path

Searched refs:TensorBlockScratchAllocator (Results 1 – 15 of 15) sorted by relevance

/external/eigen/unsupported/Eigen/CXX11/src/Tensor/
DTensorEvaluator.h59 typedef internal::TensorBlockScratchAllocator<Device> TensorBlockScratch;
258 typedef internal::TensorBlockScratchAllocator<Device> TensorBlockScratch;
476 typedef internal::TensorBlockScratchAllocator<Device> TensorBlockScratch;
597 typedef internal::TensorBlockScratchAllocator<Device> TensorBlockScratch;
854 typedef internal::TensorBlockScratchAllocator<Device> TensorBlockScratch;
DTensorExecutor.h183 typedef internal::TensorBlockScratchAllocator<DefaultDevice>
364 typedef internal::TensorBlockScratchAllocator<ThreadPoolDevice>
471 typedef internal::TensorBlockScratchAllocator<ThreadPoolDevice>
DTensorEvalTo.h124 typedef internal::TensorBlockScratchAllocator<Device> TensorBlockScratch;
DTensorAssign.h121 typedef internal::TensorBlockScratchAllocator<Device> TensorBlockScratch;
DTensorForcedEval.h131 typedef internal::TensorBlockScratchAllocator<Device> TensorBlockScratch;
DTensorGenerator.h107 typedef internal::TensorBlockScratchAllocator<Device> TensorBlockScratch;
DTensorBlock.h525 class TensorBlockScratchAllocator {
527 explicit TensorBlockScratchAllocator(const Device& device) in TensorBlockScratchAllocator() function
530 ~TensorBlockScratchAllocator() { in ~TensorBlockScratchAllocator()
DTensorMorphing.h137 typedef internal::TensorBlockScratchAllocator<Device> TensorBlockScratch;
439 typedef internal::TensorBlockScratchAllocator<Device> TensorBlockScratch;
730 typedef internal::TensorBlockScratchAllocator<Device> TensorBlockScratch;
DTensorReverse.h114 typedef internal::TensorBlockScratchAllocator<Device> TensorBlockScratch;
DTensorShuffling.h114 typedef internal::TensorBlockScratchAllocator<Device> TensorBlockScratch;
DTensorConversion.h342 typedef internal::TensorBlockScratchAllocator<Device> TensorBlockScratch;
DTensorChipping.h155 typedef internal::TensorBlockScratchAllocator<Device> TensorBlockScratch;
DTensorPadding.h112 typedef internal::TensorBlockScratchAllocator<Device> TensorBlockScratch;
DTensorBroadcasting.h131 typedef internal::TensorBlockScratchAllocator<Device> TensorBlockScratch;
/external/eigen/unsupported/test/
Dcxx11_tensor_block_eval.cpp129 typedef internal::TensorBlockScratchAllocator<Device> TensorBlockScratch; in VerifyBlockEvaluator()