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

Method CreateNode

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

By default we model iterators using an unknown node, which acts as pass-through with respect to performance modeling.

Source from the content-addressed store, hash-verified

839 // By default we model iterators using an unknown node, which acts as
840 // pass-through with respect to performance modeling.
841 std::shared_ptr<model::Node> CreateNode(
842 IteratorContext* ctx, model::Node::Args args) const override {
843 return model::MakeUnknownNode(std::move(args));
844 }
845
846 // When modeling is enabled, this method disables autotuning for the given
847 // iterator (and the transitive closure of its inputs).

Callers 1

MakeNodeFactoryMethod · 0.45

Calls 1

MakeUnknownNodeFunction · 0.85

Tested by

no test coverage detected