Searched refs:AddSparseTensor (Results 1 – 2 of 2) sorted by relevance
/external/tensorflow/tensorflow/core/kernels/ |
D | sparse_add_op_test.cc | 166 auto AddSparseTensor = [indices, indices_shape, shape, \ 176 AddSparseTensor(false); \ 177 AddSparseTensor(true); \
|
D | sparse_tensors_map_ops.cc | 54 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()
|