Searched refs:TFE_Py_EncodeArg (Results 1 – 5 of 5) sorted by relevance
373 PyObject* TFE_Py_EncodeArg(PyObject*, bool include_tensor_ranks_only);
3158 input_signature = pywrap_tfe.TFE_Py_EncodeArg(inputs,
4192 PyObject* TFE_Py_EncodeArg(PyObject* arg, bool include_tensor_ranks_only) { function
193 TFE_Py_EncodeArg
1052 TFE_Py_EncodeArg(o.ptr(), include_tensor_ranks_only)); in PYBIND11_MODULE()