MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / GetOutput

Method GetOutput

tensorflow/lite/kernels/mfcc_test.cc:61–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

59 int input1() { return input1_; }
60 int input2() { return input2_; }
61 std::vector<float> GetOutput() { return ExtractVector<float>(output_); }
62 std::vector<int> GetOutputShape() { return GetTensorShape(output_); }
63
64 protected:

Callers 1

TESTFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected