Searched refs:serialized_function_def (Results 1 – 3 of 3) sorted by relevance
/external/tensorflow/tensorflow/c/eager/ |
D | c_api.h | 402 TFE_Context* ctx, const char* serialized_function_def, size_t size,
|
D | c_api.cc | 924 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/ |
D | tfe_wrapper.cc | 653 [](py::handle& ctx, const char* serialized_function_def, size_t size) { in PYBIND11_MODULE() argument 657 serialized_function_def, size, in PYBIND11_MODULE()
|