Searched defs:NLClassifierOptions (Results 1 – 3 of 3) sorted by relevance
47 struct NLClassifierOptions { struct60 const struct NLClassifierOptions* options); argument
44 struct NLClassifierOptions { struct45 int input_tensor_index = 0;46 int output_score_tensor_index = 0;49 int output_label_tensor_index = -1;50 std::string input_tensor_name = "INPUT";51 std::string output_score_tensor_name = "OUTPUT_SCORE";52 std::string output_label_tensor_name = "OUTPUT_LABEL";
72 public abstract static class NLClassifierOptions { class in NLClassifier