Home
last modified time | relevance | path

Searched refs:FORMAT_NHWC (Results 1 – 6 of 6) sorted by relevance

/third_party/mindspore/mindspore/lite/mindir/include/
Dmindir_types.h46 FORMAT_NHWC = 1, enumerator
/third_party/mindspore/mindspore/ccsrc/runtime/device/ascend/
Dge_types_convert.cc69 {kOpFormat_NHWC, ge::Format::FORMAT_NHWC}, in GetGeFormat()
/third_party/mindspore/mindspore/lite/src/delegate/npu/
Dnpu_converter_utils.cc74 ge_format = ge::FORMAT_NHWC; in ConverterToNPUFormat()
/third_party/mindspore/mindspore/profiler/parser/
Dframework_parser.py114 FORMAT_NHWC = 1 variable in GeFormat
/third_party/mindspore/mindspore/ccsrc/transform/graph_ir/
Dutil.cc95 return GeFormat::FORMAT_NHWC; in ConvertFormat()
/third_party/mindspore/tests/ut/cpp/transform/
Dconvert_test.cc678 ASSERT_EQ(TransformUtil::ConvertFormat(kOpFormat_NHWC), GeFormat::FORMAT_NHWC); in TEST_F()