Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/c/
Dc_test_util.cc379 TF_OperationGetAttrValueProto(oper, attr_name, buffer, s); in GetAttrValue()
Dc_api.h848 TF_CAPI_EXPORT extern void TF_OperationGetAttrValueProto(
Dc_api.cc1812 void TF_OperationGetAttrValueProto(TF_Operation* oper, const char* attr_name, in TF_OperationGetAttrValueProto() function
/external/tensorflow/tensorflow/python/framework/
Dops.py2226 c_api.TF_OperationGetAttrValueProto(self._c_op, name, buf, status)