| 138 | return *charset_map_; |
| 139 | } |
| 140 | const ShapeTable* shape_table() const { |
| 141 | return shape_table_; |
| 142 | } |
| 143 | // Sample set operations. |
| 144 | const TrainingSampleSet* sample_set() const { |
| 145 | return sample_set_; |
no outgoing calls
no test coverage detected