Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/framework/
Dtensor.h309 CopyFromInternal(other, other.shape());
324 CopyFromInternal(other, shape); in CopyFrom()
706 inline void CopyFromInternal(const Tensor& other, const TensorShape& shape) { in CopyFromInternal() function