Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/c/
Dc_api.h603 TF_CAPI_EXPORT extern void TF_SetAttrValueProto(TF_OperationDescription* desc,
Dc_api_test.cc1235 TF_SetAttrValueProto(desc, tensorflow::kColocationAttrName, bytes.data(), in SetViaProto()
Dc_api.cc1429 void TF_SetAttrValueProto(TF_OperationDescription* desc, const char* attr_name, in TF_SetAttrValueProto() function
/external/tensorflow/tensorflow/python/framework/
Dops.py1816 c_api.TF_SetAttrValueProto(op_desc, compat.as_str(name), serialized)