Searched defs:is_int32 (Results 1 - 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/core/common_runtime/
H A Dconstant_folding.cc494 bool is_int32 = tensor.first->output_type(tensor.second) == DT_INT32; local
495 if ((memory_type == HOST_MEMORY && !is_int32) ||
496 (memory_type == DEVICE_MEMORY && is_int32)) {

Completed in 165 milliseconds