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

  /external/tensorflow/tensorflow/core/kernels/
conditional_accumulator_base.h 189 static T ConvertUToT(U c) { return c; /* implicit conversion */ }
195 static Eigen::half ConvertUToT(U c) {
conditional_accumulator.h 105 c.scalar<T>()() = TypeConverter<T, int>::ConvertUToT(this->counter_);
sparse_conditional_accumulator.h 328 TypeConverter<T, int>::ConvertUToT);
335 TypeConverter<T, int>::ConvertUToT(this->counter_)));

Completed in 96 milliseconds