HomeSort by relevance Sort by last modified time
    Searched refs:DEFINE_FILL_GPU (Results 1 - 2 of 2) sorted by null

  /external/tensorflow/tensorflow/core/kernels/
constant_op_gpu.cu.cc 78 #define DEFINE_FILL_GPU(T) template struct FillFunctor<GPUDevice, T>;
79 TF_CALL_REAL_NUMBER_TYPES(DEFINE_FILL_GPU);
80 TF_CALL_bool(DEFINE_FILL_GPU);
81 #undef DEFINE_FILL_GPU
fill_functor.cu.cc 78 #define DEFINE_FILL_GPU(T) template struct FillFunctor<GPUDevice, T>;
79 TF_CALL_REAL_NUMBER_TYPES(DEFINE_FILL_GPU);
80 TF_CALL_bool(DEFINE_FILL_GPU);
81 #undef DEFINE_FILL_GPU

Completed in 1672 milliseconds