tf.compat.v1.graph_util.must_run_on_cpu

View source on GitHub

Returns True if the given node_def must run on CPU, otherwise False. (deprecated)

tf.compat.v1.graph_util.must_run_on_cpu(
    node, pin_variables_on_cpu=False
)

Warning: THIS FUNCTION IS DEPRECATED. It will be removed in a future version. Instructions for updating: Use tf.compat.v1.graph_util.must_run_on_cpu

Args:

Returns:

True if the given node must run on CPU, otherwise False.