Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/go/
Dattrs.go221 C.TF_OperationGetAttrTensor(op.c, cname, &v, status.c)
/external/tensorflow/tensorflow/c/
Dc_api.h653 TF_CAPI_EXPORT extern void TF_OperationGetAttrTensor(TF_Operation* oper,
Dc_api_test.cc2271 TF_OperationGetAttrTensor(oper, "v", &value, s_); in TEST_F()
2307 TF_OperationGetAttrTensor(oper, "v", &t_out, s_); in TEST_F()
Dc_api.cc1490 void TF_OperationGetAttrTensor(TF_Operation* oper, const char* attr_name, in TF_OperationGetAttrTensor() function