Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/tpu/
Dtpu_feed.py131 tuple_shapes=None, argument
264 def tuple_shapes(self): member in InfeedQueue
268 def set_tuple_shapes(self, tuple_shapes): argument
776 tuple_shapes=None, argument
/external/tensorflow/tensorflow/compiler/xla/
Dshape.h44 std::vector<Shape> tuple_shapes) in Shape()
145 const Shape& tuple_shapes(int index) const { return tuple_shapes_.at(index); } in tuple_shapes() function
152 const std::vector<Shape>& tuple_shapes() const { return tuple_shapes_; } in tuple_shapes() function
Dxla_data.proto219 repeated ShapeProto tuple_shapes = 4; field
Dshape_util.cc645 const auto& tuple_shapes = shape.tuple_shapes(); in HumanString() local
677 const auto& tuple_shapes = shape.tuple_shapes(); in HumanStringWithLayout() local
/external/tensorflow/tensorflow/compiler/xla/python_api/
Dxla_shape.py75 def tuple_shapes(self): member in Shape
/external/tensorflow/tensorflow/compiler/xla/client/lib/
Dtesting.cc55 const auto& tuple_shapes = shape.tuple_shapes(); in BuildFakeDataOpOnDevice() local
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dtree_reduction_rewriter.cc244 absl::InlinedVector<Shape, 2> tuple_shapes; in RewriteBatchDimensionLargerThanTile() local
/external/tensorflow/tensorflow/compiler/xla/service/
Dtriangular_solve_expander.cc293 std::vector<Shape> tuple_shapes = { in InvertDiagonalBlocks() local
Dshape_inference.cc2283 const auto& tuple_shapes = to_apply.result().tuple_shapes(); in InferReduceShape() local
/external/tensorflow/tensorflow/compiler/xla/stream_executor/tpu/
Dc_api_conversions.cc259 std::vector<xla::Shape> tuple_shapes; in FromC() local
Dc_api_decl.h249 XLA_Shape* tuple_shapes; // owned member