Home
last modified time | relevance | path

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

/ohos5.0/foundation/ai/neural_network_runtime/frameworks/native/neural_network_runtime/ops/
H A Dbatch_to_space_nd_builder.cpp46 int64_t* pBlockSize = static_cast<int64_t*>(buffer); in SetInputBlock() local
50 m_blockSize.emplace_back(*pBlockSize); in SetInputBlock()
51 ++pBlockSize; in SetInputBlock()