Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/lib/core/
Dpy_seq_tensor.h37 TFE_TensorHandle* PySeqToTFE_TensorHandle(TFE_Context* ctx, PyObject* obj,
Dpy_seq_tensor.cc709 TFE_TensorHandle* PySeqToTFE_TensorHandle(TFE_Context* ctx, PyObject* obj, in PySeqToTFE_TensorHandle() function
/external/tensorflow/tensorflow/python/eager/
Dpywrap_tensor.cc278 make_safe(PySeqToTFE_TensorHandle(ctx, value, dtype)); in ConvertToEagerTensorUncached()