[TF2XLA] [NFC] Log which ops require which constant inputs
PiperOrigin-RevId: 340941883 Change-Id: If6b709124f4b9d055a725560d766dccb9c431ea5
This commit is contained in:
parent
d06e065eb0
commit
0c36726bf2
@ -412,6 +412,11 @@ XlaOpRegistry::CompileTimeConstantInputArgNames(const string& op) {
|
||||
}
|
||||
}
|
||||
|
||||
VLOG(3) << "For operation "
|
||||
<< (op_def != nullptr ? op_def->name() : op_kernel->name())
|
||||
<< " required constants are: "
|
||||
<< absl::StrJoin(*compile_time_constant_inputs, ", ");
|
||||
|
||||
for (const string& input : *compile_time_constant_inputs) {
|
||||
if (op_def) {
|
||||
NameRangeMap input_name_ranges;
|
||||
|
Loading…
Reference in New Issue
Block a user