Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Dlist_kernels.h312 element_shape_except_first_dim_ = PartialTensorShape( in TensorListConcat()
344 element_shape_except_first_dim_ = element_shape; in Compute()
345 element_shape_except_first_dim_.RemoveDim(0); in Compute()
351 element_shape_except_first_dim_.IsFullyDefined(), in Compute()
355 element_shape_except_first_dim_.DebugString())); in Compute()
370 PartialTensorShape tmp = element_shape_except_first_dim_; in Compute()
378 &element_shape_except_first_dim_)); in Compute()
399 c, element_shape_except_first_dim_.AsTensorShape(&output_shape), in Compute()
403 element_shape_except_first_dim_.DebugString())); in Compute()
492 PartialTensorShape element_shape_except_first_dim_; variable