Home
last modified time | relevance | path

Searched defs:GetFormat (Results 1 – 12 of 12) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/backend/common/graph_kernel/expander/mindir_adapter/
Danf_node_holder.cc37 std::string AnfNodeHolderWithDeviceInfo::GetFormat() { return Callback::Instance()->GetOutputFormat… in GetFormat() function in mindspore::graphkernel::expander::AnfNodeHolderWithDeviceInfo
43 std::string AnfNodeHolderWithHostInfo::GetFormat() { return kOpFormat_DEFAULT; } in GetFormat() function in mindspore::graphkernel::expander::AnfNodeHolderWithHostInfo
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
Ddxgi_format_map_autogen.cpp270 const Format &GetFormat(DXGI_FORMAT dxgiFormat) in GetFormat() function
/third_party/vk-gl-cts/external/amber/src/src/
Dshader.h40 ShaderFormat GetFormat() const { return shader_format_; } in GetFormat() function
Dbuffer.h90 Format* GetFormat() const { return format_; } in GetFormat() function
Dcommand.h444 Format* GetFormat() const { return format_; } in GetFormat() function
/third_party/skia/third_party/externals/dawn/src/dawn_native/
DTexture.cpp504 const Format& TextureBase::GetFormat() const { in GetFormat() function in dawn_native::TextureBase
742 const Format& TextureViewBase::GetFormat() const { in GetFormat() function in dawn_native::TextureViewBase
DSwapChain.cpp365 wgpu::TextureFormat NewSwapChainBase::GetFormat() const { in GetFormat() function in dawn_native::NewSwapChainBase
/third_party/mindspore/mindspore-src/source/mindspore/lite/src/litert/js_api/
Dmstensor_napi.cc276 napi_value MSTensorNapi::GetFormat(napi_env env, napi_callback_info info) { in GetFormat() function in mindspore::MSTensorNapi
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/include/backend/debug/
Dtensor_data.h193 std::string GetFormat() { return this->format_; } in GetFormat() function
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/backend/common/graph_kernel/core/
Dtransform_op_optimizer.cc248 std::string TransformOp::GetFormat(const NodePtr &node) const { return node->format; } in GetFormat() function in mindspore::graphkernel::TransformOp
362 std::string GetFormat(const NodePtr &node) const override { in GetFormat() function in mindspore::graphkernel::ReshapeHandle
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/backend/common/graph_kernel/
Dgraph_kernel_helper.cc200 std::string GetFormat(const AnfNodePtr &node) { return AnfAlgo::GetOutputFormat(node, 0); } in GetFormat() function
/third_party/lame/dshow/
DMpegac.cpp1924 HRESULT STDMETHODCALLTYPE CMpegAudEncOutPin::GetFormat(AM_MEDIA_TYPE **ppmt) in GetFormat() function in CMpegAudEncOutPin