Searched refs:TF_SetAttrValueProto (Results 1 – 5 of 5) sorted by relevance
/external/tensorflow/tensorflow/c/ |
D | c_api.h | 395 TF_CAPI_EXPORT extern void TF_SetAttrValueProto(TF_OperationDescription* desc,
|
D | c_api.cc | 998 void TF_SetAttrValueProto(TF_OperationDescription* desc, const char* attr_name, in TF_SetAttrValueProto() function
|
D | c_api_test.cc | 1275 TF_SetAttrValueProto(desc, tensorflow::kColocationAttrName, bytes.data(), in SetViaProto()
|
/external/tensorflow/tensorflow/python/client/ |
D | tf_session_wrapper.cc | 629 TF_SetAttrValueProto(desc, attr_name, buf.get()->data, buf.get()->length, in PYBIND11_MODULE()
|
/external/tensorflow/tensorflow/python/framework/ |
D | ops.py | 1960 pywrap_tf_session.TF_SetAttrValueProto(op_desc, compat.as_str(name),
|