| /third_party/mindspore/mindspore-src/source/mindspore/lite/src/extendrt/kernel/ascend/model/ |
| D | model_infer.cc | 185 std::vector<Format> ModelInfer::GetInputFormat() { return model_process_.GetInputFormat(); } in GetInputFormat() function in mindspore::kernel::acl::ModelInfer
|
| D | model_process.cc | 218 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/ |
| D | callback_impl.cc | 109 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/ |
| D | context.h | 569 std::string AscendDeviceInfo::GetInputFormat() const { return CharToString(GetInputFormatChar()); } in GetInputFormat() function
|
| /third_party/mindspore/mindspore-src/source/mindspore/lite/tools/graph_kernel/converter/ |
| D | callback_impl.cc | 109 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/ |
| D | converter.cc | 132 Format Converter::GetInputFormat() const { in GetInputFormat() function in mindspore::Converter
|
| /third_party/mindspore/mindspore-src/source/mindspore/lite/src/extendrt/utils/ |
| D | kernel_build_utils.cc | 83 void GetInputFormat(const CNodePtr &kernel_node, std::vector<std::string> *input_formats) { in GetInputFormat() function
|
| /third_party/mindspore/mindspore-src/source/mindspore/ccsrc/kernel/ |
| D | kernel_build_info.cc | 66 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/ |
| D | kernel_select_cpu.cc | 117 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/ |
| D | anf_runtime_algorithm_test.cc | 281 TEST_F(AnfRuntimeAlgorithmTest, GetInputFormat) { in TEST_F() argument
|
| /third_party/mindspore/mindspore-src/source/mindspore/ccsrc/backend/common/session/ |
| D | anf_runtime_algorithm.cc | 475 std::string AnfRuntimeAlgorithm::GetInputFormat(const AnfNodePtr &node, size_t input_idx) { in GetInputFormat() function in mindspore::session::AnfRuntimeAlgorithm
|