Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/python/
Dxrt.cc207 const int num_expected_arguments = program_shape().parameters().size(); in Execute() local
211 arguments.reserve(num_expected_arguments); in Execute()
212 for (int i = 0; i < num_expected_arguments; ++i) { in Execute()