updating the test goldens for the //tensorflow/tools/api/tests:api_compatibility_test. This is to account for the addition of the two new routines "is_built_with_rocm" and "is_built_with_gpu_support" to the API

This commit is contained in:
Deven Desai 2019-06-27 13:53:06 +00:00
parent 73769d9214
commit 3ef3b16ebf
2 changed files with 16 additions and 0 deletions

View File

@ -48,6 +48,14 @@ tf_module {
name: "is_built_with_cuda"
argspec: "args=[], varargs=None, keywords=None, defaults=None"
}
member_method {
name: "is_built_with_gpu_support"
argspec: "args=[], varargs=None, keywords=None, defaults=None"
}
member_method {
name: "is_built_with_rocm"
argspec: "args=[], varargs=None, keywords=None, defaults=None"
}
member_method {
name: "is_gpu_available"
argspec: "args=[\'cuda_only\', \'min_cuda_compute_capability\'], varargs=None, keywords=None, defaults=[\'False\', \'None\'], "

View File

@ -32,6 +32,14 @@ tf_module {
name: "is_built_with_cuda"
argspec: "args=[], varargs=None, keywords=None, defaults=None"
}
member_method {
name: "is_built_with_gpu_support"
argspec: "args=[], varargs=None, keywords=None, defaults=None"
}
member_method {
name: "is_built_with_rocm"
argspec: "args=[], varargs=None, keywords=None, defaults=None"
}
member_method {
name: "is_gpu_available"
argspec: "args=[\'cuda_only\', \'min_cuda_compute_capability\'], varargs=None, keywords=None, defaults=[\'False\', \'None\'], "