Home
last modified time | relevance | path

Searched defs:GetDataPtr (Results 1 – 3 of 3) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/core/ir/
Dkernel_tensor_value.cc76 const void *KernelTensorValue::GetDataPtr() const { in GetDataPtr() function in mindspore::KernelTensorValue
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/video/
DvktBitstreamBufferImpl.cpp210 deUint8* BitstreamBufferImpl::GetDataPtr(VkDeviceSize offset, VkDeviceSize& maxSize) in GetDataPtr() function in vkt::video::BitstreamBufferImpl
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/include/backend/debug/
Dtensor_data.h198 const char *GetDataPtr() const { return this->data_ptr_; } in GetDataPtr() function