Home
last modified time | relevance | path

Searched refs:GetReturnValueShape (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/python/
Dlocal_computation_builder.h181 StatusOr<Shape> GetReturnValueShape() const;
225 StatusOr<Shape> GetReturnValueShape();
Dxla_client.py767 result_shape = _wrap_shape(self.computation.GetReturnValueShape())
797 def GetReturnValueShape(self): member in Computation
798 return _wrap_shape(self._c_computation.GetReturnValueShape())
1157 def GetReturnValueShape(self): member in ComputationBuilder
1158 return _wrap_shape(self._client.GetReturnValueShape())
Dlocal_computation_builder.i279 %unignore xla::swig::Computation::GetReturnValueShape;
292 %unignore xla::swig::ComputationBuilder::GetReturnValueShape;
Dlocal_computation_builder.cc404 StatusOr<Shape> Computation::GetReturnValueShape() const { in GetReturnValueShape() function in xla::swig::Computation
441 StatusOr<Shape> ComputationBuilder::GetReturnValueShape() { in GetReturnValueShape() function in xla::swig::ComputationBuilder
Dxla_client_test.py127 self.assertEqual(c.GetShape(root), c.GetReturnValueShape())
133 self.assertEqual(c.GetShape(root), c.GetReturnValueShape())