Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/framework/
Dtensor.h170 CopyFromInternal(other, other.shape());
185 CopyFromInternal(other, shape); in CopyFrom()
513 void CopyFromInternal(const Tensor& other, const TensorShape& shape);
Dtensor.cc628 void Tensor::CopyFromInternal(const Tensor& other, const TensorShape& shape) { in CopyFromInternal() function in tensorflow::Tensor