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

Method CreateNode

tensorflow/core/grappler/utils/frame_test.cc:35–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33class FrameViewTest : public ::testing::Test {
34 protected:
35 NodeDef CreateNode(const string& name, const std::vector<string>& inputs) {
36 return CreateNode(name, "", "", inputs);
37 }
38
39 NodeDef CreateNode(const string& name, const string& op,
40 const std::vector<string>& inputs) {

Callers 1

TYPED_TESTFunction · 0.45

Calls 5

set_opMethod · 0.80
set_nameMethod · 0.45
emptyMethod · 0.45
insertMethod · 0.45
add_inputMethod · 0.45

Tested by

no test coverage detected