Searched refs:TF_OperationGetAttrValueProto (Results 1 – 5 of 5) sorted by relevance
/external/tensorflow/tensorflow/c/ |
D | c_test_util.cc | 427 TF_OperationGetAttrValueProto(oper, attr_name, buffer, s); in GetAttrValue()
|
D | c_api.h | 683 TF_CAPI_EXPORT extern void TF_OperationGetAttrValueProto(
|
D | c_api.cc | 1505 void TF_OperationGetAttrValueProto(TF_Operation* oper, const char* attr_name, in TF_OperationGetAttrValueProto() function
|
/external/tensorflow/tensorflow/python/client/ |
D | tf_session_wrapper.cc | 665 TF_OperationGetAttrValueProto(oper, attr_name, output_attr_value, in PYBIND11_MODULE()
|
/external/tensorflow/tensorflow/python/framework/ |
D | ops.py | 2691 pywrap_tf_session.TF_OperationGetAttrValueProto(self._c_op, name, buf)
|