Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_module_group_util.cc324 int64 instructions_count = 0; in VerifyComputations() local
335 instructions_count += computation->instruction_count(); in VerifyComputations()
339 TF_RET_CHECK(visit_states.size() == instructions_count); in VerifyComputations()