Home
last modified time | relevance | path

Searched refs:TensorToNdarray (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/python/lib/core/
H A Dndarray_tensor.h50 Status TensorToNdarray(const Tensor& t, PyObject** ret);
H A Dpy_func.cc112 Status s = TensorToNdarray(call->ins[i], &arg); in MakeArgTuple()
H A Dndarray_tensor.cc567 Status TensorToNdarray(const Tensor& t, PyObject** ret) { in TensorToNdarray() function
/aosp_15_r20/external/tensorflow/tensorflow/python/util/
H A Dpy_checkpoint_reader_wrapper.cc113 tensorflow::TensorToNdarray(*tensor, &py_obj)); in CheckpointReader_GetTensor()
/aosp_15_r20/external/tensorflow/tensorflow/python/client/
H A Dtf_session_helper.cc269 s = TensorToNdarray(output, &py_array); in RunCallableHelper()
/aosp_15_r20/external/tensorflow/tensorflow/tools/def_file_filter/
H A Dsymbols_pybind.txt142 tensorflow::TensorToNdarray