Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/tpu/
Dtpu_feed.py131 tuple_shapes=None, argument
251 def tuple_shapes(self): member in InfeedQueue
255 def set_tuple_shapes(self, tuple_shapes): argument
750 tuple_shapes=None, argument
/external/tensorflow/tensorflow/compiler/xla/python_api/
Dxla_shape.py82 def tuple_shapes(self): member in Shape
/external/tensorflow/tensorflow/compiler/xla/
Dshape.h113 const Shape& tuple_shapes(int index) const { return tuple_shapes_.at(index); } in tuple_shapes() function
120 const std::vector<Shape>& tuple_shapes() const { return tuple_shapes_; } in tuple_shapes() function
Dxla_data.proto204 repeated ShapeProto tuple_shapes = 4; field
/external/tensorflow/tensorflow/compiler/xla/service/
Dtriangular_solve_expander.cc179 std::vector<Shape> tuple_shapes = { in InvertDiagonalBlocks() local
/external/tensorflow/tensorflow/compiler/xla/python/
Dxla_client.py478 def tuple_shape(tuple_shapes): argument
536 def tuple_shapes(self): member in Shape