Searched refs:combiner (Results 1 – 3 of 3) sorted by relevance
363 TfLiteCombinerType combiner; member
554 params->combiner = parseCombinerType(embedding_params->combiner()); in ParseOpDataTfLite()
6442 tflite::CombinerType combiner;6444 : combiner(tflite::CombinerType_SUM) {6453 tflite::CombinerType combiner() const {6469 void add_combiner(tflite::CombinerType combiner) {6470 …fbb_.AddElement<int8_t>(EmbeddingLookupSparseOptions::VT_COMBINER, static_cast<int8_t>(combiner), …6486 tflite::CombinerType combiner = tflite::CombinerType_SUM) {6488 builder_.add_combiner(combiner);13123 { auto _e = combiner(); _o->combiner = _e; }13134 auto _combiner = _o->combiner;
Completed in 25 milliseconds