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

Method SetInputsAndOutputs

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

Source from the content-addressed store, hash-verified

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) {
74 inputs_ = inputs;
75 outputs_ = outputs;
76 }
77
78 private:
79 size_t node_index_offset_;

Callers 1

TESTFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected