Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/client/
Dxla_computation.cc26 StatusOr<ProgramShape> XlaComputation::GetProgramShape() const { in GetProgramShape() function in xla::XlaComputation
Dxla_builder.cc154 StatusOr<ProgramShape> XlaBuilder::GetProgramShape(int64 root_id) const { in GetProgramShape() function in xla::XlaBuilder
185 StatusOr<ProgramShape> XlaBuilder::GetProgramShape() const { in GetProgramShape() function in xla::XlaBuilder
190 StatusOr<ProgramShape> XlaBuilder::GetProgramShape(XlaOp root) const { in GetProgramShape() function in xla::XlaBuilder
/external/tensorflow/tensorflow/compiler/xla/python/
Dlocal_computation_builder.cc400 StatusOr<ProgramShape> Computation::GetProgramShape() const { in GetProgramShape() function in xla::swig::Computation
Dxla_client.py794 def GetProgramShape(self): member in Computation