Searched defs:GetInputFormat (Results 1 – 7 of 7) sorted by relevance
207 std::string Ascend310DeviceInfo::GetInputFormat() const { return CharToString(GetInputFormatChar())… in GetInputFormat() function
415 std::string Ascend310DeviceInfo::GetInputFormat() const { return CharToString(GetInputFormatChar())… in GetInputFormat() function
22 std::string KernelBuildInfo::GetInputFormat(size_t input_index) const { in GetInputFormat() function in mindspore::kernel::KernelBuildInfo
94 void GetInputFormat(const CNodePtr &kernel_node, std::vector<std::string> *input_formats) { in GetInputFormat() function
153 std::string AkgKernelJsonGenerator::GetInputFormat(const AnfNodePtr &anf_node, size_t real_index) c… in GetInputFormat() function in mindspore::kernel::AkgKernelJsonGenerator
265 TEST_F(AnfRuntimeAlgorithmTest, GetInputFormat) { in TEST_F() argument
757 std::string AnfRuntimeAlgorithm::GetInputFormat(const AnfNodePtr &node, size_t input_idx) { in GetInputFormat() function in mindspore::session::AnfRuntimeAlgorithm