Home
last modified time | relevance | path

Searched defs:tuple_arguments (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/python/tpu_driver/client/
H A Dtpu_client.cc523 xla::Shape result_shape, bool tuple_arguments) in PyTpuExecutable()
808 std::shared_ptr<PyTpuClient> client, bool tuple_arguments) { in Compile()
882 bool tuple_arguments) { in CompileMlir()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/tools/
H A Dhlo_control_flow_flattening.cc41 std::vector<HloInstruction*> tuple_arguments(shape.tuple_shapes_size()); in CreateConstant() local