Home
last modified time | relevance | path

Searched defs:error_label (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/python/keras/saving/utils_v1/
H A Dexport_output.py51 def _check_output_key(self, key, error_label): argument
62 self, outputs, single_output_default_name, error_label=None): argument
/aosp_15_r20/external/tensorflow/tensorflow/python/saved_model/model_utils/
H A Dexport_output.py51 def _check_output_key(self, key, error_label): argument
62 self, outputs, single_output_default_name, error_label=None): argument
/aosp_15_r20/external/python/cpython3/Modules/
Dmathmodule.c98 #define ASSIGN_DOUBLE(target_var, obj, error_label) \ argument