Home
last modified time | relevance | path

Searched defs:tensorSize (Results 1 – 2 of 2) sorted by relevance

/test/xts/hats/ai/nnrt/hdi/nnrtFunctionTest/src/
Dhdi_device_test.cpp258 size_t tensorSize = 1; variable
273 size_t tensorSize = 0; variable
299 size_t tensorSize = 224; variable
/test/xts/hats/ai/nnrt/hdi/common/
Dhdi_nnrt_test_utils.cpp117 size_t tensorSize = mindspore::lite::MindIR_LiteGraph_GetConstTensorSize(m_liteGraph.get()); in ConvertModel() local