Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Dcast_op_gpu.cu.cc35 #define DEFINE_ALL_FROM(in_type) \ macro
51 DEFINE_ALL_FROM(bool);
52 DEFINE_ALL_FROM(uint8);
53 DEFINE_ALL_FROM(uint16);
54 DEFINE_ALL_FROM(uint32);
55 DEFINE_ALL_FROM(uint64);
56 DEFINE_ALL_FROM(int8);
57 DEFINE_ALL_FROM(int16);
58 DEFINE_ALL_FROM(int32);
59 DEFINE_ALL_FROM(int64);
[all …]