| /third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/cpu/kernel/ |
| D | unique_cpu_kernel.h | 211 …static void CalculateEachBucketSize(const std::shared_ptr<UniqueParam<DataType, IndexType>> ¶m… in CalculateEachBucketSize() 227 …static void SplitAndCalculateBucketSize(const std::shared_ptr<UniqueParam<DataType, IndexType>> &p… in SplitAndCalculateBucketSize() 228 … std::vector<std::shared_ptr<UniqueParam<DataType, IndexType>>> *segments_ptr, in SplitAndCalculateBucketSize() 270 …static void SegmentToBuckets(const std::shared_ptr<UniqueParam<DataType, IndexType>> &segment, siz… in SegmentToBuckets() 271 … const std::vector<std::shared_ptr<UniqueParam<DataType, IndexType>>> &buckets) { in SegmentToBuckets() 304 …static void GatherSegmentsToBuckets(const std::shared_ptr<UniqueParam<DataType, IndexType>> ¶m… in GatherSegmentsToBuckets() 305 … std::vector<std::shared_ptr<UniqueParam<DataType, IndexType>>> *segments_ptr, in GatherSegmentsToBuckets() 373 static void Unique(const std::shared_ptr<UniqueParam<DataType, IndexType>> ¶ms) { in Unique() 428 …static void UniqueEachBucket(const std::vector<std::shared_ptr<UniqueParam<DataType, IndexType>>> … in UniqueEachBucket() 445 …static void TransformBucketReverseIndices(const std::shared_ptr<UniqueParam<DataType, IndexType>> … in TransformBucketReverseIndices() [all …]
|
| /third_party/mindspore/mindspore-src/source/mindspore/ccsrc/kernel/ |
| D | common_utils.h | 137 struct DataType { struct 140 : dtype(dtype), format(format), object_type(object_type), is_optional(is_optional) {} in dtype() 141 TypeId dtype; 142 std::string format; 143 TypeId object_type; 167 const DataType &GetInputAttr(const size_t index) const { return input_type_[index]; } in GetInputAttr() argument
|
| /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/brotli/c/enc/ |
| D | histogram.h | 31 #define DataType uint8_t macro 38 #define DataType uint16_t macro
|
| D | block_splitter.c | 91 #define DataType uint8_t macro 98 #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/mbedtls/tests/scripts/ |
| D | audit-validity-dates.py | 41 class DataType(Enum): class 55 def __init__(self, data_type: DataType, x509_obj): 104 typing.Dict[DataType, 111 def __generate_parser(self, data_type: DataType):
|
| /third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/ |
| D | anon_enum_trait.rs | 4 pub struct DataType { struct 7 pub type DataType_value_type<_Tp> = _Tp; argument
|
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/ |
| D | vktSpvAsmWorkgroupMemoryTests.cpp | 48 struct DataType struct 50 string name; 51 string type; 52 deUint32 sizeBytes;
|
| /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-src/source/mindspore/ccsrc/minddata/dataset/core/ |
| D | data_type.h | 135 DataType() : type_(DE_UNKNOWN) {} in DataType() function 146 constexpr explicit DataType(const Type &type) : type_(std::move(type)) {} in DataType() function
|
| D | data_type.cc | 91 DataType::DataType(const std::string &type_str) { in DataType() function in mindspore::dataset::DataType
|
| D | de_tensor.cc | 61 enum mindspore::DataType DETensor::DataType() const { in DataType() function in mindspore::dataset::DETensor
|
| /third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/cpu/hal/device/ |
| D | cpu_hash_table.h | 38 using DataType = float; variable
|
| /third_party/rust/crates/bindgen/bindgen-tests/tests/headers/ |
| D | anon_enum_trait.hpp | 4 class DataType { class
|
| /third_party/mindspore/mindspore-src/source/mindspore/ccsrc/transform/graph_ir/ |
| D | op_adapter_util.h | 48 IMM_TRAITS(GeDataTypeImmPtr, ::ge::DataType) in IMM_TRAITS()
|
| /third_party/mindspore/mindspore-src/source/mindspore/lite/java/src/main/java/com/mindspore/config/ |
| D | DataType.java | 23 public class DataType { class
|
| /third_party/mindspore/mindspore-src/source/docs/api/api_python_en/ |
| D | mindspore.rst | 33 DataType section in Data Presentation
|
| /third_party/mindspore/mindspore-src/source/include/api/ |
| D | data_type.h | 22 enum class DataType : int { enum
|
| /third_party/mindspore/mindspore-src/source/mindspore/lite/src/extendrt/utils/ |
| D | tensor_utils.h | 152 …void SetDataType(mindspore::DataType) override { MS_LOG_EXCEPTION << "Cannot set data type for Ten… in SetDataType() 166 enum DataType DataType() const override { in DataType() function
|
| /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()
|
| /third_party/vixl/src/aarch32/ |
| D | assembler-aarch32.h | 706 DataType /*dt*/, in Delegate() argument 1039 DataType /*dt*/, in Delegate() argument 1090 DataType /*dt*/, in Delegate() argument 1115 DataType /*dt*/, in Delegate() argument 1137 DataType /*dt*/, in Delegate() argument 1151 DataType /*dt*/, in Delegate() argument 1168 DataType /*dt*/, in Delegate() argument 1183 DataType /*dt*/, in Delegate() argument 1194 DataType /*dt*/, in Delegate() argument 1209 DataType /*dt*/, in Delegate() argument [all …]
|
| /third_party/mindspore/mindspore-src/source/mindspore/lite/src/extendrt/delegate/tensorrt/op/ |
| D | cast_plugin.cc | 69 nvinfer1::DataType CastPlugin::getOutputDataType(int, const nvinfer1::DataType *, int) const noexce… in getOutputDataType() argument
|
| /third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/ascend/kernel/aicpu/proto/ |
| D | types.proto | 21 enum DataType { enum
|