Home
last modified time | relevance | path

Searched refs:TFE_OpSetAttrIntList (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/c/eager/
Dc_api.h344 TF_CAPI_EXPORT extern void TFE_OpSetAttrIntList(TFE_Op* op,
Dc_api.cc812 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()
Dc_api_test.cc1306 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/
Dparallel_device_test.cc403 TFE_OpSetAttrIntList(op.get(), "subdiv_offsets", nullptr, 0); in CollectiveSum()
/external/tensorflow/tensorflow/python/eager/
Dpywrap_tfe_src.cc411 TFE_OpSetAttrIntList(op, key, values.get(), num_values); in SetOpAttrList()
561 TFE_OpSetAttrIntList(op, key, values.get(), num_values); in SetOpAttrListDefault()