Searched refs:depthDurations (Results 1 – 2 of 2) sorted by relevance
633 const std::vector<int64_t>& depthDurations, const std::vector<int64_t>& blobDurations, in getSupportedDynamicDepthDurations() argument635 if ((dynamicDepthDurations == nullptr) || (depthDurations.size() != blobDurations.size())) { in getSupportedDynamicDepthDurations()643 auto depthDuration = depthDurations.begin(); in getSupportedDynamicDepthDurations()645 dynamicDepthDurations->reserve(depthDurations.size()); in getSupportedDynamicDepthDurations()646 while ((depthDuration != depthDurations.end()) && (blobDuration != blobDurations.end())) { in getSupportedDynamicDepthDurations()
585 const std::vector<int64_t>& depthDurations,