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

Method GetOutput

tensorflow/lite/kernels/transpose_test.cc:149–149  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

147 }
148
149 std::vector<float> GetOutput() { return ExtractVector<float>(output_); }
150 std::vector<int> GetOutputShape() { return GetTensorShape(output_); }
151
152 protected:

Callers 1

TESTFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected