Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/python/tpu/
H A 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
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/
H A 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
H A Dshape_util.cc645 const auto& tuple_shapes = shape.tuple_shapes(); in HumanString() local
677 const auto& tuple_shapes = shape.tuple_shapes(); in HumanStringWithLayout() local
H A Dxla_data.proto219 repeated ShapeProto tuple_shapes = 4; field
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/python_api/
H A Dxla_shape.py75 def tuple_shapes(self): member in Shape
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/client/lib/
H A Dtesting.cc55 const auto& tuple_shapes = shape.tuple_shapes(); in BuildFakeDataOpOnDevice() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/gpu/
H A Dtree_reduction_rewriter.cc244 absl::InlinedVector<Shape, 2> tuple_shapes; in RewriteBatchDimensionLargerThanTile() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/stream_executor/tpu/
H A Dc_api_conversions.cc259 std::vector<xla::Shape> tuple_shapes; in FromC() local
H A Dc_api_decl.h249 XLA_Shape* tuple_shapes; // owned member
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dtriangular_solve_expander.cc293 std::vector<Shape> tuple_shapes = { in InvertDiagonalBlocks() local
H A Dshape_inference.cc2283 const auto& tuple_shapes = to_apply.result().tuple_shapes(); in InferReduceShape() local