Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/c/
Dc_api.h395 TF_CAPI_EXPORT extern void TF_SetAttrValueProto(TF_OperationDescription* desc,
Dc_api.cc998 void TF_SetAttrValueProto(TF_OperationDescription* desc, const char* attr_name, in TF_SetAttrValueProto() function
Dc_api_test.cc1275 TF_SetAttrValueProto(desc, tensorflow::kColocationAttrName, bytes.data(), in SetViaProto()
/external/tensorflow/tensorflow/python/client/
Dtf_session_wrapper.cc629 TF_SetAttrValueProto(desc, attr_name, buf.get()->data, buf.get()->length, in PYBIND11_MODULE()
/external/tensorflow/tensorflow/python/framework/
Dops.py1960 pywrap_tf_session.TF_SetAttrValueProto(op_desc, compat.as_str(name),