Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Dsparse_add_op_test.cc166 auto AddSparseTensor = [indices, indices_shape, shape, \
176 AddSparseTensor(false); \
177 AddSparseTensor(true); \
Dsparse_tensors_map_ops.cc54 Status AddSparseTensor(OpKernelContext* ctx, const SparseTensor& sp, in AddSparseTensor() function in tensorflow::SparseTensorsMap
203 OP_REQUIRES_OK(context, map->AddSparseTensor(context, st, &handle)); in Compute()
313 OP_REQUIRES_OK(context, map->AddSparseTensor(context, st_i, &handle)); in Compute()
331 map->AddSparseTensor(context, empty_st, &handle)); in Compute()