Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/go/
Dgraph.go377 C.TF_SetAttrIntList(cdesc, cAttrName, &list[0], C.int(size))
379 C.TF_SetAttrIntList(cdesc, cAttrName, nil, 0)
/external/tensorflow/tensorflow/c/
Dc_api.h528 TF_CAPI_EXPORT extern void TF_SetAttrIntList(TF_OperationDescription* desc,
Dc_api_test.cc2036 TF_SetAttrIntList(desc, "v", list, list_size); in TEST_F()
2366 TF_SetAttrIntList(desc, "v", nullptr, 0); in TEST_F()
Dc_api.cc1270 void TF_SetAttrIntList(TF_OperationDescription* desc, const char* attr_name, in TF_SetAttrIntList() function