Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Dif_while_utils.cc29 std::function<bool(int arg_idx)> should_resolve_constant) { in ConvertCompileTimeConstArgumentsToConst() argument
37 if (should_resolve_constant(i)) { in ConvertCompileTimeConstArgumentsToConst()
Dif_while_utils.h35 std::function<bool(int arg_idx)> should_resolve_constant);