Home
last modified time | relevance | path

Searched defs:GetInputFormat (Results 1 – 7 of 7) sorted by relevance

/third_party/mindspore/mindspore/lite/micro/example/mnist_stm32f746/mnist_stm32f746/include/api/
Dcontext.h207 std::string Ascend310DeviceInfo::GetInputFormat() const { return CharToString(GetInputFormatChar())… in GetInputFormat() function
/third_party/mindspore/include/api/
Dcontext.h415 std::string Ascend310DeviceInfo::GetInputFormat() const { return CharToString(GetInputFormatChar())… in GetInputFormat() function
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/
Dkernel_build_info.cc22 std::string KernelBuildInfo::GetInputFormat(size_t input_index) const { in GetInputFormat() function in mindspore::kernel::KernelBuildInfo
/third_party/mindspore/mindspore/ccsrc/runtime/device/cpu/
Dkernel_select_cpu.cc94 void GetInputFormat(const CNodePtr &kernel_node, std::vector<std::string> *input_formats) { in GetInputFormat() function
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/akg/
Dakg_kernel_json_generator.cc153 std::string AkgKernelJsonGenerator::GetInputFormat(const AnfNodePtr &anf_node, size_t real_index) c… in GetInputFormat() function in mindspore::kernel::AkgKernelJsonGenerator
/third_party/mindspore/tests/ut/cpp/session/
Danf_runtime_algorithm_test.cc265 TEST_F(AnfRuntimeAlgorithmTest, GetInputFormat) { in TEST_F() argument
/third_party/mindspore/mindspore/ccsrc/backend/session/
Danf_runtime_algorithm.cc757 std::string AnfRuntimeAlgorithm::GetInputFormat(const AnfNodePtr &node, size_t input_idx) { in GetInputFormat() function in mindspore::session::AnfRuntimeAlgorithm