Home
last modified time | relevance | path

Searched refs:serialized_function_def (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/c/eager/
Dc_api.h402 TFE_Context* ctx, const char* serialized_function_def, size_t size,
Dc_api.cc924 const char* serialized_function_def, size_t size, in TFE_ContextAddFunctionDef() argument
927 if (!function_def.ParseFromArray(serialized_function_def, 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() argument
657 serialized_function_def, size, in PYBIND11_MODULE()