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

Method GetOutputShape

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

Source from the content-addressed store, hash-verified

69 return ExtractVector<input_type>(output_);
70 }
71 std::vector<int> GetOutputShape() { return GetTensorShape(output_); }
72
73 private:
74 int input_;

Callers 1

TEST_PFunction · 0.45

Calls 1

GetTensorShapeFunction · 0.50

Tested by

no test coverage detected