Home
last modified time | relevance | path

Searched refs:GetDataSize (Results 1 – 7 of 7) sorted by relevance

/third_party/mindspore/patches/
D0008-upgrade-flatbuffers-fix_crash.patch1792 - reinterpret_cast<const int8_t *>(data.GetData()) + data.GetDataSize(…
1811 - reinterpret_cast<const int8_t *>(data.GetData()) + data.GetDataSize(…
1833 - reinterpret_cast<const int8_t *>(data.GetData()) + data.GetDataSize(…
1880 - reinterpret_cast<const int8_t *>(data.GetData()) + data.GetDataSize(…
1919 - reinterpret_cast<const int8_t *>(data.GetData()) + data.GetDataSize(…
1937 - reinterpret_cast<const int8_t *>(data.GetData()) + data.GetDataSize(…
1955 - reinterpret_cast<const int8_t *>(data.GetData()) + data.GetDataSize(…
1974 - reinterpret_cast<const int8_t *>(data.GetData()) + data.GetDataSize(…
2029 - reinterpret_cast<const int8_t *>(data.GetData()) + data.GetDataSize(…
2092 - reinterpret_cast<const int8_t *>(data.GetData()) + data.GetDataSize(…
[all …]
D0003-add-js-api.patch1553 + static napi_value GetDataSize(napi_env env, napi_callback_info info);
4824 + DECLARE_NAPI_GETTER("dataSize", GetDataSize),
4999 +napi_value MSTensorNapi::GetDataSize(napi_env env, napi_callback_info info) {
5024 + MS_LOG(INFO) << "GetDataSize success.";
/third_party/lzma/CPP/7zip/Common/
DInOutTempBuffer.h42 UInt64 GetDataSize() const { return _size; } in GetDataSize() function
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/video/
DvktVideoSessionFfmpegUtils.cpp55 virtual size_t GetDataSize (void) { return m_data->size(); }; in GetDataSize() function in vkt::video::DataProviderImpl
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/video/
DvktVideoSessionFfmpegUtils.cpp55 virtual size_t GetDataSize (void) { return m_data->size(); }; in GetDataSize() function in vkt::video::DataProviderImpl
/third_party/lzma/CPP/7zip/Archive/7z/
D7zEncode.cpp499 packSizes.Add(iotb.GetDataSize());
/third_party/mesa3d/include/D3D9/
Dd3d9.h322 virtual DWORD WINAPI GetDataSize() = 0;
1376 DWORD (WINAPI *GetDataSize)(IDirect3DQuery9 *This);
1392 #define IDirect3DQuery9_GetDataSize(p) (p)->lpVtbl->GetDataSize(p)