Home
last modified time | relevance | path

Searched refs:I_TYPE (Results 1 – 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/
Dcount_ops.cc324 #define REGISTER(I_TYPE, W_TYPE) \ argument
327 .TypeConstraint<I_TYPE>("T") \
330 DenseCount<I_TYPE, W_TYPE>) \
333 .TypeConstraint<I_TYPE>("T") \
336 SparseCount<I_TYPE, W_TYPE>) \
339 .TypeConstraint<I_TYPE>("T") \
342 RaggedCount<I_TYPE, W_TYPE>)