Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/c/eager/
Dc_api.h350 TF_CAPI_EXPORT extern void TFE_OpSetAttrFloatList(TFE_Op* op,
Dc_api.cc734 void TFE_OpSetAttrFloatList(TFE_Op* op, const char* attr_name, in TFE_OpSetAttrFloatList() function
/external/tensorflow/tensorflow/python/eager/
Dpywrap_tfe_src.cc305 TFE_OpSetAttrFloatList(op, key, values.get(), num_values); in SetOpAttrList()
460 TFE_OpSetAttrFloatList(op, key, values.get(), num_values); in SetOpAttrListDefault()