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

Class UnknownArgument

tensorflow/python/framework/func_graph.py:73–75  ·  view source on GitHub ↗

Signifies an argument which is not currently handled.

Source from the content-addressed store, hash-verified

71
72
73class UnknownArgument(object):
74 """Signifies an argument which is not currently handled."""
75 pass
76
77
78def convert_structure_to_signature(structure, arg_names=None):

Callers 1

encode_argFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected