Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/python/eager/
H A Dpywrap_tensor.h24 int64_t PyEagerTensor_ID(const PyObject* tensor);
H A Dpywrap_tensor.cc992 int64_t PyEagerTensor_ID(const PyObject* tensor) { in PyEagerTensor_ID() function
H A Dpywrap_tfe_src.cc1144 return PyEagerTensor_ID(tensor); in FastTensorId()
2163 int64_t id = PyEagerTensor_ID(tensor);