Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/python/saved_model/
H A Dutils_impl.py286 def swap_function_tensor_content(meta_graph_def, from_endiness, to_endiness): function
H A Dloader_impl.py419 saved_model_utils.swap_function_tensor_content(meta_graph_def, "little",
H A Dload.py930 saved_model_utils.swap_function_tensor_content(meta_graph_def, "little",
H A Dsave.py873 utils_impl.swap_function_tensor_content(meta_graph_def, "big", "little")