Searched refs:PythonTensorConverter (Results 1 – 9 of 9) sorted by relevance
/aosp_15_r20/external/tensorflow/tensorflow/python/framework/ |
H A D | python_tensor_converter_wrapper.cc | 66 PythonTensorConverter MakePythonTensorConverter(py::handle py_eager_context) { in MakePythonTensorConverter() 93 return PythonTensorConverter(py_eager_context.ptr(), ctx, device_name); in MakePythonTensorConverter() 96 py::handle Convert(tensorflow::PythonTensorConverter* self, py::handle obj, in Convert() 117 py::class_<tensorflow::PythonTensorConverter>(m, "PythonTensorConverter") in PYBIND11_MODULE()
|
H A D | python_api_parameter_converter.cc | 157 const PythonTensorConverter& tensor_converter, in ConvertToTensorInPlace() 220 const PythonTensorConverter& tensor_converter, in ConvertInputWithFixedDType() 247 const PythonTensorConverter& tensor_converter, in ConvertInputsWithTypeAttr() 323 const PythonTensorConverter& tensor_converter, in ConvertInputsWithTypeListAttr() 436 const PythonTensorConverter& tensor_converter, in ConvertPythonAPIParameters()
|
H A D | python_tensor_converter.h | 31 class PythonTensorConverter { 45 PythonTensorConverter(PyObject* py_eager_context, TFE_Context* ctx, in PythonTensorConverter() function
|
H A D | python_api_parameter_converter.h | 57 const PythonTensorConverter& tensor_converter, absl::Span<PyObject*> params,
|
H A D | python_api_parameter_converter_wrapper.cc | 30 const PythonTensorConverter& tensor_converter, py::handle arg_list) { in Convert()
|
H A D | python_api_parameter_converter_test.py | 30 from tensorflow.python.framework._pywrap_python_tensor_converter import PythonTensorConverter 52 return PythonTensorConverter(context.context())
|
H A D | python_tensor_converter.cc | 71 Safe_PyObjectPtr PythonTensorConverter::Convert(PyObject* src, DataType& dtype, in Convert()
|
H A D | python_tensor_converter_test.py | 41 return _pywrap_python_tensor_converter.PythonTensorConverter(
|
/aosp_15_r20/external/tensorflow/tensorflow/tools/def_file_filter/ |
H A D | symbols_pybind.txt | 472 tensorflow::PythonTensorConverter
|