HomeSort by relevance Sort by last modified time
    Searched full:in_nelem (Results 1 - 1 of 1) sorted by null

  /external/tensorflow/tensorflow/core/kernels/
tile_functor_gpu.cu.cc 50 const int64 in_nelem = in.NumElements(); local
51 CHECK_LT(in_nelem, kint32max) << "Tensor too large to transpose on GPU";

Completed in 1178 milliseconds