Searched defs:logit (Results 1 – 14 of 14) sorted by relevance
217 sub logit($) { subroutine
42 #define logit(arg) logit_(prefix arg) macro
43 #define logit(arg) logit_(prefix arg) macro
226 const float logit = input(j); in GetTopK() local336 const float logit = top_k ? top_k_logits[ind] : raw_input(ind); in Step() local
229 const float logit = input(j); in GetTopK() local339 const float logit = top_k ? top_k_logits[ind] : raw_input(ind); in Step() local
81 const float logit = decision_tree_resource->get_prediction(leaf_id, j); in set_output_value() local
200 static int logit = 1; in print_neigh() local
193 logit(const char *fmt,...) in logit() function
649 logit(level, fmt, args) in logit() function
135 static void logit(char *format, ...) in logit() function