Home
last modified time | relevance | path

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

/external/openfst/src/include/fst/
Dsparse-tuple-weight.h275 const W& v2_def = w2.DefaultValue(); in SparseTupleWeightMap() local
276 ret->SetDefaultValue(operator_mapper.Map(0, v1_def, v2_def)); in SparseTupleWeightMap()
281 const W& v2 = (w2_it.Done()) ? v2_def : w2_it.Value().second; in SparseTupleWeightMap()
287 ret->Push(k1, operator_mapper.Map(k1, v1, v2_def)); in SparseTupleWeightMap()
300 const W& v2_def = w2.DefaultValue();
301 if (v1_def != v2_def) return false;
309 const W& v2 = (w2_it.Done()) ? v2_def : w2_it.Value().second;
315 if (v1 != v2_def) return false;