Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/
H A Dshape.cc222 ProgramShape::ProgramShape(const ProgramShapeProto& program_shape_proto) { in ProgramShape() function in xla::ProgramShape
/aosp_15_r20/external/tensorflow/tensorflow/compiler/tf2xla/
H A Dxla_compiled_cpu_function.h258 const xla::ProgramShapeProto* ProgramShape() const { return program_shape_; } in ProgramShape() function
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/python/
H A Dxla_client.py222 ProgramShape = _xla.ProgramShape variable
/aosp_15_r20/external/tensorflow/tensorflow/compiler/aot/tests/
H A Dtfcompile_test.cc647 TEST(TFCompileTest, ProgramShape) { in TEST() argument