Searched refs:args_to_prepend (Results 1 – 4 of 4) sorted by relevance
/external/tensorflow/tensorflow/python/saved_model/ |
D | function_serialization.py | 31 proto.args_to_prepend.CopyFrom( 32 coder.encode_structure(function_spec.args_to_prepend))
|
D | function_deserialization.py | 120 args_to_prepend = coder.decode_proto(function_spec_proto.args_to_prepend) 123 return function_lib.FunctionSpec(fullargspec, is_method, args_to_prepend,
|
/external/tensorflow/tensorflow/python/eager/ |
D | function.py | 947 args_to_prepend = python_function.args or tuple() 955 args_to_prepend = tuple() 961 return FunctionSpec(fullargspec, is_method, args_to_prepend, 964 def __init__(self, fullargspec, is_method, args_to_prepend, kwargs_to_include, argument 968 self._args_to_prepend = args_to_prepend 1015 def args_to_prepend(self): member in FunctionSpec
|
/external/tensorflow/tensorflow/core/protobuf/ |
D | saved_object_graph.proto | 146 StructuredValue args_to_prepend = 3; field
|