Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/
H A Dsparse_add_op_test.cc167 auto AddSparseTensor = [indices, indices_shape, shape, \
177 AddSparseTensor(false); \
178 AddSparseTensor(true); \
H A Dsparse_tensors_map_ops.cc52 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()