Searched defs:TArray (Results 1 – 8 of 8) sorted by relevance
| /third_party/skia/m133/include/private/base/ |
| D | SkTArray.h | 47 TArray() : fOwnMemory(true), fCapacity{0} {} in TArray() function 52 explicit TArray(int reserveCount) : TArray() { this->reserve_exact(reserveCount); } in TArray() function 57 TArray(const TArray& that) : TArray(that.fData, that.fSize) {} in TArray() function 59 TArray(TArray&& that) { in TArray() function 76 TArray(const T* array, int count) { in TArray() function 84 TArray(SkSpan<const T> data) : TArray(data.begin(), static_cast<int>(data.size())) {} in TArray() function 89 TArray(std::initializer_list<T> data) : TArray(data.begin(), data.size()) {} in TArray() function 545 TArray(const T* array, int size, SkAlignedSTStorage<InitialCapacity, T>* storage) in TArray() function 550 TArray(SkSpan<const T> data, SkAlignedSTStorage<InitialCapacity, T>* storage) in TArray() function
|
| /third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/gpu/kernel/cuda_impl/cuda_ops/ |
| D | bias_dropout_add_impl.cu | 25 struct alignas(sizeof(T) * kDropoutTileSize) TArray { struct 26 T data[kDropoutTileSize];
|
| D | dropout_impl.cu | 55 struct alignas(sizeof(T) * kDropoutTileSize) TArray { struct 76 TArray<T> *temp = reinterpret_cast<TArray<T> *>(&input_tile); in FusedDropoutForwardKernel() argument
|
| D | layer_norm_impl.cu | 26 struct alignas(sizeof(T) * kTileSize) TArray { struct 27 T data[kTileSize];
|
| D | layer_norm_grad_impl.cu | 113 struct alignas(sizeof(T) * kTileSize) TArray { struct 128 TArray<T> *dy_tmp = reinterpret_cast<TArray<T> *>(&dy_tile); in TiledGammaAndBetaThreadReduce() argument
|
| /third_party/skia/tests/ |
| D | TArrayTest.cpp | 345 DEF_TEST(TArray, reporter) { in DEF_TEST() argument
|
| /third_party/skia/m133/src/pathops/ |
| D | SkIntersections.h | 51 explicit TArray(const double ts[10]) : fTArray(ts) {} in TArray() function
|
| /third_party/skia/src/pathops/ |
| D | SkIntersections.h | 38 explicit TArray(const double ts[10]) : fTArray(ts) {} in TArray() function
|