Home
last modified time | relevance | path

Searched defs:DataType (Results 1 – 25 of 83) sorted by relevance

1234

/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/
Dunique_cpu_kernel.h75 …static void CalculateEachBucketSize(const std::shared_ptr<UniqueParam<DataType, IndexType>> &param… in CalculateEachBucketSize()
92 const std::shared_ptr<UniqueParam<DataType, IndexType>> &params, 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()
137const std::vector<std::shared_ptr<UniqueParam<DataType, IndexType>>> &buckets) { in SegmentToBuckets()
168 …static void GatherSegmentsToBuckets(const std::shared_ptr<UniqueParam<DataType, IndexType>> &param… in GatherSegmentsToBuckets()
169std::vector<std::shared_ptr<UniqueParam<DataType, IndexType>>> *segments_ptr, in GatherSegmentsToBuckets()
237 static void Unique(const std::shared_ptr<UniqueParam<DataType, IndexType>> &params) { 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/
Dhistogram.h30 #define DataType uint8_t macro
37 #define DataType uint16_t macro
Dblock_splitter.c90 #define DataType uint8_t macro
97 #define DataType uint16_t macro
/third_party/node/deps/brotli/c/enc/
Dhistogram.h30 #define DataType uint8_t macro
37 #define DataType uint16_t macro
Dblock_splitter.c90 #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/
DAArch64TargetTransformInfo.h152 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/
DvktSpvAsmWorkgroupMemoryTests.cpp48 struct DataType struct
50 string name;
51 string type;
52 deUint32 sizeBytes;
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/core/
Ddata_type.h124 DataType() : type_(DE_UNKNOWN) {} in DataType() function
135 constexpr explicit DataType(Type d) : type_(d) {} in DataType() function
Ddata_type.cc92 DataType::DataType(const std::string &type_str) { in DataType() function in mindspore::dataset::DataType
Dde_tensor.cc62 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/
DDataType.java23 public class DataType { class
/third_party/mindspore/mindspore/lite/micro/example/mnist_stm32f746/mnist_stm32f746/include/api/
Ddata_type.h20 enum class DataType : int { enum
/third_party/mindspore/include/api/
Ddata_type.h20 enum class DataType : int { enum
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DTargetTransformInfoImpl.h257 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()
DTargetTransformInfo.h1528 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/
Dtypes.cc83 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/
Dge_dtype.proto21 enum DataType enum
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/aicpu/proto/
Dtypes.proto21 enum DataType { enum
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DImageFunctionHLSL.h50 enum class DataType enum
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/
DImageFunctionHLSL.h50 enum class DataType enum
/third_party/mindspore/tests/st/model_zoo_tests/wide_and_deep/python_file_for_ci/
Ddatasets.py24 class DataType(Enum): class
/third_party/skia/third_party/externals/tint/src/transform/
Ddecompose_memory_access.h60 enum class DataType { enum
/third_party/skia/third_party/externals/tint/src/resolver/
Dcall_test.cc26 using DataType = builder::DataType<T>; typedef
/third_party/flutter/skia/experimental/Networking/
DSkSockets.h36 enum DataType { enum
/third_party/jsframework/runtime/main/extend/systemplugin/napi/
Dohos_data_DataShareResultSet.js18 export const DataType = { variable

1234