Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/lite/python/optimize/
H A Dcalibration_wrapper_pybind11.cc27 using tflite::calibration_wrapper::AddIntermediateTensors;
36 return tensorflow::PyoOrThrow(AddIntermediateTensors(data.ptr())); in PYBIND11_MODULE()
H A Dcalibration_wrapper.h54 PyObject* AddIntermediateTensors(PyObject* data);
H A Dcalibrator.py36 return _calibration_wrapper.AddIntermediateTensors(model_content)
H A Dcalibration_wrapper.cc159 PyObject* AddIntermediateTensors(PyObject* data) { in AddIntermediateTensors() function