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

Method GetOutput

tensorflow/lite/kernels/rank_test.cc:44–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42 int input() { return input_; }
43
44 std::vector<int32_t> GetOutput() { return ExtractVector<int32_t>(output_); }
45 std::vector<int> GetOutputShape() { return GetTensorShape(output_); }
46
47 private:

Callers 1

TESTFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected