Searched refs:PROTO_TRAITS (Results 1 – 1 of 1) sorted by relevance
/external/tensorflow/tensorflow/core/framework/ |
D | tensor.cc | 279 #define PROTO_TRAITS(T, F, N) \ macro 294 PROTO_TRAITS(float, float, float); 295 PROTO_TRAITS(double, double, double); 296 PROTO_TRAITS(int32, int32, int); 297 PROTO_TRAITS(uint8, int32, int); 298 PROTO_TRAITS(uint16, int32, int); 299 PROTO_TRAITS(uint32, uint32, uint32); 300 PROTO_TRAITS(int16, int32, int); 301 PROTO_TRAITS(int8, int32, int); 302 PROTO_TRAITS(bool, bool, bool); [all …]
|