Home
last modified time | relevance | path

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

/aosp_15_r20/bootable/deprecated-ota/applypatch/
H A Dimgpatch.cpp238 std::vector<unsigned char> expanded_source(expanded_len); in ApplyImagePatch() local
250 strm.next_out = expanded_source.data(); in ApplyImagePatch()
274 memcpy(expanded_source.data() + (expanded_len - bonus_size), bonus_data->data.data(), in ApplyImagePatch()
279 if (!ApplyBSDiffPatchAndStreamOutput(expanded_source.data(), expanded_len, patch, in ApplyImagePatch()
/aosp_15_r20/external/pytorch/aten/src/ATen/native/mps/operations/
H A DIndexing.mm909 auto expanded_source = source.expand(source_shape);
912 …string key = "index_fill_mps_" + getTensorsStringKey({self, index, expanded_source}) + ":" + std::…
916 MPSGraphTensor* updateTensor = mpsGraphRankedPlaceHolder(mpsGraph, expanded_source);
940 expanded_source,