Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/runtime/device/ascend/
Dge_types_convert.cc71 {kOpFormat_NC1HWC0, ge::Format::FORMAT_NC1HWC0}, in GetGeFormat()
/third_party/mindspore/mindspore/profiler/parser/
Dframework_parser.py116 FORMAT_NC1HWC0 = 3 variable in GeFormat
/third_party/mindspore/mindspore/ccsrc/transform/graph_ir/
Dutil.cc93 return GeFormat::FORMAT_NC1HWC0; in ConvertFormat()
/third_party/mindspore/tests/ut/cpp/transform/
Dconvert_test.cc677 ASSERT_EQ(TransformUtil::ConvertFormat(kOpFormat_NC1HWC0), GeFormat::FORMAT_NC1HWC0); in TEST_F()