Home
last modified time | relevance | path

Searched refs:numpy_array_handler (Results 1 – 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/python/
Dpy_values.cc492 ToPyArgSignatureHandler numpy_array_handler = in PyArgSignatureOfValue() local
505 (*p)[dtypes.np_bool.ptr()] = numpy_array_handler; in PyArgSignatureOfValue()
506 (*p)[dtypes.np_int8.ptr()] = numpy_array_handler; in PyArgSignatureOfValue()
507 (*p)[dtypes.np_int16.ptr()] = numpy_array_handler; in PyArgSignatureOfValue()
508 (*p)[dtypes.np_int32.ptr()] = numpy_array_handler; in PyArgSignatureOfValue()
510 (*p)[dtypes.np_uint8.ptr()] = numpy_array_handler; in PyArgSignatureOfValue()
511 (*p)[dtypes.np_uint16.ptr()] = numpy_array_handler; in PyArgSignatureOfValue()
512 (*p)[dtypes.np_uint32.ptr()] = numpy_array_handler; in PyArgSignatureOfValue()
514 (*p)[dtypes.np_float16.ptr()] = numpy_array_handler; in PyArgSignatureOfValue()
515 (*p)[dtypes.np_bfloat16.ptr()] = numpy_array_handler; in PyArgSignatureOfValue()
[all …]