Home
last modified time | relevance | path

Searched defs:serialized_function_def (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/c/eager/
Dc_api.cc924 const char* serialized_function_def, size_t size, in TFE_ContextAddFunctionDef()
/external/tensorflow/tensorflow/python/
Dtfe_wrapper.cc653 [](py::handle& ctx, const char* serialized_function_def, size_t size) { in PYBIND11_MODULE()