Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/contrib/tpu/python/tpu/
Dtpu_feed.py45 tuple_shapes=None, argument
166 def tuple_shapes(self): member in InfeedQueue
170 def set_tuple_shapes(self, tuple_shapes): argument
/external/tensorflow/tensorflow/compiler/tf2xla/lib/
Dtriangular_solve.cc422 std::vector<xla::Shape> tuple_shapes = { in TriangularSolveLeftLooking() local
/external/tensorflow/tensorflow/compiler/xla/python/
Dxla_client.py223 def tuple_shapes(self): member in Shape
/external/tensorflow/tensorflow/compiler/xla/
Dxla_data.proto188 repeated Shape tuple_shapes = 4; field