Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/tpu/
Dtpu_feed.py136 tuple_shapes=None, argument
268 def tuple_shapes(self): member in InfeedQueue
272 def set_tuple_shapes(self, tuple_shapes): argument
775 tuple_shapes=None, argument
/external/tensorflow/tensorflow/compiler/xla/
Dshape.h44 std::vector<Shape> tuple_shapes) in Shape()
129 const Shape& tuple_shapes(int index) const { return tuple_shapes_.at(index); } in tuple_shapes() function
136 const std::vector<Shape>& tuple_shapes() const { return tuple_shapes_; } in tuple_shapes() function
Dxla_data.proto214 repeated ShapeProto tuple_shapes = 4; field
/external/tensorflow/tensorflow/compiler/xla/python_api/
Dxla_shape.py82 def tuple_shapes(self): member in Shape
/external/tensorflow/tensorflow/stream_executor/tpu/
Dc_api_conversions.cc238 std::vector<xla::Shape> tuple_shapes; in FromC() local
Dc_api_decl.h223 XLA_Shape* tuple_shapes; // owned member
/external/tensorflow/tensorflow/compiler/xla/service/
Dtriangular_solve_expander.cc300 std::vector<Shape> tuple_shapes = { in InvertDiagonalBlocks() local