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

Method Reshape

tensorflow/lite/testing/parse_testdata.cc:310–312  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

308class Reshape : public Message {
309 public:
310 explicit Reshape(TestRunner* test_runner) : test_runner_(test_runner) {
311 expected_inputs_ = test_runner->GetInputs();
312 }
313
314 void SetField(const std::string& name, const std::string& value) override {
315 if (name == "input") {

Callers

nothing calls this directly

Calls 1

GetInputsMethod · 0.45

Tested by

no test coverage detected