Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/framework/
Dtensor.h246 CopyFromInternal(other, other.shape());
261 CopyFromInternal(other, shape); in CopyFrom()
656 void CopyFromInternal(const Tensor& other, const TensorShape& shape);
Dtensor.cc640 void Tensor::CopyFromInternal(const Tensor& other, const TensorShape& shape) { in CopyFromInternal() function in tensorflow::Tensor