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

Method Swap

tensorflow/lite/arena_planner_test.cc:111–117  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

109 }
110
111 void Swap(TestGraph* other) {
112 std::swap(nodes_, other->nodes_);
113 std::swap(tensors_, other->tensors_);
114 std::swap(inputs_, other->inputs_);
115 std::swap(outputs_, other->outputs_);
116 std::swap(variables_, other->variables_);
117 }
118
119 private:
120 std::vector<TfLiteNode> nodes_;

Callers 1

SwapGraphMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected