Searched refs:AddIntermediateTensors (Results 1 – 4 of 4) sorted by relevance
27 using tflite::calibration_wrapper::AddIntermediateTensors;36 return tensorflow::PyoOrThrow(AddIntermediateTensors(data.ptr())); in PYBIND11_MODULE()
54 PyObject* AddIntermediateTensors(PyObject* data);
36 return _calibration_wrapper.AddIntermediateTensors(model_content)
159 PyObject* AddIntermediateTensors(PyObject* data) { in AddIntermediateTensors() function