Add forward declarations of friend'ed classes.
PiperOrigin-RevId: 266863909
This commit is contained in:
parent
81f99d3c8b
commit
5aa4165460
@ -29,6 +29,9 @@ limitations under the License.
|
|||||||
|
|
||||||
namespace tensorflow {
|
namespace tensorflow {
|
||||||
namespace jit {
|
namespace jit {
|
||||||
|
class DeviceInfoCache;
|
||||||
|
class DeviceSet;
|
||||||
|
|
||||||
// Instances of DeviceId represent TensorFlow devices as integers.
|
// Instances of DeviceId represent TensorFlow devices as integers.
|
||||||
//
|
//
|
||||||
// This helps avoid having to manipulate device names as strings when
|
// This helps avoid having to manipulate device names as strings when
|
||||||
|
Loading…
x
Reference in New Issue
Block a user