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

Method AddTensors

tensorflow/lite/graph_info_test.cc:70–70  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

68 }
69
70 void AddTensors(int count) { tensors_.resize(count + tensors_.size()); }
71
72 void SetInputsAndOutputs(const std::vector<int>& inputs,
73 const std::vector<int>& outputs) {

Callers 1

TESTFunction · 0.45

Calls 2

resizeMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected