Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore-src/source/mindspore/lite/src/extendrt/kernel/ascend/model/
Dmodel_infer.cc185 std::vector<Format> ModelInfer::GetInputFormat() { return model_process_.GetInputFormat(); } in GetInputFormat() function in mindspore::kernel::acl::ModelInfer
Dmodel_process.cc218 std::vector<Format> ModelProcess::GetInputFormat() { in GetInputFormat() function in mindspore::kernel::acl::ModelProcess
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/backend/common/graph_kernel/adapter/
Dcallback_impl.cc109 std::string CallbackImpl::GetInputFormat(const AnfNodePtr &node, size_t i) { return AnfAlgo::GetInp… in GetInputFormat() function in mindspore::graphkernel::CallbackImpl
386 std::string CallbackImplWithInferShape::GetInputFormat(const AnfNodePtr &, size_t) { return kOpForm… in GetInputFormat() function in mindspore::graphkernel::CallbackImplWithInferShape
/third_party/mindspore/mindspore-src/source/include/api/
Dcontext.h569 std::string AscendDeviceInfo::GetInputFormat() const { return CharToString(GetInputFormatChar()); } in GetInputFormat() function
/third_party/mindspore/mindspore-src/source/mindspore/lite/tools/graph_kernel/converter/
Dcallback_impl.cc109 std::string CallbackImpl::GetInputFormat(const AnfNodePtr &node, size_t i) { in GetInputFormat() function in mindspore::graphkernel::CallbackImpl
/third_party/mindspore/mindspore-src/source/mindspore/lite/tools/converter/cxx_api/
Dconverter.cc132 Format Converter::GetInputFormat() const { in GetInputFormat() function in mindspore::Converter
/third_party/mindspore/mindspore-src/source/mindspore/lite/src/extendrt/utils/
Dkernel_build_utils.cc83 void GetInputFormat(const CNodePtr &kernel_node, std::vector<std::string> *input_formats) { in GetInputFormat() function
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/kernel/
Dkernel_build_info.cc66 std::string KernelBuildInfo::GetInputFormat(size_t input_index) const { in GetInputFormat() function in mindspore::kernel::KernelBuildInfo
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/cpu/hal/device/
Dkernel_select_cpu.cc117 void GetInputFormat(const CNodePtr &kernel_node, std::vector<std::string> *input_formats) { in GetInputFormat() function
/third_party/mindspore/mindspore-src/source/tests/ut/cpp/session/
Danf_runtime_algorithm_test.cc281 TEST_F(AnfRuntimeAlgorithmTest, GetInputFormat) { in TEST_F() argument
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/backend/common/session/
Danf_runtime_algorithm.cc475 std::string AnfRuntimeAlgorithm::GetInputFormat(const AnfNodePtr &node, size_t input_idx) { in GetInputFormat() function in mindspore::session::AnfRuntimeAlgorithm