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

Method GetOutput

tensorflow/lite/kernels/pack_test.cc:47–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45 }
46
47 std::vector<T> GetOutput() { return ExtractVector<T>(output_); }
48 std::vector<int> GetOutputShape() { return GetTensorShape(output_); }
49
50 private:

Callers 1

TESTFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected