Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/go/
Dattrs.go160 …C.TF_OperationGetAttrShapeList(op.c, cname, &dims[0], &numDims[0], C.int(meta.list_size), &storage…
/external/tensorflow/tensorflow/c/
Dc_api.h844 TF_CAPI_EXPORT extern void TF_OperationGetAttrShapeList(
Dc_api_test.cc2183 TF_OperationGetAttrShapeList(oper, "v", values, values_ndims, list_size, in TEST_F()
Dc_api.cc1834 void TF_OperationGetAttrShapeList(TF_Operation* oper, const char* attr_name, in TF_OperationGetAttrShapeList() function