Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/java/src/main/native/
Dgraph_operation_builder_jni.cc303 TF_SetAttrShapeList(d, cname, cdims.get(), cnum_dims.get(), num_dims_length); in Java_org_tensorflow_GraphOperationBuilder_setAttrShapeList()
/external/tensorflow/tensorflow/go/
Dgraph.go476 C.TF_SetAttrShapeList(cdesc, cAttrName, nil, nil, 0)
/external/tensorflow/tensorflow/c/
Dc_api.h364 TF_CAPI_EXPORT extern void TF_SetAttrShapeList(TF_OperationDescription* desc,
Dc_api.cc915 void TF_SetAttrShapeList(TF_OperationDescription* desc, const char* attr_name, in TF_SetAttrShapeList() function
Dc_api_test.cc2244 TF_SetAttrShapeList(desc, "v", list, ndims, list_size); in TEST_F()