Searched refs:InitChildren (Results 1 – 1 of 1) sorted by relevance
/external/tensorflow/tensorflow/compiler/xla/ |
D | shape_tree.h | 299 void InitChildren(const Shape& shape, const T& init_value, Node* node, 304 void InitChildren(const Shape& shape, Node* node, Index* index); 408 void ShapeTree<T>::InitChildren(const Shape& shape, const T& init_value, in InitChildren() function 434 InitChildren(shape.tuple_shapes(i), init_value, &nodes_.back(), in InitChildren() 445 void ShapeTree<T>::InitChildren(const Shape& shape, Node* node, Index* index) { in InitChildren() function 470 InitChildren(shape.tuple_shapes(i), &nodes_.back(), in InitChildren() 490 InitChildren(*shape_, &nodes_[0], &index_table_[0]); in ShapeTree() 501 InitChildren(*shape_, &nodes_[0], &index_table_[0]); in ShapeTree() 513 InitChildren(*shape_, &nodes_[0], &index_table_[0]); in ShapeTree() 526 InitChildren(*shape_, init_value, &nodes_[0], &index_table_[0]); in ShapeTree() [all …]
|