Searched refs:InitChildren (Results 1 – 1 of 1) sorted by relevance
/external/tensorflow/tensorflow/compiler/xla/ |
D | shape_tree.h | 302 void InitChildren(const Shape& shape, const T& init_value, Node* node, 307 void InitChildren(const Shape& shape, Node* node, Index* index); 450 void ShapeTree<T>::InitChildren(const Shape& shape, const T& init_value, in InitChildren() function 476 InitChildren(shape.tuple_shapes(i), init_value, &nodes_.back(), in InitChildren() 487 void ShapeTree<T>::InitChildren(const Shape& shape, Node* node, Index* index) { in InitChildren() function 512 InitChildren(shape.tuple_shapes(i), &nodes_.back(), in InitChildren() 532 InitChildren(*shape_, &nodes_[0], &index_table_[0]); in ShapeTree() 543 InitChildren(*shape_, &nodes_[0], &index_table_[0]); in ShapeTree() 555 InitChildren(*shape_, &nodes_[0], &index_table_[0]); in ShapeTree() 568 InitChildren(*shape_, init_value, &nodes_[0], &index_table_[0]); in ShapeTree() [all …]
|