ggml_graph_overhead_custom method

int ggml_graph_overhead_custom(
  1. int size,
  2. bool grads
)

Implementation

int ggml_graph_overhead_custom(
  int size,
  bool grads,
) {
  return _ggml_graph_overhead_custom(
    size,
    grads,
  );
}