| /third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/ |
| D | unique_cpu_kernel.h | 75 …static void CalculateEachBucketSize(const std::shared_ptr<UniqueParam<DataType, IndexType>> ¶m… in CalculateEachBucketSize() 92 const std::shared_ptr<UniqueParam<DataType, IndexType>> ¶ms, in SplitAndCalculateBucketSize() 93 std::vector<std::shared_ptr<UniqueParam<DataType, IndexType>>> *segments_ptr, in SplitAndCalculateBucketSize() 135 static void SegmentToBuckets(const std::shared_ptr<UniqueParam<DataType, IndexType>> &segment, in SegmentToBuckets() 137 … const std::vector<std::shared_ptr<UniqueParam<DataType, IndexType>>> &buckets) { in SegmentToBuckets() 168 …static void GatherSegmentsToBuckets(const std::shared_ptr<UniqueParam<DataType, IndexType>> ¶m… in GatherSegmentsToBuckets() 169 … std::vector<std::shared_ptr<UniqueParam<DataType, IndexType>>> *segments_ptr, in GatherSegmentsToBuckets() 237 static void Unique(const std::shared_ptr<UniqueParam<DataType, IndexType>> ¶ms) { in Unique() 292 …static void UniqueEachBucket(const std::vector<std::shared_ptr<UniqueParam<DataType, IndexType>>> … in UniqueEachBucket() 309 …static void TransformBucketReverseIndices(const std::shared_ptr<UniqueParam<DataType, IndexType>> … in TransformBucketReverseIndices() [all …]
|
| /third_party/skia/third_party/externals/brotli/c/enc/ |
| D | histogram.h | 30 #define DataType uint8_t macro 37 #define DataType uint16_t macro
|
| D | block_splitter.c | 90 #define DataType uint8_t macro 97 #define DataType uint16_t macro
|
| /third_party/node/deps/brotli/c/enc/ |
| D | histogram.h | 30 #define DataType uint8_t macro 37 #define DataType uint16_t macro
|
| D | block_splitter.c | 90 #define DataType uint8_t macro 97 #define DataType uint16_t macro
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
| D | AArch64TargetTransformInfo.h | 152 bool isLegalMaskedLoadStore(Type *DataType, MaybeAlign Alignment) { in isLegalMaskedLoadStore() 167 bool isLegalMaskedLoad(Type *DataType, MaybeAlign Alignment) { in isLegalMaskedLoad() 171 bool isLegalMaskedStore(Type *DataType, MaybeAlign Alignment) { in isLegalMaskedStore()
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/ |
| D | vktSpvAsmWorkgroupMemoryTests.cpp | 48 struct DataType struct 50 string name; 51 string type; 52 deUint32 sizeBytes;
|
| /third_party/mindspore/mindspore/ccsrc/minddata/dataset/core/ |
| D | data_type.h | 124 DataType() : type_(DE_UNKNOWN) {} in DataType() function 135 constexpr explicit DataType(Type d) : type_(d) {} in DataType() function
|
| D | data_type.cc | 92 DataType::DataType(const std::string &type_str) { in DataType() function in mindspore::dataset::DataType
|
| D | de_tensor.cc | 62 enum mindspore::DataType DETensor::DataType() const { in DataType() function in mindspore::dataset::DETensor
|
| /third_party/mindspore/mindspore/lite/java/java/common/src/main/java/com/mindspore/lite/ |
| D | DataType.java | 23 public class DataType { class
|
| /third_party/mindspore/mindspore/lite/micro/example/mnist_stm32f746/mnist_stm32f746/include/api/ |
| D | data_type.h | 20 enum class DataType : int { enum
|
| /third_party/mindspore/include/api/ |
| D | data_type.h | 20 enum class DataType : int { enum
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
| D | TargetTransformInfoImpl.h | 257 bool isLegalMaskedStore(Type *DataType, MaybeAlign Alignment) { return false; } in isLegalMaskedStore() 259 bool isLegalMaskedLoad(Type *DataType, MaybeAlign Alignment) { return false; } in isLegalMaskedLoad() 261 bool isLegalNTStore(Type *DataType, Align Alignment) { in isLegalNTStore() 268 bool isLegalNTLoad(Type *DataType, Align Alignment) { in isLegalNTLoad() 275 bool isLegalMaskedScatter(Type *DataType, MaybeAlign Alignment) { in isLegalMaskedScatter() 279 bool isLegalMaskedGather(Type *DataType, MaybeAlign Alignment) { in isLegalMaskedGather() 283 bool isLegalMaskedCompressStore(Type *DataType) { return false; } in isLegalMaskedCompressStore() 285 bool isLegalMaskedExpandLoad(Type *DataType) { return false; } in isLegalMaskedExpandLoad() 287 bool hasDivRemOp(Type *DataType, bool IsSigned) { return false; } in hasDivRemOp()
|
| D | TargetTransformInfo.h | 1528 bool isLegalMaskedStore(Type *DataType, MaybeAlign Alignment) override { in isLegalMaskedStore() 1531 bool isLegalMaskedLoad(Type *DataType, MaybeAlign Alignment) override { in isLegalMaskedLoad() 1534 bool isLegalNTStore(Type *DataType, Align Alignment) override { in isLegalNTStore() 1537 bool isLegalNTLoad(Type *DataType, Align Alignment) override { in isLegalNTLoad() 1540 bool isLegalMaskedScatter(Type *DataType, MaybeAlign Alignment) override { in isLegalMaskedScatter() 1543 bool isLegalMaskedGather(Type *DataType, MaybeAlign Alignment) override { in isLegalMaskedGather() 1546 bool isLegalMaskedCompressStore(Type *DataType) override { in isLegalMaskedCompressStore() 1549 bool isLegalMaskedExpandLoad(Type *DataType) override { in isLegalMaskedExpandLoad() 1552 bool hasDivRemOp(Type *DataType, bool IsSigned) override { in hasDivRemOp()
|
| /third_party/mindspore/mindspore/ccsrc/cxx_api/ |
| D | types.cc | 83 enum DataType DataType() const override { return type_; } in DataType() function in mindspore::TensorDefaultImpl 116 enum DataType DataType() const override { return type_; } in DataType() function in mindspore::TensorReferenceImpl 388 enum DataType MSTensor::DataType() const { in DataType() function in mindspore::MSTensor 430 void MSTensor::SetDataType(enum DataType) { MS_LOG_EXCEPTION << "Invalid implement."; } in SetDataType()
|
| /third_party/mindspore/mindspore/ccsrc/runtime/device/ascend/dump/proto/ |
| D | ge_dtype.proto | 21 enum DataType enum
|
| /third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/aicpu/proto/ |
| D | types.proto | 21 enum DataType { enum
|
| /third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
| D | ImageFunctionHLSL.h | 50 enum class DataType enum
|
| /third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/ |
| D | ImageFunctionHLSL.h | 50 enum class DataType enum
|
| /third_party/mindspore/tests/st/model_zoo_tests/wide_and_deep/python_file_for_ci/ |
| D | datasets.py | 24 class DataType(Enum): class
|
| /third_party/skia/third_party/externals/tint/src/transform/ |
| D | decompose_memory_access.h | 60 enum class DataType { enum
|
| /third_party/skia/third_party/externals/tint/src/resolver/ |
| D | call_test.cc | 26 using DataType = builder::DataType<T>; typedef
|
| /third_party/flutter/skia/experimental/Networking/ |
| D | SkSockets.h | 36 enum DataType { enum
|
| /third_party/jsframework/runtime/main/extend/systemplugin/napi/ |
| D | ohos_data_DataShareResultSet.js | 18 export const DataType = { variable
|