Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/python/eager/
H A Dpywrap_tensor.h26 int64_t PyEagerTensor_NumElements(PyObject* tensor);
H A Dpywrap_tensor.cc1003 int64_t PyEagerTensor_NumElements(PyObject* tensor) { in PyEagerTensor_NumElements() function
H A Dpywrap_tfe_src.cc1282 return PyEagerTensor_NumElements(tensor); in NumElements()