Searched defs:GetProgramShape (Results 1 – 4 of 4) sorted by relevance
/external/tensorflow/tensorflow/compiler/xla/client/ | ||
D | xla_computation.cc | 26 StatusOr<ProgramShape> XlaComputation::GetProgramShape() const { in GetProgramShape() function in xla::XlaComputation |
D | xla_builder.cc | 154 StatusOr<ProgramShape> XlaBuilder::GetProgramShape(int64 root_id) const { in GetProgramShape() function in xla::XlaBuilder |
/external/tensorflow/tensorflow/compiler/xla/python/ | ||
D | local_computation_builder.cc | 400 StatusOr<ProgramShape> Computation::GetProgramShape() const { in GetProgramShape() function in xla::swig::Computation |
D | xla_client.py | 794 def GetProgramShape(self): member in Computation |