Searched refs:TensorBlockScratch (Results 1 – 15 of 15) sorted by relevance
/aosp_15_r20/external/eigen/unsupported/Eigen/CXX11/src/Tensor/ |
H A D | TensorExecutor.h | 184 TensorBlockScratch; 201 TensorBlockScratch scratch(device); 365 TensorBlockScratch; 379 TensorBlockScratch scratch(device); 391 TensorBlockScratch scratch(device); 472 TensorBlockScratch; 491 TensorBlockScratch scratch(ctx->device); 504 TensorBlockScratch scratch(ctx->device);
|
H A D | TensorEvaluator.h | 59 typedef internal::TensorBlockScratchAllocator<Device> TensorBlockScratch; typedef 158 block(TensorBlockDesc& desc, TensorBlockScratch& scratch, 258 typedef internal::TensorBlockScratchAllocator<Device> TensorBlockScratch; 331 block(TensorBlockDesc& desc, TensorBlockScratch& scratch, 476 typedef internal::TensorBlockScratchAllocator<Device> TensorBlockScratch; 529 block(TensorBlockDesc& desc, TensorBlockScratch& scratch, 597 typedef internal::TensorBlockScratchAllocator<Device> TensorBlockScratch; 666 block(TensorBlockDesc& desc, TensorBlockScratch& scratch, 854 typedef internal::TensorBlockScratchAllocator<Device> TensorBlockScratch; 953 block(TensorBlockDesc& desc, TensorBlockScratch& scratch,
|
H A D | TensorEvalTo.h | 124 typedef internal::TensorBlockScratchAllocator<Device> TensorBlockScratch; 173 TensorBlockDesc& desc, TensorBlockScratch& scratch) {
|
H A D | TensorForcedEval.h | 131 typedef internal::TensorBlockScratchAllocator<Device> TensorBlockScratch; 207 block(TensorBlockDesc& desc, TensorBlockScratch& scratch,
|
H A D | TensorAssign.h | 121 typedef internal::TensorBlockScratchAllocator<Device> TensorBlockScratch; 211 TensorBlockDesc& desc, TensorBlockScratch& scratch) {
|
H A D | TensorMorphing.h | 137 typedef internal::TensorBlockScratchAllocator<Device> TensorBlockScratch; 200 block(TensorBlockDesc& desc, TensorBlockScratch& scratch, 439 typedef internal::TensorBlockScratchAllocator<Device> TensorBlockScratch; 616 block(TensorBlockDesc& desc, TensorBlockScratch& scratch, 730 typedef internal::TensorBlockScratchAllocator<Device> TensorBlockScratch;
|
H A D | TensorGenerator.h | 107 typedef internal::TensorBlockScratchAllocator<Device> TensorBlockScratch; 183 block(TensorBlockDesc& desc, TensorBlockScratch& scratch,
|
H A D | TensorBroadcasting.h | 131 typedef internal::TensorBlockScratchAllocator<Device> TensorBlockScratch; 629 block(TensorBlockDesc& desc, TensorBlockScratch& scratch, 851 TensorBlockScratch& scratch, ScalarNoConst* materialized_output, 1022 Index offset, TensorBlockScratch& scratch,
|
H A D | TensorBlock.h | 729 template <typename TensorBlockScratch> 731 TensorBlockDesc& desc, TensorBlockScratch& scratch, 761 template <typename DataDimensions, typename TensorBlockScratch> 764 TensorBlockDesc& desc, TensorBlockScratch& scratch) {
|
H A D | TensorReverse.h | 114 typedef internal::TensorBlockScratchAllocator<Device> TensorBlockScratch; 242 block(TensorBlockDesc& desc, TensorBlockScratch& scratch,
|
H A D | TensorShuffling.h | 114 typedef internal::TensorBlockScratchAllocator<Device> TensorBlockScratch; 256 block(TensorBlockDesc& desc, TensorBlockScratch& scratch,
|
H A D | TensorChipping.h | 155 typedef internal::TensorBlockScratchAllocator<Device> TensorBlockScratch; 290 block(TensorBlockDesc& desc, TensorBlockScratch& scratch,
|
H A D | TensorConversion.h | 342 typedef internal::TensorBlockScratchAllocator<Device> TensorBlockScratch; 433 block(TensorBlockDesc& desc, TensorBlockScratch& scratch,
|
H A D | TensorPadding.h | 112 typedef internal::TensorBlockScratchAllocator<Device> TensorBlockScratch; 239 block(TensorBlockDesc& desc, TensorBlockScratch& scratch,
|
/aosp_15_r20/external/eigen/unsupported/test/ |
H A D | cxx11_tensor_block_eval.cpp | 129 typedef internal::TensorBlockScratchAllocator<Device> TensorBlockScratch; in VerifyBlockEvaluator() typedef 130 TensorBlockScratch scratch(d); in VerifyBlockEvaluator()
|