| 1413 | BuildInterpreter({GetShape(input_)}); |
| 1414 | } |
| 1415 | void SetInput(std::initializer_list<float> data) { |
| 1416 | PopulateTensor(input_, data); |
| 1417 | } |
| 1418 | std::vector<float> GetOutput() { return ExtractVector<float>(output_); } |
| 1419 | |
| 1420 | protected: |
no outgoing calls
no test coverage detected