GGML_TENSOR_FLAG_INPUT constant

int const GGML_TENSOR_FLAG_INPUT

...is an input for the GGML compute graph

Implementation

static const int GGML_TENSOR_FLAG_INPUT = 1;