Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/contrib/boosted_trees/lib/utils/
Dtensor_utils.h38 static Status ReadSparseFloatFeatures(OpKernelContext* const context,
Dtensor_utils.cc46 Status TensorUtils::ReadSparseFloatFeatures(OpKernelContext* const context, in ReadSparseFloatFeatures() function in tensorflow::boosted_trees::utils::TensorUtils
/external/tensorflow/tensorflow/contrib/boosted_trees/kernels/
Dprediction_ops.cc199 OP_REQUIRES_OK(context, TensorUtils::ReadSparseFloatFeatures( in DoCompute()
411 OP_REQUIRES_OK(context, TensorUtils::ReadSparseFloatFeatures( in DoCompute()
Dquantile_ops.cc368 OP_REQUIRES_OK(context, TensorUtils::ReadSparseFloatFeatures( in Compute()
782 OP_REQUIRES_OK(context, TensorUtils::ReadSparseFloatFeatures( in Compute()