Home
last modified time | relevance | path

Searched refs:SetOutputFormat (Results 1 – 4 of 4) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/backend/optimizer/ascend/format_type/
Drectify_do_mask_kernel_info.cc117 builder->SetOutputFormat(format, 0); in RectifyDropOutDoMaskKernelInfo()
139 builder->SetOutputFormat(kOpFormat_DEFAULT, 0); in RectifyKernelInfoInPynativeProcess()
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/
Dkernel_build_info.h177 void SetOutputFormat(const std::string &format, size_t index);
Dkernel_build_info.cc223 void KernelBuildInfo::KernelBuildInfoBuilder::SetOutputFormat(const std::string &format, size_t ind… in SetOutputFormat() function in mindspore::kernel::KernelBuildInfo::KernelBuildInfoBuilder
/third_party/json/third_party/cpplint/
Dcpplint.py1021 def SetOutputFormat(self, output_format): member in _CppLintState
1169 _cpplint_state.SetOutputFormat(output_format)