Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/c/
Dc_test_util.cc427 TF_OperationGetAttrValueProto(oper, attr_name, buffer, s); in GetAttrValue()
Dc_api.h683 TF_CAPI_EXPORT extern void TF_OperationGetAttrValueProto(
Dc_api.cc1505 void TF_OperationGetAttrValueProto(TF_Operation* oper, const char* attr_name, in TF_OperationGetAttrValueProto() function
/external/tensorflow/tensorflow/python/client/
Dtf_session_wrapper.cc665 TF_OperationGetAttrValueProto(oper, attr_name, output_attr_value, in PYBIND11_MODULE()
/external/tensorflow/tensorflow/python/framework/
Dops.py2691 pywrap_tf_session.TF_OperationGetAttrValueProto(self._c_op, name, buf)