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

Method SetNode

tensorflow/core/framework/dataset.h:606–606  ·  view source on GitHub ↗

Associates the given performance modeling `Node` with this iterator.

Source from the content-addressed store, hash-verified

604
605 // Associates the given performance modeling `Node` with this iterator.
606 void SetNode(std::shared_ptr<model::Node> node) { node_ = node.get(); }
607
608 std::vector<std::function<void()>> cleanup_fns_;
609 model::Node* node_ = nullptr; // Not owned.

Callers 1

MakeIteratorMethod · 0.80

Calls 1

getMethod · 0.45

Tested by

no test coverage detected