Module: tf.test
Stay organized with collections
Save and categorize content based on your preferences.
Public API for tf._api.v2.test namespace
Modules
experimental
module: Public API for tf._api.v2.test.experimental namespace
Classes
class Benchmark
: Abstract class that provides helpers for TensorFlow benchmarks.
class TestCase
: Base class for tests that need to test TensorFlow.
Functions
assert_equal_graph_def(...)
: Asserts that two GraphDef
s are (mostly) the same.
benchmark_config(...)
: Returns a tf.compat.v1.ConfigProto for disabling the dependency optimizer.
compute_gradient(...)
: Computes the theoretical and numeric Jacobian of f
.
create_local_cluster(...)
: Create and start local servers and return the associated Server
objects.
disable_with_predicate(...)
: Disables the test if pred is true.
gpu_device_name(...)
: Returns the name of a GPU device if available or a empty string.
is_built_with_cuda(...)
: Returns whether TensorFlow was built with CUDA (GPU) support.
is_built_with_gpu_support(...)
: Returns whether TensorFlow was built with GPU (CUDA or ROCm) support.
is_built_with_rocm(...)
: Returns whether TensorFlow was built with ROCm (GPU) support.
is_built_with_xla(...)
: Returns whether TensorFlow was built with XLA support.
is_gpu_available(...)
: Returns whether TensorFlow can access a GPU. (deprecated)
main(...)
: Runs all unit tests.
with_eager_op_as_function(...)
: Returns the same class. This will be removed once all usages are removed.
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates. Some content is licensed under the numpy license.
Last updated 2024-04-26 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-04-26 UTC."],[],[],null,["# Module: tf.test\n\n\u003cbr /\u003e\n\nPublic API for tf._api.v2.test namespace\n\nModules\n-------\n\n[`experimental`](../tf/test/experimental) module: Public API for tf._api.v2.test.experimental namespace\n\nClasses\n-------\n\n[`class Benchmark`](../tf/test/Benchmark): Abstract class that provides helpers for TensorFlow benchmarks.\n\n[`class TestCase`](../tf/test/TestCase): Base class for tests that need to test TensorFlow.\n\nFunctions\n---------\n\n[`assert_equal_graph_def(...)`](../tf/test/assert_equal_graph_def): Asserts that two `GraphDef`s are (mostly) the same.\n\n[`benchmark_config(...)`](../tf/test/benchmark_config): Returns a tf.compat.v1.ConfigProto for disabling the dependency optimizer.\n\n[`compute_gradient(...)`](../tf/test/compute_gradient): Computes the theoretical and numeric Jacobian of `f`.\n\n[`create_local_cluster(...)`](../tf/test/create_local_cluster): Create and start local servers and return the associated `Server` objects.\n\n[`disable_with_predicate(...)`](../tf/test/disable_with_predicate): Disables the test if pred is true.\n\n[`gpu_device_name(...)`](../tf/test/gpu_device_name): Returns the name of a GPU device if available or a empty string.\n\n[`is_built_with_cuda(...)`](../tf/test/is_built_with_cuda): Returns whether TensorFlow was built with CUDA (GPU) support.\n\n[`is_built_with_gpu_support(...)`](../tf/test/is_built_with_gpu_support): Returns whether TensorFlow was built with GPU (CUDA or ROCm) support.\n\n[`is_built_with_rocm(...)`](../tf/test/is_built_with_rocm): Returns whether TensorFlow was built with ROCm (GPU) support.\n\n[`is_built_with_xla(...)`](../tf/test/is_built_with_xla): Returns whether TensorFlow was built with XLA support.\n\n[`is_gpu_available(...)`](../tf/test/is_gpu_available): Returns whether TensorFlow can access a GPU. (deprecated)\n\n[`main(...)`](../tf/test/main): Runs all unit tests.\n\n[`with_eager_op_as_function(...)`](../tf/test/with_eager_op_as_function): Returns the same class. This will be removed once all usages are removed."]]