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

Method GetOutputShape

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

Source from the content-addressed store, hash-verified

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

Callers 1

TESTFunction · 0.45

Calls 1

GetTensorShapeFunction · 0.50

Tested by

no test coverage detected