Home
last modified time | relevance | path

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

/ohos5.0/foundation/ai/neural_network_runtime/frameworks/native/neural_network_runtime/ops/
H A Dbatch_to_space_nd_builder.cpp81 m_crops = cropsData; in SetInputCrops()
140 void* primitive = mindspore::lite::MindIR_BatchToSpaceND_CreatePrimitive(m_blockSize, m_crops); in GetPrimitive()
H A Dbatch_to_space_nd_builder.h49 std::vector<std::vector<int64_t>> m_crops; variable