Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/c/eager/
Dc_api.h232 TF_CAPI_EXPORT extern void TFE_OpSetAttrShapeList(
Dc_api.cc427 void TFE_OpSetAttrShapeList(TFE_Op* op, const char* attr_name, in TFE_OpSetAttrShapeList() function
/external/tensorflow/tensorflow/python/eager/
Dpywrap_tfe_src.cc226 TFE_OpSetAttrShapeList(op, key, dims.get(), num_dims.get(), num_values, in SetOpAttrList()
335 TFE_OpSetAttrShapeList(op, key, dims.get(), num_dims.get(), num_values, in SetOpAttrListDefault()