Sign in
android
/
platform
/
external
/
pytorch
/
9fcf676cfa05cedb816ff15397e59437475da985
/
.
/
caffe2
/
contrib
/
ios
/
metal
/
FBMetalConstantValues.h
blob: a79d2817f5c7f5e4161568729983fa390605f547 [
file
] [
log
] [
blame
]
// Copyright 2004-present Facebook. All Rights Reserved.
#pragma
once
#import <string>
class
FBMetalConstantValues
{
public
:
virtual
std
::
string
to_string
()
=
0
;
};