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

Method GetValues

tensorflow/lite/kernels/expand_dims_test.cc:58–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56 }
57 }
58 std::vector<InputType> GetValues() {
59 return ExtractVector<InputType>(output_);
60 }
61 std::vector<int> GetOutputShape() { return GetTensorShape(output_); }
62
63 protected:

Callers 1

TEST_PFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected