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

Method GetOutputShape

tensorflow/lite/kernels/reshape_test.cc:77–77  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

75
76 std::vector<T> GetOutput() { return ExtractVector<T>(output_); }
77 std::vector<int> GetOutputShape() { return GetTensorShape(output_); }
78
79 private:
80 void BuildWithHardcodedShape(std::initializer_list<int> input_shape,

Callers 1

TEST_PFunction · 0.45

Calls 1

GetTensorShapeFunction · 0.50

Tested by

no test coverage detected