Home
last modified time | relevance | path

Searched refs: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.cc526 tuple_arguments_(tuple_arguments), in PyTpuExecutable()
647 if (tuple_arguments_) { in Execute()
698 if (tuple_arguments_) { in ExecuteOnLocalDevices()
H A Dtpu_client.h436 const bool tuple_arguments_; variable