Searched refs:PyArrayToTF_Tensor (Results 1 – 3 of 3) sorted by relevance
37 Status PyArrayToTF_Tensor(PyObject* ndarray, Safe_TF_TensorPtr* out_tensor);
416 Status PyArrayToTF_Tensor(PyObject* ndarray, Safe_TF_TensorPtr* out_tensor) { in PyArrayToTF_Tensor() function472 Status s = PyArrayToTF_Tensor(obj, &tf_tensor); in NdarrayToTensor()
92 s = PyArrayToTF_Tensor(value, &inputs_safe.back()); in TF_Run_wrapper_helper()390 s = PyArrayToTF_Tensor(ndarray, &input_vals_safe.back()); in TF_SessionRun_wrapper_helper()