Home
last modified time | relevance | path

Searched refs:PythonTensorConverter (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/python/framework/
H A Dpython_tensor_converter_wrapper.cc66 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 Dpython_api_parameter_converter.cc157 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 Dpython_tensor_converter.h31 class PythonTensorConverter {
45 PythonTensorConverter(PyObject* py_eager_context, TFE_Context* ctx, in PythonTensorConverter() function
H A Dpython_api_parameter_converter.h57 const PythonTensorConverter& tensor_converter, absl::Span<PyObject*> params,
H A Dpython_api_parameter_converter_wrapper.cc30 const PythonTensorConverter& tensor_converter, py::handle arg_list) { in Convert()
H A Dpython_api_parameter_converter_test.py30 from tensorflow.python.framework._pywrap_python_tensor_converter import PythonTensorConverter
52 return PythonTensorConverter(context.context())
H A Dpython_tensor_converter.cc71 Safe_PyObjectPtr PythonTensorConverter::Convert(PyObject* src, DataType& dtype, in Convert()
H A Dpython_tensor_converter_test.py41 return _pywrap_python_tensor_converter.PythonTensorConverter(
/aosp_15_r20/external/tensorflow/tensorflow/tools/def_file_filter/
H A Dsymbols_pybind.txt472 tensorflow::PythonTensorConverter