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

Method GetOutput

tensorflow/lite/kernels/slice_test.cc:68–70  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66 }
67
68 std::vector<input_type> GetOutput() {
69 return ExtractVector<input_type>(output_);
70 }
71 std::vector<int> GetOutputShape() { return GetTensorShape(output_); }
72
73 private:

Callers 1

TEST_PFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected