Searched refs:CopyFromInternal (Results 1 – 2 of 2) sorted by relevance
246 CopyFromInternal(other, other.shape());261 CopyFromInternal(other, shape); in CopyFrom()656 void CopyFromInternal(const Tensor& other, const TensorShape& shape);
640 void Tensor::CopyFromInternal(const Tensor& other, const TensorShape& shape) { in CopyFromInternal() function in tensorflow::Tensor