concrete.ml.sklearn.tree_to_numpy.md
module concrete.ml.sklearn.tree_to_numpy
concrete.ml.sklearn.tree_to_numpyGlobal Variables
function tree_to_numpy
tree_to_numpytree_to_numpy(
model: ModelProto,
x: ndarray,
framework: str,
task: Task,
output_n_bits: Optional[int] = 8
) → Tuple[Callable, List[UniformQuantizer], ModelProto]class Task
TaskLast updated
Was this helpful?