Home
last modified time | relevance | path

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

12345

/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/cpu/kernel/
Dunique_cpu_kernel.h211 …static void CalculateEachBucketSize(const std::shared_ptr<UniqueParam<DataType, IndexType>> &param… in CalculateEachBucketSize()
227 …static void SplitAndCalculateBucketSize(const std::shared_ptr<UniqueParam<DataType, IndexType>> &p… in SplitAndCalculateBucketSize()
228std::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()
271const std::vector<std::shared_ptr<UniqueParam<DataType, IndexType>>> &buckets) { in SegmentToBuckets()
304 …static void GatherSegmentsToBuckets(const std::shared_ptr<UniqueParam<DataType, IndexType>> &param… in GatherSegmentsToBuckets()
305std::vector<std::shared_ptr<UniqueParam<DataType, IndexType>>> *segments_ptr, in GatherSegmentsToBuckets()
373 static void Unique(const std::shared_ptr<UniqueParam<DataType, IndexType>> &params) { 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/
Dcommon_utils.h137 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/
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/brotli/c/enc/
Dhistogram.h31 #define DataType uint8_t macro
38 #define DataType uint16_t macro
Dblock_splitter.c91 #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/
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/mbedtls/tests/scripts/
Daudit-validity-dates.py41 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/
Danon_enum_trait.rs4 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/
DvktSpvAsmWorkgroupMemoryTests.cpp48 struct DataType struct
50 string name;
51 string type;
52 deUint32 sizeBytes;
/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-src/source/mindspore/ccsrc/minddata/dataset/core/
Ddata_type.h135 DataType() : type_(DE_UNKNOWN) {} in DataType() function
146 constexpr explicit DataType(const Type &type) : type_(std::move(type)) {} in DataType() function
Ddata_type.cc91 DataType::DataType(const std::string &type_str) { in DataType() function in mindspore::dataset::DataType
Dde_tensor.cc61 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/
Dcpu_hash_table.h38 using DataType = float; variable
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/
Danon_enum_trait.hpp4 class DataType { class
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/transform/graph_ir/
Dop_adapter_util.h48 IMM_TRAITS(GeDataTypeImmPtr, ::ge::DataType) in IMM_TRAITS()
/third_party/mindspore/mindspore-src/source/mindspore/lite/java/src/main/java/com/mindspore/config/
DDataType.java23 public class DataType { class
/third_party/mindspore/mindspore-src/source/docs/api/api_python_en/
Dmindspore.rst33 DataType section in Data Presentation
/third_party/mindspore/mindspore-src/source/include/api/
Ddata_type.h22 enum class DataType : int { enum
/third_party/mindspore/mindspore-src/source/mindspore/lite/src/extendrt/utils/
Dtensor_utils.h152 …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/
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()
/third_party/vixl/src/aarch32/
Dassembler-aarch32.h706 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/
Dcast_plugin.cc69 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/
Dtypes.proto21 enum DataType { enum

12345