Home
last modified time | relevance | path

Searched refs:structured_input_signature (Results 1 – 18 of 18) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/python/saved_model/
H A Dfunction_deserialization.py65 expected_structure = function.graph.structured_input_signature
95 expected_structure = function.graph.structured_input_signature
291 positional, keyword = concrete_function.structured_input_signature
396 structured_input_signature = None
405 structured_input_signature = nested_structure_coder.decode_proto(
418 structured_input_signature=structured_input_signature,
H A Dsignature_serialization.py68 concrete_function.structured_input_signature)):
161 if signature_function.structured_input_signature is not None:
165 nest.flatten(signature_function.structured_input_signature,
H A Dfunction_serialization.py74 concrete_function.structured_input_signature))
150 args = nest.flatten(concrete_function.structured_input_signature,
H A Dload_v1_in_v2.py192 signature_fn._func_graph.structured_input_signature = (
H A Dload_v1_in_v2_test.py655 imported.signatures["serving_default"].structured_input_signature)
H A Dsave_test.py688 self.assertEqual(imported.signatures["key"].structured_input_signature[1],
/aosp_15_r20/external/tensorflow/tensorflow/python/framework/
H A Dfunction_def_to_graph.py35 structured_input_signature=None, argument
64 structured_input_signature=structured_input_signature,
H A Dfunc_graph.py207 structured_input_signature=None, argument
238 self.structured_input_signature = structured_input_signature
1181 func_graph.structured_input_signature = (convert_structure_to_signature(
/aosp_15_r20/external/tensorflow/tensorflow/python/eager/
H A Dfunction.py1493 arg_specs, kwarg_specs = self.structured_input_signature
1671 arg_specs, kwarg_specs = self.structured_input_signature
1687 arg_specs, kwarg_specs = self.structured_input_signature
1701 arg_specs, kwarg_specs = self.structured_input_signature
1884 def structured_input_signature(self): member in ConcreteFunction
1905 return self._func_graph.structured_input_signature
2221 arg_specs, kwarg_specs = self.structured_input_signature
2278 arg_specs, kwarg_specs = self.structured_input_signature
H A Ddef_function_test.py421 signature_args, _ = concrete.structured_input_signature
606 signature_args, _ = conc.structured_input_signature
611 signature_args, _ = conc.structured_input_signature
621 signature_args, _ = conc.structured_input_signature
655 args, kwargs = concrete_function.structured_input_signature
H A Dwrap_function.py371 pruned_graph.structured_input_signature = input_signature
552 fn_inputs, fn_outputs, name, self.graph.structured_input_signature)
H A Ddef_function.py1149 signature = concrete_function.structured_input_signature
/aosp_15_r20/external/tensorflow/tensorflow/python/keras/saving/saved_model/
H A Dload.py782 structured_input_signature = nested_structure_coder.decode_proto(
784 inputs = structured_input_signature[0][0]
1150 spec = fn.concrete_functions[0].structured_input_signature[0][0]
1152 spec2 = concrete.structured_input_signature[0][0]
/aosp_15_r20/external/tensorflow/tensorflow/python/compiler/tensorrt/
H A Dtrt_convert.py922 new_func.graph.structured_input_signature = (func.structured_input_signature)
1581 reset_converted_func.graph.structured_input_signature = (
1582 self._converted_func.structured_input_signature)
/aosp_15_r20/external/tensorflow/tensorflow/python/tools/
H A Dsaved_model_cli.py211 if concrete_function.structured_input_signature:
212 args, kwargs = concrete_function.structured_input_signature
/aosp_15_r20/external/tensorflow/tensorflow/python/distribute/experimental/rpc/
H A Drpc_ops.py45 arg_specs, _ = func.structured_input_signature
/aosp_15_r20/external/tensorflow/tensorflow/tools/api/golden/v2/
H A Dtensorflow.__internal__.-func-graph.pbtxt84 …=[\'self\', \'name\', \'collections\', \'capture_by_value\', \'structured_input_signature\', \'str…
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/quantization/tensorflow/python/
H A Dquantize_model.py417 _, keyword_args = func.structured_input_signature