HomeSort by relevance Sort by last modified time
    Searched refs:operation_name (Results 1 - 4 of 4) sorted by null

  /external/openfst/src/include/fst/script/
script-impl.h 125 void RegisterOperation(const string &operation_name,
128 this->SetEntry(make_pair(operation_name, arc_type), op);
132 const string &operation_name, const string &arc_type) {
133 return this->GetEntry(make_pair(operation_name, arc_type));