Searched refs:TFE_OpSetAttrShapeList (Results 1 – 4 of 4) sorted by relevance
/external/tensorflow/tensorflow/c/eager/ |
D | c_api.h | 362 TF_CAPI_EXPORT extern void TFE_OpSetAttrShapeList(
|
D | c_api.cc | 765 void TFE_OpSetAttrShapeList(TFE_Op* op, const char* attr_name, in TFE_OpSetAttrShapeList() function
|
/external/tensorflow/tensorflow/python/eager/ |
D | pywrap_tfe_src.cc | 370 TFE_OpSetAttrShapeList(op, key, dims.get(), num_dims.get(), num_values, in SetOpAttrList() 507 TFE_OpSetAttrShapeList(op, key, dims.get(), num_dims.get(), num_values, in SetOpAttrListDefault()
|
/external/tensorflow/tensorflow/c/ |
D | c_api_experimental.cc | 8587 TFE_OpSetAttrShapeList(queueOp.get(), "shapes", &dims_ptr, &num_dims, in createTFEQueue()
|