Home
last modified time | relevance | path

Searched defs:DeviceInfo (Results 1 – 7 of 7) sorted by relevance

/third_party/mindspore/mindspore/core/ir/
Dmeta_tensor.h45 struct DeviceInfo { struct
48 …rmat_(std::move(format)), data_type_(std::move(data_type)), host_format_(std::move(host_format)) {} in format_()
49 std::string format_ = "DefaultFormat";
50 TypePtr data_type_ = nullptr;
51 std::string host_format_ = "DefaultFormat";
/third_party/skia/third_party/externals/dawn/src/dawn_wire/server/
DObjectStorage.h27 struct DeviceInfo { struct
50 DeviceInfo* deviceInfo = nullptr; argument
/third_party/mindspore/mindspore/lite/include/
Dcontext.h51 struct DeviceInfo { struct
52 CpuDeviceInfo cpu_device_info_; argument
53 GpuDeviceInfo gpu_device_info_; argument
54 NpuDeviceInfo npu_device_info_; argument
55 AscendDeviceInfo ascend310_device_info_; argument
56 NNRtDeviceInfo nnrt_device_info_; argument
/third_party/mindspore/mindspore/lite/micro/example/mnist_stm32f746/mnist_stm32f746/include/
Dcontext.h45 struct DeviceInfo { struct
46 CpuDeviceInfo cpu_device_info_; argument
49 union DeviceInfo { union
/third_party/mesa3d/src/amd/compiler/
Daco_ir.h2012 struct DeviceInfo { struct
2013 uint16_t lds_encoding_granule;
2014 uint16_t lds_alloc_granule;
2015 uint32_t lds_limit; /* in bytes */
2016 bool has_16bank_lds;
2017 uint16_t physical_sgprs;
2018 uint16_t physical_vgprs;
2019 uint16_t vgpr_limit;
2020 uint16_t sgpr_limit;
2021 uint16_t sgpr_alloc_granule;
[all …]
/third_party/skia/third_party/externals/angle2/src/common/
Dpacked_cl_enums.json13 "DeviceInfo": { object
DPackedCLEnums_autogen.h79 enum class DeviceInfo : uint8_t enum