Searched refs:AddSparseTensor (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/ |
H A D | sparse_add_op_test.cc | 167 auto AddSparseTensor = [indices, indices_shape, shape, \ 177 AddSparseTensor(false); \ 178 AddSparseTensor(true); \
|
H A D | sparse_tensors_map_ops.cc | 52 Status AddSparseTensor(OpKernelContext* ctx, const SparseTensor& sp, in AddSparseTensor() function in tensorflow::SparseTensorsMap 199 OP_REQUIRES_OK(context, map->AddSparseTensor(context, st, &handle)); in Compute() 325 OP_REQUIRES_OK(context, map->AddSparseTensor(context, st_i, &handle)); in Compute() 343 map->AddSparseTensor(context, empty_st, &handle)); in Compute()
|