Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dlayout_assignment.cc612 int64 largest_instruction_count = in AddMandatoryConstraints() local
617 if (instruction_count > largest_instruction_count) { in AddMandatoryConstraints()
619 largest_instruction_count = instruction_count; in AddMandatoryConstraints()