Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/jit/
Dencapsulate_subgraphs_pass.cc1265 const int num_nonconsts = num_args - num_resources - num_consts; in Run() local
1266 if (num_nonconsts < 0) { in Run()
1268 num_nonconsts); in Run()
1273 int resource_pos = num_consts + num_nonconsts; in Run()