Home
last modified time | relevance | path

Searched refs:underlying_inputs (Results 1 – 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/python/tpu_driver/
Dpod_tpu_driver.cc686 std::vector<BufferHandle*> underlying_inputs; in ExecuteProgram() local
689 underlying_inputs.reserve(input_op_ids.size()); in ExecuteProgram()
693 underlying_inputs.push_back(underlying_buffers_[input_op_id].get()); in ExecuteProgram()
706 handle, underlying_inputs, underlying_outputs, device_assignment, in ExecuteProgram()