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

Method GetOutput

tensorflow/lite/kernels/reshape_test.cc:76–76  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

74 }
75
76 std::vector<T> GetOutput() { return ExtractVector<T>(output_); }
77 std::vector<int> GetOutputShape() { return GetTensorShape(output_); }
78
79 private:

Callers 1

TEST_PFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected