Home
last modified time | relevance | path

Searched refs:learner_runtime (Results 1 – 2 of 2) sorted by relevance

/dpdk/lib/pipeline/
H A Drte_swx_pipeline_internal.h831 struct learner_runtime { struct
923 struct learner_runtime *learners;
2047 struct learner_runtime *l = &t->learners[learner_id]; in __instr_learn_exec()
2077 struct learner_runtime *l = &t->learners[learner_id]; in __instr_forget_exec()
H A Drte_swx_pipeline.c2263 struct learner_runtime *l = &t->learners[learner_id]; in instr_learner_exec()
2320 struct learner_runtime *l = &t->learners[learner_id]; in instr_learner_af_exec()
8466 struct learner_runtime *r = &t->learners[j]; in learner_build_free()
8503 t->learners = calloc(p->n_learners, sizeof(struct learner_runtime)); in learner_build()
8510 struct learner_runtime *r = &t->learners[l->id]; in learner_build()