Searched refs:TFE_OpSetAttrIntList (Results 1 – 5 of 5) sorted by relevance
/external/tensorflow/tensorflow/c/eager/ |
D | c_api.h | 344 TF_CAPI_EXPORT extern void TFE_OpSetAttrIntList(TFE_Op* op,
|
D | c_api.cc | 812 void TFE_OpSetAttrIntList(TFE_Op* op, const char* attr_name, in TFE_OpSetAttrIntList() function 1078 TFE_OpSetAttrIntList(op, attr_name, i_vector.data(), i_size); in SetOpAttrValueScalar()
|
D | c_api_test.cc | 1306 TFE_OpSetAttrIntList(op, "ksize", values.data(), values.size()); in TEST() 1307 TFE_OpSetAttrIntList(op, "strides", values.data(), values.size()); in TEST()
|
/external/tensorflow/tensorflow/c/eager/parallel_device/ |
D | parallel_device_test.cc | 403 TFE_OpSetAttrIntList(op.get(), "subdiv_offsets", nullptr, 0); in CollectiveSum()
|
/external/tensorflow/tensorflow/python/eager/ |
D | pywrap_tfe_src.cc | 411 TFE_OpSetAttrIntList(op, key, values.get(), num_values); in SetOpAttrList() 561 TFE_OpSetAttrIntList(op, key, values.get(), num_values); in SetOpAttrListDefault()
|