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