Searched refs:from_values (Results 1 – 1 of 1) sorted by relevance
30 const std::vector<Tensor>& from_values = from.get_values(); in OptionalDeviceCopy() local32 to_values.reserve(from_values.size()); in OptionalDeviceCopy()33 for (const Tensor& t : from_values) { in OptionalDeviceCopy()