HomeSort by relevance Sort by last modified time
    Searched refs:EagerTensor_CheckExact (Results 1 - 6 of 6) sorted by null

  /external/tensorflow/tensorflow/python/eager/
pywrap_tensor.h 22 bool EagerTensor_CheckExact(const PyObject* o);
pywrap_tfe.h 88 bool EagerTensor_CheckExact(const PyObject* o);
pywrap_tensor.cc 558 bool EagerTensor_CheckExact(const PyObject* o) {
584 CHECK(EagerTensor_CheckExact(tensor));
678 if (!EagerTensor_CheckExact(tensor_obj)) {
pywrap_tfe_src.cc 736 if (EagerTensor_CheckExact(tensor)) {
    [all...]
  /external/tensorflow/tensorflow/python/
pywrap_tfe.i 143 if (EagerTensor_CheckExact(elem)) {
  /external/tensorflow/tensorflow/python/lib/core/
py_func.cc 221 if (EagerTensor_CheckExact(item)) {
237 } else if (EagerTensor_CheckExact(result) || result == Py_None) {

Completed in 577 milliseconds