Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/client/
Dxla_builder.h1542 auto imported_it = handle_to_imported_index_.find(handle); in LookUpInstructionByHandleInternal() local
1543 if (imported_it != handle_to_imported_index_.end()) { in LookUpInstructionByHandleInternal()
1544 ImportedInstruction imported = imported_it->second; in LookUpInstructionByHandleInternal()