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

Method GetOutput

tensorflow/lite/kernels/squeeze_test.cc:55–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53 }
54
55 std::vector<float> GetOutput() { return ExtractVector<float>(output_); }
56 std::vector<int> GetOutputShape() { return GetTensorShape(output_); }
57};
58

Callers 1

TESTFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected