Home
last modified time | relevance | path

Searched defs:NumpyScalarTypes (Results 1 – 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/python/
Djax_jit.cc245 struct NumpyScalarTypes { struct
246 py::object np_bool;
247 py::object np_int8;
248 py::object np_int16;
249 py::object np_int32;
250 py::object np_int64;
251 py::object np_uint8;
252 py::object np_uint16;
253 py::object np_uint32;
254 py::object np_uint64;
[all …]