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

  /external/tensorflow/tensorflow/core/kernels/
cwise_op_gpu_floor_div.cu.cc 23 DEFINE_BINARY3(floor_div_real, Eigen::half, float, double);
cwise_op_floor_div.cc 21 REGISTER3(BinaryOp, CPU, "FloorDiv", functor::floor_div_real, float,
27 REGISTER3(BinaryOp, GPU, "FloorDiv", functor::floor_div_real, float,
cwise_ops.h 769 struct floor_div_real : base<T, Eigen::internal::google_floor_div_real<T>> {}; struct in namespace:tensorflow::functor
    [all...]

Completed in 435 milliseconds