Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/c/eager/
Dc_api.h235 TF_CAPI_EXPORT extern void TFE_OpSetAttrFunctionList(TFE_Op* op,
Dc_api.cc459 void TFE_OpSetAttrFunctionList(TFE_Op* op, const char* attr_name, in TFE_OpSetAttrFunctionList() function
/external/tensorflow/tensorflow/python/eager/
Dpywrap_tfe_src.cc344 TFE_OpSetAttrFunctionList(op, key, funcs.get(), num_values); in SetOpAttrListDefault()