Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Dserialize_sparse_op.cc193 SparseTensor input_st; in Compute() local
196 &input_st)); in Compute()
204 OP_REQUIRES_OK(context, input_st.IndicesValid()); in Compute()
227 sparse::GroupIterable minibatch = input_st.group({0}); in Compute()
Dsparse_tensors_map_ops.cc259 SparseTensor input_st; in Compute() local
262 &input_st)); in Compute()
270 OP_REQUIRES_OK(context, input_st.IndicesValid()); in Compute()
281 sparse::GroupIterable minibatch = input_st.group({0}); in Compute()