Searched refs:TensorQuantization (Results 1 – 4 of 4) sorted by relevance
86 PyObject* TensorQuantization(int i) const;
126 return tensorflow::PyoOrThrow(self.TensorQuantization(i)); in PYBIND11_MODULE()
376 PyObject* InterpreterWrapper::TensorQuantization(int i) const { in TensorQuantization() function in tflite::interpreter_wrapper::InterpreterWrapper
418 tensor_quantization = self._interpreter.TensorQuantization(tensor_index)