Searched defs:operation_name (Results 1 - 1 of 1) sorted by relevance

/external/openfst/src/include/fst/script/
H A Dscript-impl.h125 void RegisterOperation(const string &operation_name, argument
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));
131 GetOperation( const string &operation_name, const string &arc_type) argument

Completed in 193 milliseconds