Sign in
android
/
platform
/
external
/
pytorch
/
db8abde9b6c4735d18d4681a1f70a55ff0b09f5b
/
.
/
torch
/
csrc
/
jit
/
mobile
/
observer.cpp
blob: 5e688f494c56312a307259de3ce56fd0fe75baaa [
file
] [
log
] [
blame
]
#include
<torch/csrc/jit/mobile/observer.h>
namespace
torch
{
MobileObserverConfig
&
observerConfig
()
{
static
MobileObserverConfig
instance
;
return
instance
;
}
}
// namespace torch