Sign in
android
/
platform
/
external
/
pytorch
/
ff9a809ccd
/
.
/
torch
/
csrc
/
jit
/
frontend
/
strtod.h
blob: f257a361322449fb5bd826ca7a258d1a834d42a4 [
file
] [
log
] [
blame
]
#pragma
once
#include
<ATen/core/Macros.h>
namespace
torch
{
namespace
jit
{
CAFFE2_API
double
strtod_c
(
const
char
*
nptr
,
char
**
endptr
);
CAFFE2_API
float
strtof_c
(
const
char
*
nptr
,
char
**
endptr
);
}
// namespace jit
}
// namespace torch