Searched refs:expanded_source (Results 1 – 2 of 2) sorted by relevance
238 std::vector<unsigned char> expanded_source(expanded_len); in ApplyImagePatch() local250 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()
909 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,