Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/
Dpywrap_tfe.i131 %typemap(in) const char* serialized_function_def {
/external/tensorflow/tensorflow/c/eager/
Dc_api.h392 TFE_Context* ctx, const char* serialized_function_def, size_t size,
Dc_api.cc839 const char* serialized_function_def, size_t size, in TFE_ContextAddFunctionDef() argument
842 if (!function_def.ParseFromArray(serialized_function_def, size)) { in TFE_ContextAddFunctionDef()