Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/c/eager/
Dc_api.h199 TF_CAPI_EXPORT extern void TFE_OpSetAttrShape(TFE_Op* op, const char* attr_name,
Dc_api.cc361 void TFE_OpSetAttrShape(TFE_Op* op, const char* attr_name, const int64_t* dims, in TFE_OpSetAttrShape() function
Dc_api_test.cc871 TFE_OpSetAttrShape(op, "shape", {}, 0, status); in CreateVariable()
/external/tensorflow/tensorflow/python/eager/
Dpywrap_tfe_src.cc383 TFE_OpSetAttrShape(op, key, nullptr, -1, status); in SetOpAttrScalar()
395 TFE_OpSetAttrShape(op, key, nullptr, -1, status); in SetOpAttrScalar()
407 TFE_OpSetAttrShape(op, key, dims.get(), num_dims, status); in SetOpAttrScalar()
475 TFE_OpSetAttrShape(op, attr_name, nullptr, -1, status); in SetOpAttrScalarDefault()
482 TFE_OpSetAttrShape(op, attr_name, dims.get(), num_dims, status); in SetOpAttrScalarDefault()