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

Method add

tensorflow/lite/python/op_hint.py:553–555  ·  view source on GitHub ↗
(self, sort, node)

Source from the content-addressed store, hash-verified

551 self.flattened = None
552
553 def add(self, sort, node):
554 self.names[sort] = _tensor_name_base(node.name)
555 self.nodes[sort] = node
556
557 def flatten_nodes(self):
558 """Return a list of all the node protos in aggregation sorted order."""

Callers 15

_dump_dataFunction · 0.45
false_fnMethod · 0.45
bodyMethod · 0.45
assertValidDebugInfoMethod · 0.45
testGetTensorAccessorMethod · 0.45
_convert_tf1_modelFunction · 0.45
get_debug_infoFunction · 0.45
testTwoFunctionsMethod · 0.45
testTagsMethod · 0.45
testAggregateMethod · 0.45

Calls 1

_tensor_name_baseFunction · 0.85

Tested by 10

false_fnMethod · 0.36
bodyMethod · 0.36
assertValidDebugInfoMethod · 0.36
testGetTensorAccessorMethod · 0.36
testTwoFunctionsMethod · 0.36
testTagsMethod · 0.36
testAggregateMethod · 0.36
_runMethod · 0.36