HomeSort by relevance Sort by last modified time
    Searched refs:AddSparseTensor (Results 1 - 2 of 2) sorted by null

  /external/tensorflow/tensorflow/core/kernels/
sparse_add_op_test.cc 166 auto AddSparseTensor = [indices, indices_shape, shape, \
176 AddSparseTensor(false); \
177 AddSparseTensor(true); \
sparse_tensors_map_ops.cc 54 Status AddSparseTensor(OpKernelContext* ctx, const SparseTensor& sp,
200 OP_REQUIRES_OK(context, map->AddSparseTensor(context, st, &handle));
305 OP_REQUIRES_OK(context, map->AddSparseTensor(context, st_i, &handle));
321 map->AddSparseTensor(context, empty_st, &handle));

Completed in 165 milliseconds