Searched refs:tl_a_shape (Results 1 – 1 of 1) sorted by relevance
/external/tensorflow/tensorflow/core/kernels/ |
D | list_kernels.cc | 456 const TensorShape& tl_a_shape = c->input(0).shape(); in Compute() local 459 c, tl_a_shape == tl_b_shape, in Compute() 461 tl_a_shape.DebugString(), " vs. ", in Compute() 465 0 /*input_index*/, 0 /*output_index*/, DT_VARIANT, tl_a_shape, in Compute() 493 OP_REQUIRES_OK(c, c->allocate_output(0, tl_a_shape, &output, attr)); in Compute()
|