Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/python/lib/core/
H A Dndarray_tensor.h38 Status NdarrayToTensor(TFE_Context* ctx, PyObject* ndarray,
46 Status NdarrayToTensor(PyObject* obj, Tensor* ret);
H A Dndarray_tensor.cc479 Status NdarrayToTensor(TFE_Context* ctx, PyObject* ndarray, in NdarrayToTensor() function
558 Status NdarrayToTensor(PyObject* obj, Tensor* ret) { in NdarrayToTensor() function
560 Status s = NdarrayToTensor(nullptr /*ctx*/, obj, &tf_tensor); in NdarrayToTensor()
H A Dpy_func.cc268 s = NdarrayToTensor(PyList_GetItem(result, i), &t); in DoCallPyFunc()
289 s = NdarrayToTensor(result, &t); in DoCallPyFunc()
H A Dpy_seq_tensor.cc690 Status status = tensorflow::NdarrayToTensor(ctx, obj, &tf_tensor); in NumpyToTFE_TensorHandle()
/aosp_15_r20/external/tensorflow/tensorflow/python/client/
H A Dtf_session_helper.cc93 s = NdarrayToTensor(nullptr /*ctx*/, value, &inputs_safe.back()); in TF_Run_wrapper_helper()
230 s = NdarrayToTensor(elem, &t); in RunCallableHelper()
381 s = NdarrayToTensor(nullptr, ndarray, &input_vals_safe.back()); in TF_SessionRun_wrapper_helper()