Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Dtensor_array.h255 PartialTensorShape new_element_shape_; in SetElemShape() local
256 Status s = element_shape_.MergeWith(candidate, &new_element_shape_); in SetElemShape()
260 element_shape_ = new_element_shape_; in SetElemShape()