Home
last modified time | relevance | path

Searched refs:GetOutputSize (Results 1 – 12 of 12) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/gpu/
Dgpu_kernel_factory.cc47 if (kernel_info->GetOutputNum() != iter_second->at(attr_index).first.GetOutputSize()) { in CheckIOParam()
69 for (size_t input_index = 0; input_index < attr.GetOutputSize(); ++input_index) { in SupportedTypeList()
71 ((input_index == (attr.GetOutputSize() - 1)) ? "" : " "); in SupportedTypeList()
158 attr_size = (&(iter->second))->at(attr_index).first.GetOutputSize(); in GpuKernelAttrCheck()
/third_party/mindspore/mindspore/ccsrc/runtime/device/cpu/
Dkernel_select_cpu.h61 size_t GetOutputSize() const { return output_type_.size(); } in GetOutputSize() function
Dkernel_select_cpu.cc126 if (kernel_attr.GetOutputSize() != output_types.size()) { in GetOutputDtypeMatchedNum()
282 if (kernel_attr.GetOutputSize() != output_num) { in SelectKernel()
319 …if (kernel_attrs.empty() || (kernel_attrs[0].GetInputSize() == 0 && kernel_attrs[0].GetOutputSize(… in SetKernelInfo()
/third_party/mindspore/mindspore/ccsrc/runtime/device/gpu/
Dkernel_info_setter.h117 size_t GetOutputSize() const { return output_type_.size(); } in GetOutputSize() function
/third_party/flutter/skia/third_party/externals/sdl/src/render/
DSDL_sysrender.h81 int (*GetOutputSize) (SDL_Renderer * renderer, int *w, int *h); member
DSDL_render.c130 if (renderer->GetOutputSize) { in SDL_RendererEventWatch()
131 renderer->GetOutputSize(renderer, &w, &h); in SDL_RendererEventWatch()
359 } else if (renderer->GetOutputSize) { in SDL_GetRendererOutputSize()
360 return renderer->GetOutputSize(renderer, w, h); in SDL_GetRendererOutputSize()
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/
Dcpu_kernel_factory.cc127 if (kernel_attrs[0].GetInputSize() == 0 && kernel_attrs[0].GetOutputSize() == 0) { in CPUKernelAttrCheck()
/third_party/mindspore/mindspore/ccsrc/frontend/optimizer/irpass/
Dincorporate_getitem.h155 size_t GetOutputSize(const AnfNodePtr &output) { in GetOutputSize() function
356 const auto output_size = internal::GetOutputSize(fg_->output()); in operator()
662 const auto g1_output_size = internal::GetOutputSize(g1_->output()); in operator()
663 const auto g2_output_size = internal::GetOutputSize(g2_->output()); in operator()
/third_party/flutter/skia/third_party/externals/sdl/src/render/software/
DSDL_render_sw.c152 renderer->GetOutputSize = SW_GetOutputSize; in SW_CreateRendererForSurface()
/third_party/flutter/skia/third_party/externals/sdl/src/render/opengles/
DSDL_render_gles.c321 renderer->GetOutputSize = GLES_GetOutputSize; in GLES_CreateRenderer()
/third_party/flutter/skia/third_party/externals/sdl/src/render/opengl/
DSDL_render_gl.c430 renderer->GetOutputSize = GL_GetOutputSize; in GL_CreateRenderer()
/third_party/flutter/skia/third_party/externals/sdl/src/render/opengles2/
DSDL_render_gles2.c2093 renderer->GetOutputSize = &GLES2_GetOutputSize; in GLES2_CreateRenderer()