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

Function ImportNode

tensorflow/lite/toco/import_tensorflow_test.cc:59–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

57namespace {
58
59Status ImportNode(const NodeDef& node, Model* model) {
60 const auto converter = internal::GetTensorFlowNodeConverterMap();
61 return internal::ImportTensorFlowNode(node, TensorFlowImportFlags(),
62 ModelFlags(), model, converter);
63}
64
65Status ImportFlexNode(const NodeDef& node, Model* model) {
66 // Empty converter => all nodes are flex nodes.

Callers 4

TEST_PFunction · 0.85
ImportAndGetDataMethod · 0.85
ImportAndGetDataMethod · 0.85
TESTFunction · 0.85

Calls 3

ImportTensorFlowNodeFunction · 0.85

Tested by

no test coverage detected