Searched refs:combined (Results 1 – 21 of 21) sorted by relevance
81 auto combined = combineDimensions(mUpdatedDimensions, request.inputs[i].dimensions); in validateRequest() local82 if (!combined.has_value()) { in validateRequest()103 auto combined = combineDimensions(kInitialDimensions, request.outputs[i].dimensions); in validateRequest() local104 if (!combined.has_value()) { in validateRequest()151 const auto combined = combineDimensions(kInitialDimensions, dimensions); in validateCopyFrom() local152 if (!combined.has_value()) { in validateCopyFrom()175 auto combined = combineDimensions(kInitialDimensions, dimensions); in updateDimensions() local176 if (!combined.has_value()) { in updateDimensions()182 mUpdatedDimensions = std::move(combined.value()); in updateDimensions()
80 auto combined = combineDimensions(mUpdatedDimensions, request.inputs[i].dimensions); in validateRequest() local81 if (!combined.has_value()) { in validateRequest()102 auto combined = combineDimensions(kInitialDimensions, request.outputs[i].dimensions); in validateRequest() local103 if (!combined.has_value()) { in validateRequest()148 const auto combined = combineDimensions(kInitialDimensions, dimensions); in validateCopyFrom() local149 if (!combined.has_value()) { in validateCopyFrom()172 auto combined = combineDimensions(kInitialDimensions, dimensions); in updateDimensions() local173 if (!combined.has_value()) { in updateDimensions()179 mUpdatedDimensions = std::move(combined.value()); in updateDimensions()
926 const auto combined = combineDimensions(dimensions, operand.dimensions); in validateMemoryDesc() local927 NN_RET_CHECK(combined.has_value()); in validateMemoryDesc()928 dimensions = combined.value(); in validateMemoryDesc()
194 auto combined = combineDimensions(shape.dimensions, info->dimensions); in setInfoAndAllocateIfNeeded() local195 if (!combined.has_value()) { in setInfoAndAllocateIfNeeded()196 LOG(ERROR) << "Invalid dimensions for model operand: " << combined.error(); in setInfoAndAllocateIfNeeded()200 info->dimensions = std::move(combined.value()); in setInfoAndAllocateIfNeeded()
68 DiscoveredPrinter combined = null; in merged() local73 if (combined == null) { in merged()74 combined = discovered; in merged()77 List<Uri> allPaths = new ArrayList<>(combined.paths); in merged()84 combined = new DiscoveredPrinter(discovered.uuid, discovered.name, allPaths, in merged()90 return combined; in merged()
121 const auto combined = combineDimensions(dimensions, kInitialDimensions); in validate() local122 NN_RET_CHECK(combined.has_value()) in validate()152 auto combined = combineDimensions(metadata.dimensions, kInitialDimensions); in updateMetadata() local153 NN_RET_CHECK(combined.has_value()); in updateMetadata()156 TypeManager::get()->getSizeOfData(kOperand.type, combined.value())); in updateMetadata()157 mUpdatedDimensions = std::move(combined.value()); in updateMetadata()372 auto combined = combineDimensions(mDesc.dimensions, operand.dimensions); in addRole() local373 if (!combined.has_value()) { in addRole()394 mDesc.dimensions = std::move(combined.value()); in addRole()406 auto combined = combineDimensions(mDesc.dimensions, dimensions); in setDimensions() local[all …]
257 final NetworkStatsHistory combined = new NetworkStatsHistory( in getHistory() local261 if (start == end) return combined; in getHistory()300 combined.recordHistory(value, collectStart, collectEnd); in getHistory()305 final NetworkStatsHistory.Entry entry = combined.getValues( in getHistory()311 combined.recordData(augmentStart, augmentEnd, in getHistory()314 combined.getValues(augmentStart, augmentEnd, entry); in getHistory()328 final long beforeTotal = combined.getTotalBytes(); in getHistory()329 for (int i = 0; i < combined.size(); i++) { in getHistory()330 combined.getValues(i, entry); in getHistory()341 combined.setValues(i, entry); in getHistory()[all …]
70 private static int getPolicyIdFromCombinedLong(long combined) { in getPolicyIdFromCombinedLong() argument71 return (int) (combined >> 32); in getPolicyIdFromCombinedLong()74 private static int getUidFromCombinedLong(long combined) { in getUidFromCombinedLong() argument75 return (int) (combined & 0xFFFFFFFF); in getUidFromCombinedLong()
237 std::size_t combined = 0; in operator() local241 combined ^= in operator()242 std::hash<uint8_t>{}(i) + 0x9e3779b9 + (combined << 6) + (combined >> 2); in operator()244 return combined; in operator()
26 # When used in combined test suites like ConnectivityCoverageTests, these test jarjar rules are27 # combined with the jarjar-rules.txt of other included modules (like NetworkStack jarjar rules).
251 Dimensions combined = lhs; in combineDimensions() local254 combined[i] = rhs[i]; in combineDimensions()261 return combined; in combineDimensions()
152 UNZIPPED_BOUNDARY_FILE=${WORKING_DIR_ROOT}/dist/combined.json
37 …s/Connectivity/nearby/service/proto/presence-lite-protos/android_common/combined/presence-lite-pro…
243 const auto combined = ::android::nn::combineDimensions(kInitialDimensions, dimensions); in validateDimensions() local244 if (!combined.has_value()) { in validateDimensions()
42 To allow for operations to run on the Main thread, fdevent features a RunQueue combined with an int…
94 # Example 2, combined dictionary
442 // that must be combined to display a lane configuration to the user.
2934 combined work, a derivative of the original library. The ordinary2972 be combined with the library in order to run.3194 facilities not covered by this License, and distribute such a combined3199 a) Accompany the combined library with a copy of the same work3204 b) Give prominent notice with the combined library of the fact
1dictionary=main:en_gb,locale=en_GB,description=English (UK),date ...
1dictionary=main:en_us,locale=en_US,description=English (US),date ...
1dictionary=main:en,locale=en,description=English,date=1414726273, ...