Searched defs:ActionsModelBuilder (Results 1 – 1 of 1) sorted by relevance
3115 struct ActionsModelBuilder { struct3116 typedef ActionsModel Table;3117 flatbuffers::FlatBufferBuilder &fbb_;3118 flatbuffers::uoffset_t start_;3119 void add_locales(flatbuffers::Offset<flatbuffers::String> locales) { in add_locales()3122 void add_version(int32_t version) { in add_version()3125 void add_name(flatbuffers::Offset<flatbuffers::String> name) { in add_name()3128 …te_model_spec(flatbuffers::Offset<libtextclassifier3::TensorflowLiteModelSpec> tflite_model_spec) { in add_tflite_model_spec()3131 …oid add_smart_reply_action_type(flatbuffers::Offset<flatbuffers::String> smart_reply_action_type) { in add_smart_reply_action_type()3134 …set<flatbuffers::Vector<flatbuffers::Offset<libtextclassifier3::ActionTypeOptions>>> action_type) { in add_action_type()[all …]