[null,null,["Last updated 2024-04-26 UTC."],[],[],null,["# tf.compat.v1.graph_util.must_run_on_cpu\n\n\u003cbr /\u003e\n\n|-----------------------------------------------------------------------------------------------------------------------------------------|\n| [View source on GitHub](https://github.com/tensorflow/tensorflow/blob/v2.16.1/tensorflow/python/framework/graph_util_impl.py#L102-L147) |\n\nReturns True if the given node_def must run on CPU, otherwise False. (deprecated) \n\n tf.compat.v1.graph_util.must_run_on_cpu(\n node, pin_variables_on_cpu=False\n )\n\n| **Deprecated:** THIS FUNCTION IS DEPRECATED. It will be removed in a future version. Instructions for updating: This API was designed for TensorFlow v1. See \u003chttps://www.tensorflow.org/guide/migrate\u003e for instructions on how to migrate your code to TensorFlow v2.\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n| Args ---- ||\n|------------------------|----------------------------------------------------------------------------------------|\n| `node` | The node to be assigned to a device. Could be either an ops.Operation or NodeDef. |\n| `pin_variables_on_cpu` | If True, this function will return False if node_def represents a variable-related op. |\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n| Returns ------- ||\n|---|---|\n| True if the given node must run on CPU, otherwise False. ||\n\n\u003cbr /\u003e"]]