Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/lib/core/
Dndarray_tensor.cc330 Status GetPyArrayDescrForTensor(const TF_Tensor* tensor, in GetPyArrayDescrForTensor() function
445 TF_RETURN_IF_ERROR(GetPyArrayDescrForTensor(tensor.get(), &descr)); in TF_TensorToPyArray()