Home
last modified time | relevance | path

Searched defs:ShapeTree (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/
H A Dshape_tree.h89 friend class ShapeTree; variable
101 ShapeTree() : ShapeTree(ShapeUtil::MakeNil()) {} in ShapeTree() function
109 explicit ShapeTree(Shape shape) in ShapeTree() function
112 explicit ShapeTree(const Shape* shape) in ShapeTree() function
116 ShapeTree(Shape shape, const T& init_value) in ShapeTree() function
119 ShapeTree(const Shape* shape, const T& init_value) in ShapeTree() function
313 explicit ShapeTree(std::shared_ptr<Shape> shape) : ShapeTree(shape.get()) { in ShapeTree() function
317 ShapeTree(std::shared_ptr<Shape> shape, const T& init_value) in ShapeTree() function
322 ShapeTree(const Shape* shape, Nodes nodes) in ShapeTree() function