Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/c/eager/
Dc_api.h362 TF_CAPI_EXPORT extern void TFE_OpSetAttrShapeList(
Dc_api.cc765 void TFE_OpSetAttrShapeList(TFE_Op* op, const char* attr_name, in TFE_OpSetAttrShapeList() function
/external/tensorflow/tensorflow/python/eager/
Dpywrap_tfe_src.cc370 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/
Dc_api_experimental.cc8587 TFE_OpSetAttrShapeList(queueOp.get(), "shapes", &dims_ptr, &num_dims, in createTFEQueue()