Home
last modified time | relevance | path

Searched refs:_pywrap_python_tensor_converter (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/python/framework/
H A Dpython_tensor_converter_test.py23 from tensorflow.python.framework import _pywrap_python_tensor_converter
41 return _pywrap_python_tensor_converter.PythonTensorConverter(
H A Dpython_tensor_converter_wrapper.cc116 PYBIND11_MODULE(_pywrap_python_tensor_converter, m) { in PYBIND11_MODULE() argument
H A DBUILD702 ":_pywrap_python_tensor_converter",
785 ":_pywrap_python_tensor_converter",
853 name = "_pywrap_python_tensor_converter",
906 ":_pywrap_python_tensor_converter",
H A Dpython_api_parameter_converter_test.py30 from tensorflow.python.framework._pywrap_python_tensor_converter import PythonTensorConverter