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

Method GetOutputShape

tensorflow/lite/kernels/gather_test.cc:61–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

59 return ExtractVector<string>(output_);
60 }
61 std::vector<int> GetOutputShape() { return GetTensorShape(output_); }
62
63 protected:
64 int input_;

Callers 1

TESTFunction · 0.45

Calls 1

GetTensorShapeFunction · 0.50

Tested by

no test coverage detected