Home
last modified time | relevance | path

Searched refs:args_to_prepend (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/python/saved_model/
Dfunction_serialization.py31 proto.args_to_prepend.CopyFrom(
32 coder.encode_structure(function_spec.args_to_prepend))
Dfunction_deserialization.py120 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/
Dfunction.py947 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/
Dsaved_object_graph.proto146 StructuredValue args_to_prepend = 3; field