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

  /external/tensorflow/tensorflow/core/kernels/
sparse_add_op_test.cc 35 DataType thresh_type = value_type; local
37 thresh_type = DT_FLOAT;
39 thresh_type = DT_DOUBLE;
49 .Input(FakeInput(thresh_type))
50 .Attr("Treal", thresh_type)
sparse_add_op.cc 167 #define REGISTER_KERNELS(type, thresh_type) \
170 SparseAddOp<type, thresh_type>)

Completed in 203 milliseconds