Home
last modified time | relevance | path

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

/ohos5.0/foundation/ai/neural_network_runtime/example/drivers/nnrt/v1_0/hdi_cpu_service/src/
H A Dnnrt_device_service.cpp268 …auto inputIt = std::find_if(model.inputIndex.begin(), model.inputIndex.end(), [tensorSize](size_t … in ValidateModel() local
271 if (inputIt != model.inputIndex.end()) { in ValidateModel()
272 HDF_LOGE("Input index is invalid, index=%u", *inputIt); in ValidateModel()
/ohos5.0/foundation/ai/neural_network_runtime/example/drivers/nnrt/v2_0/hdi_cpu_service/src/
H A Dnnrt_device_service.cpp303 …auto inputIt = std::find_if(model.inputIndex.begin(), model.inputIndex.end(), [tensorSize](size_t … in ValidateModel() local
306 if (inputIt != model.inputIndex.end()) { in ValidateModel()
307 HDF_LOGE("Input index is invalid, index=%u", *inputIt); in ValidateModel()
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/gltf/
H A Dgltf2_importer.cpp2476 auto inputIt = inputs.begin(); in operator ()() local
2496 trackHandle->timestamps = (*inputIt)->data.entity; in operator ()()
2498 if (!(*inputIt)->data.component.timestamps.empty()) { in operator ()()
2499 … maxLength = Math::max(maxLength, (*inputIt)->data.component.timestamps.back()); in operator ()()
2502 ++inputIt; in operator ()()