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:
parent
73769d9214
commit
3ef3b16ebf
@ -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\'], "
|
||||
|
@ -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\'], "
|
||||
|
Loading…
Reference in New Issue
Block a user