Searched refs:TFE_OpSetAttrFloatList (Results 1 – 3 of 3) sorted by relevance
/external/tensorflow/tensorflow/c/eager/ |
D | c_api.h | 348 TF_CAPI_EXPORT extern void TFE_OpSetAttrFloatList(TFE_Op* op,
|
D | c_api.cc | 803 void TFE_OpSetAttrFloatList(TFE_Op* op, const char* attr_name, in TFE_OpSetAttrFloatList() function 1086 TFE_OpSetAttrFloatList(op, attr_name, f_vector.data(), f_size); in SetOpAttrValueScalar()
|
/external/tensorflow/tensorflow/python/eager/ |
D | pywrap_tfe_src.cc | 414 TFE_OpSetAttrFloatList(op, key, values.get(), num_values); in SetOpAttrList() 569 TFE_OpSetAttrFloatList(op, key, values.get(), num_values); in SetOpAttrListDefault()
|