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

Method GetOutput

tensorflow/lite/kernels/pad_test.cc:49–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47 }
48
49 std::vector<RegularInputOuput> GetOutput() {
50 return ExtractVector<RegularInputOuput>(output_);
51 }
52 std::vector<int> GetOutputShape() { return GetTensorShape(output_); }
53
54 template <typename QuantizedInputOutput>

Callers 1

TESTFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected