Home
last modified time | relevance | path

Searched refs:TF_FunctionGetAttrValueProto (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/c/
Dc_api_function.cc722 void TF_FunctionGetAttrValueProto(TF_Function* func, const char* attr_name, in TF_FunctionGetAttrValueProto() function
Dc_api.h1379 TF_CAPI_EXPORT extern void TF_FunctionGetAttrValueProto(
Dc_api_function_test.cc383 TF_FunctionGetAttrValueProto(func_, attr_name, attr_buf, s_); in GetAttr()
1479 TF_FunctionGetAttrValueProto(func_, "foo_attr", attr_buf, s_); in TEST_F()