Searched refs:COPY_ELEMENTS (Results 1 – 1 of 1) sorted by relevance
/external/tensorflow/tensorflow/compiler/xla/ |
D | literal.cc | 397 #define COPY_ELEMENTS(XLA_T, NATIVE_T) \ in CopyFrom() macro 402 COPY_ELEMENTS(U8, uint8); in CopyFrom() 403 COPY_ELEMENTS(U16, uint16); in CopyFrom() 404 COPY_ELEMENTS(U32, uint32); in CopyFrom() 405 COPY_ELEMENTS(U64, uint64); in CopyFrom() 406 COPY_ELEMENTS(S8, int8); in CopyFrom() 407 COPY_ELEMENTS(S16, int16); in CopyFrom() 408 COPY_ELEMENTS(S32, int32); in CopyFrom() 409 COPY_ELEMENTS(S64, int64); in CopyFrom() 410 COPY_ELEMENTS(F16, half); in CopyFrom() [all …]
|