Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Dlist_kernels.h699 TensorShape tmp_shape = tmp.shape(); in Compute() local
700 tmp_shape.RemoveDim(0); in Compute()
701 OP_REQUIRES(c, tmp.CopyFrom(tmp, tmp_shape), in Compute()
722 TensorShape tmp_shape = tmp.shape(); in Scatter() local
723 tmp_shape.RemoveDim(0); in Scatter()
724 if (!tmp.CopyFrom(tmp, tmp_shape)) { in Scatter()