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